nuttx/boards/xtensa/esp32/esp32-devkitc
Tiago Medicci Serrano f7d64fec9f boards/esp32-devkitc: substitute ramtest to mm on defconfigs
The defconfigs that test PSRAM on ESP32 contain the `ramtest` app,
but it doesn't test the memory correctly as it try to access the
memory directly. The memory, however, is being used by the system's
heap and `ramtest` can mess with it. Therefore, it makes sense to
test using `mm` testing app.
2023-04-30 11:31:23 +08:00
..
configs boards/esp32-devkitc: substitute ramtest to mm on defconfigs 2023-04-30 11:31:23 +08:00
include arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
scripts xtensa/esp32: Simplify board linker script selection 2022-12-08 21:55:29 +08:00
src esp32-devkitc: add support for LCD char device registration 2023-04-25 20:35:55 +08:00
Kconfig