nuttx/arch/xtensa/src
Tiago Medicci Serrano 18be6955c6 arch/xtensa/src/common: Create SoC-specific initialization routine
This commits adds a function that can be implemented by any vendor
to allow SoC-specific functions to be called by `up_initialize`.
Please note that `up_initialize` is provided by the arch level, but
it doesn't allow SoC-specific initialization. Although it could be
possible to run such initialization on board-level, semantically
it isn't related to the board, but with the SoC. As an example of
such implementation, some SoCs require RTC subsystem initialization
to occur before the OS is completely initialized.

Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
2026-02-27 08:12:19 -03:00
..
cmake build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
common arch/xtensa/src/common: Create SoC-specific initialization routine 2026-02-27 08:12:19 -03:00
esp32 arch/xtensa/esp32: Fix buffer overflow in SPI poll exchange 2026-02-27 08:10:46 -03:00
esp32s2 arch/xtensa: Fix esp32s2 SPI errors 2026-01-27 03:09:34 +08:00
esp32s3 arch/esp32s3/spi: make sure spi don't send wrong bytes when dma is enabled 2026-01-31 02:50:52 +08:00
lx6 build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
lx7 build/cmake: Add toolchain C++ library linking for all platforms. 2026-01-24 19:30:21 +08:00
.gitignore
CMakeLists.txt arch/xtensa: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Makefile Makefile: Remove make depend files by make distclean 2026-02-16 16:27:57 +01:00