diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-24 07:20:16 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-24 07:20:16 +1000 |
| commit | 3041e48ca6ebcbe107927e4b7c212ef1a829fab0 (patch) | |
| tree | 4d5b6382fed84ef475fb10b509aa8dd47d1ac17f /tools | |
| parent | 876e5e70e93e3031e2acb32ddedc3b262d737ded (diff) | |
| parent | a4f94c812a4da7254d31af4061a8f234a1e0e23d (diff) | |
| download | tangara-fw-3041e48ca6ebcbe107927e4b7c212ef1a829fab0.tar.gz | |
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/cmake/common.cmake | 4 | ||||
| -rw-r--r-- | tools/gdbinit | 4 | ||||
| -rw-r--r-- | tools/gdbinit.heaptrace | 4 | ||||
| -rw-r--r-- | tools/sdkconfig.heaptrace | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index 9eb599d1..6e3d539f 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -1,3 +1,7 @@ +# Copyright 2023 jacqueline <me@jacqueline.id.au> +# +# SPDX-License-Identifier: CC0-1.0 + # For more information about build system see # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html diff --git a/tools/gdbinit b/tools/gdbinit index 59dbe0a3..92d1e31b 100644 --- a/tools/gdbinit +++ b/tools/gdbinit @@ -1,3 +1,7 @@ +# Copyright 2023 jacqueline <me@jacqueline.id.au> +# +# SPDX-License-Identifier: CC0-1.0 + target extended-remote :3333 set remote hardware-watchpoint-limit 2 mon reset halt diff --git a/tools/gdbinit.heaptrace b/tools/gdbinit.heaptrace index 0833245b..42486e90 100644 --- a/tools/gdbinit.heaptrace +++ b/tools/gdbinit.heaptrace @@ -1,3 +1,7 @@ +# Copyright 2023 jacqueline <me@jacqueline.id.au> +# +# SPDX-License-Identifier: CC0-1.0 + target extended-remote :3333 mon reset halt diff --git a/tools/sdkconfig.heaptrace b/tools/sdkconfig.heaptrace index e411a127..9a1e99a7 100644 --- a/tools/sdkconfig.heaptrace +++ b/tools/sdkconfig.heaptrace @@ -1,3 +1,7 @@ +# Copyright 2023 jacqueline <me@jacqueline.id.au> +# +# SPDX-License-Identifier: CC0-1.0 + # # Automatically generated file. DO NOT EDIT. # Espressif IoT Development Framework (ESP-IDF) Project Configuration |
