-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19863: pkg/flashdb: bump to 2.0.0 r=benpicco a=benpicco 19864: tests/gcoap_fileserver: add zep_dispatcher to TEST_DEPS r=benpicco a=benpicco 19865: tests/pkg/lvgl*: fix the main thread stack size for ESPs r=benpicco a=gschorcht ### Contribution description ESPx SoC need more stack size for the main thread to avoid stack overflows. ### Testing procedure Use any ESP32 board or any ESP32-S2 board and flash `tests/pkg/lvgl` for the `esp32-wrover-kit` respective the `esp32s2-lilygo-ttgo-t8`, for example: ``` BOARD=esp32-wrover-kit make -j8 -C tests/pkg/lvgl flash ``` Without this PR the application crashes ``` main(): This is RIOT! (Version: 2023.10-devel-106-gd512f-tests/pkg/lvgl_fix_main_stack_size) EXCEPTION!! exccause=29 (StoreProhibitedCause) `@4008274a` excvaddr=fefffffb heap: 310368 (used 4176, free 306192) [bytes] register set pc : 40082f74 ps : 00050033 exccause: 0000001d excvaddr: fefffffb epc1 : 40082f74 a0 : 4008274a a1 : 3ffb1bd0 a2 : fefffff7 a3 : 00000000 a4 : 3ff000dc a5 : 400826e0 a6 : 00000000 a7 : 3ffb1e08 a8 : 0000000b a9 : 3ffb1df8 a10 : 3ffb1e7c a11 : 00000001 a12 : 00000000 a13 : 00000000 a14 : 00000000 a15 : 000000a3 ``` with this PR the application works as expected. ### Issues/PRs references 19869: make: COMPILE_COMMANDS_PATH adapt for external apps r=benpicco a=kfessel ### Contribution description `COMPILE_COMMANDS_PATH` currently defaults to `RIOTBASE` which may not be an parent path for external applications -> set to `APPDIR` in case ### Testing procedure - current good will stay good test with riot examples and or testes `$make compile-commands` should create a `compile_command.json` in `<RIOT>` - test with external app Makefile including `include $(RIOTBASE)/Makefile.include` should create `compile_command.json` in `APPDIR` ### Issues/PRs references Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com> Co-authored-by: Gunar Schorcht <gunar@schorcht.net> Co-authored-by: Karl Fessel <karl.fessel@ml-pa.com>
- Loading branch information
Showing
10 changed files
with
15 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters