nuttx/boards/xtensa/esp32/esp32-core/scripts
Alan C. Assis c06d3e1b0a xtensa/esp32: Add SPI Flash device driver
ESP32 runs code in a SPI Flash, so users can also use it to store
data directly or mount some parts into a filesystem.

The SPI Flash usually use SPI0.

This driver was implemented by Dong Heng dongheng@espressif.com
and modified to fix coding style by Alan Carvalho de Assis.
2020-07-31 23:37:30 +01:00
..
.gitignore Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Config.mk Pull the ESP32 binary blobs from a configurable path 2020-03-28 06:58:35 -05:00
esp32_flash.ld xtensa/esp32: Add SPI Flash device driver 2020-07-31 23:37:30 +01:00
esp32_iram.ld Introduce instruction memory allocator 2020-03-16 07:54:49 -06:00
esp32_peripherals.ld Merged in alinjerpelea/nuttx (pull request #971) 2019-08-09 13:22:39 +00:00
esp32_rom.ld xtensa/esp32: Add SPI Flash device driver 2020-07-31 23:37:30 +01:00
esp32-ft232h.cfg esp32: Another OpenOCD example config 2020-03-29 23:55:45 -05:00
esp32.cfg Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00
esp32.template Introduce instruction memory allocator 2020-03-16 07:54:49 -06:00
gnu-elf.ld Replace a few Gregory Nutt's copyright notices with Apache 2.0 2020-03-16 07:54:49 -06:00
Make.defs boards: Move toolchain related variables to Toolchain.defs 2020-07-20 17:10:37 +01:00