nuttx/configs/spresense
Masayuki Ishikawa 06aa50e9bb Merged in masayuki2009/nuttx.nuttx/rndis_on_spresense (pull request #895)
rndis on spresense

* arch/arm/src/cxd56xx: Fix ep0 out packet handling in cxd56_usbdev.c

    This change fixes to handle ep0 out packet which exceeds EP0_MAXSIZE.

    For example, 76 bytes of out packet is sent from rndis host during
    rndis negotiation and finally the packet is split into two out packets
    (64 bytes out packet + 12 bytes out packet). To handle these packets,
    actual ep0reqlen is stored during ep0 out setup stage, and if all
    out packets are received, it dispatches to cxd56_ep0setup(), otherwise,
    it sets up the internal USB DMA to receive remaining out packets.

    Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

* configs/spresense: Add support for rndis configuration

    Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-06-13 05:40:03 +00:00
..
include Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
nsh Squashed commit of the following: 2019-05-21 18:57:54 -06:00
rndis Merged in masayuki2009/nuttx.nuttx/rndis_on_spresense (pull request #895) 2019-06-13 05:40:03 +00:00
scripts Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
src Merged in masayuki2009/nuttx.nuttx/rndis_on_spresense (pull request #895) 2019-06-13 05:40:03 +00:00
usbnsh Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
Kconfig Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
README.txt

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.