nuttx/boards/xtensa/esp32s3/common
Tiago Medicci Serrano 72acec7275 esp32s3: Fix faulty esp32s3-devkit:stack example
This defconfig is an example of the recorded stack and it became
faulty recently after the implementation of the `up_current_regs`
functions. The `noinstrument_function` directive must be used for
preventing it from being looped when instrumentation is enabled.
Also, this commit places `sched/instrument/stack_record.c` in IRAM.
2024-09-21 10:42:06 +08:00
..
include arch/xtensa/src/esp32s3/Kconfig|Make.defs|esp32s3_sdmmc.c, 2024-08-19 19:52:39 +08:00
kernel fix nxstyle 2024-04-16 19:09:12 +08:00
scripts esp32s3: Fix faulty esp32s3-devkit:stack example 2024-09-21 10:42:06 +08:00
src nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
.gitignore boards/esp32[c3|c6|h2|s2|s3]: Ignore etctmp in common board 2024-07-12 01:01:15 +08:00
Kconfig xtensa/esp32s3: LCD controller driver 2023-09-19 11:38:05 +08:00
Makefile build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00