mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 03:16:45 +00:00
configs: spresense: defconfig: enable smartfs
* configs: spresense: defconfig: enable smartfs
Enable internal flash storage for spresense boards
The smartfs flash is mounted under /mnt/spif folder
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
* configs: spresense: defconfig: change USER_ENTRYPOINT
for compatibility with SDK we need to change the USER_ENTRYPOINT
to spresense_main
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
|
||
|---|---|---|
| .. | ||
| include | ||
| lcd | ||
| mpy | ||
| nsh | ||
| rndis | ||
| scripts | ||
| src | ||
| usbmsc | ||
| usbnsh | ||
| wifi | ||
| Kconfig | ||
| README.txt | ||
README ====== Spresense is a compact development board based on Sony’s power-efficient multicore microcontroller CXD5602. It allows developers to create IoT applications in a very short time and is supported by the Arduino IDE as well as the more advanced NuttX based SDK. - Integrated GPS The embedded GNSS with support for GPS, QZSS and GLONASS enables applications where tracking is required. - Hi-res audio output and multi mic inputs Advanced 192kHz/24 bit audio codec and amplifier for audio output, and support for up to 8 mic input channels. - Multicore microcontroller Spresense is powered by Sony's CXD5602 microcontroller (ARM® Cortex®-M4F × 6 cores), with a clock speed of 156 MHz. Refer to https://developer.sony.com/develop/spresense/ for further information about this board.