This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from dfb626a freedom-k64f: Register on board sensor driver add fdc44dc Add PSRAM board config test and update README add e956c3d Fix warnings and remove not used function add b3905e1 Modify the PSRAM pins config to avoid duplicating the definitions add 3108233 Remove not needed esp32_caps.h No new revisions were added by this update. Summary of changes: arch/xtensa/src/esp32/esp32_psram.c | 62 ++++++++++------- arch/xtensa/src/esp32/esp32_psram.h | 51 ++++++-------- arch/xtensa/src/esp32/esp32_spiram.c | 20 ++---- arch/xtensa/src/esp32/esp32_spiram.h | 19 +++--- arch/xtensa/src/esp32/hardware/esp32_caps.h | 64 ------------------ boards/xtensa/esp32/esp32-core/Kconfig | 78 ++++++++++++++++++++++ boards/xtensa/esp32/esp32-core/README.txt | 15 +++++ .../esp32-core/configs/{netnsh => psram}/defconfig | 8 +++ .../xtensa/esp32/esp32-core/scripts/esp32_rom.ld | 1 + 9 files changed, 175 insertions(+), 143 deletions(-) delete mode 100644 arch/xtensa/src/esp32/hardware/esp32_caps.h copy boards/xtensa/esp32/esp32-core/configs/{netnsh => psram}/defconfig (91%)