nuttx/arch/xtensa
Marco Casaroli f5de966471 fix(esp32-qemu-openeth): allocate buffers in internal memory
When the PSRAM is enabled, we should not allocate the TX/RX
buffers there, so we use kmm_calloc here, to make it into IRAM,
so the ethernet controller can read bytes from it.
2024-07-02 02:56:33 +08:00
..
include esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
src fix(esp32-qemu-openeth): allocate buffers in internal memory 2024-07-02 02:56:33 +08:00
Kconfig nuttx kconfig: rename a few recently-added options 2024-05-21 01:11:44 +08:00