This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from c1db9732c5 libs/libc/spawn: Add minimal implementation for 
posix_spawnattr_destory.
     new ed5785ad06 arch: cxd56xx: Update gnss header files
     new f49fa466b6 boards: cxd56xx: Add cxd5610 gnss driver
     new 0ee2bb51b8 boards: cxd56xx: Add cxd5610 gnss lowerhalf driver
     new 2f1b4a49ce boards: cxd56xx: Register cxd5610 gnss driver

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/include/cxd56xx/gnss.h                    |   38 +-
 arch/arm/include/cxd56xx/gnss_type.h               |  112 +-
 boards/arm/cxd56xx/common/CMakeLists.txt           |    4 +
 boards/arm/cxd56xx/common/src/Make.defs            |    4 +
 boards/arm/cxd56xx/common/src/cxd56_gnss_addon.c   |  163 ++
 boards/arm/cxd56xx/drivers/sensors/Kconfig         |   51 +
 boards/arm/cxd56xx/drivers/sensors/Make.defs       |    4 +
 boards/arm/cxd56xx/drivers/sensors/cxd5610_gnss.c  | 2266 ++++++++++++++++++++
 boards/arm/cxd56xx/spresense/Kconfig               |   18 +
 boards/arm/cxd56xx/spresense/include/board.h       |    1 +
 .../{cxd56_emmcdev.h => cxd56_gnss_addon.h}        |   17 +-
 boards/arm/cxd56xx/spresense/src/cxd56_bringup.c   |    8 +
 .../{leds/apa102.h => sensors/cxd5610_gnss.h}      |   70 +-
 13 files changed, 2711 insertions(+), 45 deletions(-)
 create mode 100644 boards/arm/cxd56xx/common/src/cxd56_gnss_addon.c
 create mode 100644 boards/arm/cxd56xx/drivers/sensors/cxd5610_gnss.c
 copy boards/arm/cxd56xx/spresense/include/{cxd56_emmcdev.h => 
cxd56_gnss_addon.h} (80%)
 copy include/nuttx/{leds/apa102.h => sensors/cxd5610_gnss.h} (59%)

Reply via email to