incubator-nuttx/boards
Tiago Medicci Serrano cdeb720bf8 xtensa/esp32[|s2|s3]: Fix task backtrace dump
- Fix `MAKE_PC_FROM_RA` macro to consider the instruction region
base address;
- Add sanity check for calculated PC and SP registers;
- Check if the stack pointer is within the interrupt stack to
enable backtrace dump if an exception occurs during the ISR;
2024-09-23 20:40:58 +08:00
..
arm Revert "olimex-stm32-p407: adjust memory layout" 2024-09-23 12:29:36 +08:00
arm64 mm/kasan: Map the generated shadow area to the fixed segment 2024-09-20 21:47:23 +08:00
avr nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
dummy
hc/m9s12 nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
mips nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
misoc/lm32/misoc nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
or1k/mor1kx/or1k drivers: prepare 16550 UART driver to support PCI 2024-09-15 03:37:58 +08:00
renesas arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS 2024-09-13 23:18:58 +08:00
risc-v mm/kasan: Map the generated shadow area to the fixed segment 2024-09-20 21:47:23 +08:00
sim/sim/sim sim:thermal: Remove CPUFreq realted 2024-09-23 08:57:29 +08:00
sparc nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
tricore/tc3xx/tc397
x86/qemu/qemu-i486
x86_64/intel64/qemu-intel64 boards/x86_64/qemu-intel64: add configs with PCI serial console 2024-09-15 03:37:58 +08:00
xtensa xtensa/esp32[|s2|s3]: Fix task backtrace dump 2024-09-23 20:40:58 +08:00
z16/z16f/z16f2800100zcog
z80
.gitignore
Board.mk
CMakeLists.txt [cmake]: added initial support for MSYS2 2024-08-27 21:36:12 +08:00
Kconfig Fix Kconfig style 2024-09-17 22:16:41 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00
boardctl.c boardctl: add board control api to start slave core 2024-09-16 13:03:33 +08:00
dummy.c