nuttx/configs/spresense/src
Alin Jerpelea 2a32f36540 Merged in alinjerpelea/nuttx (pull request #909)
arch: arm: cxd56xx: SCU, ADC, I2C

* nuttx: configs: spresense: LEDS: fix warnings

    In the initial code several errors were missed because I pushed
    the dirty code.

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

* arch: arm: cxd56xx: add Sensor Control Unit (SCU)

    Add Sensor Control Unit (SCU) on cxd56xx chip

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

* arch: arm: cxd56xx: add I2C support

    add I2C support on cxd56xx chip

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

* arch: arm: cxd56xx: add ADC interface support

    Add ADC interface support on cxd56xx chip

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

* arch: arm: cxd56xx: Use DMAC for reading sensing data

    Use DMAC for reading sensing data from SCU on cxd56xx chip

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

* arch: arm: cxd56xx: code style sanitization

    NuttX does not use Deoxygen for documentation and no file should contain Doxygen tags or Doxygen style comments.

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

* configs: spresense: enable I2CDEV

    add enable I2CDEV for spresense board

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

* configs: spresense: add notification LEDs

    Add usefull diagnostic LEDs on the speresense board

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

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-06-18 12:46:43 +00:00
..
.gitignore
cxd56_appinit.c
cxd56_boot.c Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
cxd56_bringup.c Merged in alinjerpelea/nuttx (pull request #909) 2019-06-18 12:46:43 +00:00
cxd56_clock.c Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
cxd56_flash.c Merged in alinjerpelea/nuttx (pull request #897) 2019-06-13 15:04:33 +00:00
cxd56_i2cdev.c Merged in alinjerpelea/nuttx (pull request #909) 2019-06-18 12:46:43 +00:00
cxd56_ioctl.c Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
cxd56_leds.c Merged in alinjerpelea/nuttx (pull request #909) 2019-06-18 12:46:43 +00:00
cxd56_netinit.c Merged in masayuki2009/nuttx.nuttx/rndis_on_spresense (pull request #895) 2019-06-13 05:40:03 +00:00
cxd56_ostest.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
cxd56_power.c Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
cxd56_pwm.c Merged in alinjerpelea/nuttx (pull request #902) 2019-06-14 18:40:06 +00:00
cxd56_sdcard.c Merged in masayuki2009/nuttx.nuttx/change_cxd56_gpioint_config (pull request #901) 2019-06-14 04:10:43 +00:00
cxd56_spi.c Merged in alinjerpelea/nuttx (pull request #902) 2019-06-14 18:40:06 +00:00
cxd56_usbmsc.c Merged in alinjerpelea/nuttx (pull request #892) 2019-06-12 13:23:39 +00:00
cxd56_userleds.c Merged in alinjerpelea/nuttx (pull request #909) 2019-06-18 12:46:43 +00:00
Makefile Merged in alinjerpelea/nuttx (pull request #907) 2019-06-17 22:02:19 +00:00
spresense.h