nuttx/configs/spresense
Alin Jerpelea a9be5eb6e7 Merged in alinjerpelea/nuttx (pull request #941)
Mastertools: add spk binary format and entry point for mpy

* tools: add spk binary format

    The .spk binary format is used on spresense and other boards
    based on the cxd56 arch.

    to enable this binary format please set in your config
    CONFIG_CXD56_BINARY=y

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* configs: spresense: buils nuttx.spk images

    Enable nuttx.spk binary image that can be flashed on spresense board.

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* configs: spresense: add entry point for mpy

    The entry point is needed for the downstream projects based
    on spresense.

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-07-08 12:38:21 +00:00
..
include Trivial updates to last PR for minor issues reported by tools/nxstyle. 2019-07-03 07:44:41 -06:00
lcd Merged in alinjerpelea/nuttx (pull request #941) 2019-07-08 12:38:21 +00:00
mpy Merged in alinjerpelea/nuttx (pull request #941) 2019-07-08 12:38:21 +00:00
nsh Merged in alinjerpelea/nuttx (pull request #941) 2019-07-08 12:38:21 +00:00
rndis Merged in alinjerpelea/nuttx (pull request #941) 2019-07-08 12:38:21 +00:00
scripts Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
src Merged in alinjerpelea/nuttx (pull request #941) 2019-07-08 12:38:21 +00:00
usbmsc Merged in alinjerpelea/nuttx (pull request #941) 2019-07-08 12:38:21 +00:00
usbnsh Merged in alinjerpelea/nuttx (pull request #941) 2019-07-08 12:38:21 +00:00
wifi Merged in alinjerpelea/nuttx (pull request #941) 2019-07-08 12:38:21 +00:00
Kconfig Merged in alinjerpelea/nuttx (pull request #928) 2019-07-03 12:24:13 +00:00
README.txt configs/spresense: Add Spresense board support. 2019-04-22 08:31:02 -06:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

README
======

Spresense is a compact development board based on Sonys 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.