This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from a594a5d7a8 sched/init: drivers_initialize() should be late than
up_initialize()
new 5be940080b arch: cxd56xx: update loader and gnssfw version
new e725829547 cxd56xx/cxd56_emmc.c: Fix compile warning
new 39f7c4aea0 arch: cxd56xx: Fix critical section in scu driver
new c2e45444ff boards: cxd56xx: Fix an issue i2c tool not working
new 22d2ef0bf4 boards: cxd56xx: Make board_late_initialize a weak function
new 771bd8ca17 board/spresense: Add pin selection of ILI934x
new 81534df8a3 boards: cxd56xx: Add board function for scd41 sensor driver
new 64e5867a8b cxd56/spresense: Add callback mechanism to notice SDCard
injection
The 8 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/src/cxd56xx/cxd56_emmc.c | 1 +
arch/arm/src/cxd56xx/cxd56_farapistub.h | 2 +-
arch/arm/src/cxd56xx/cxd56_scu.c | 6 +
boards/arm/cxd56xx/common/src/Make.defs | 4 +
boards/arm/cxd56xx/common/src/cxd56_i2cdev.c | 1 +
.../src/{cxd56_ak09912_i2c.c => cxd56_scd41_i2c.c} | 14 +-
boards/arm/cxd56xx/common/src/cxd56_sensors.c | 3 +
boards/arm/cxd56xx/spresense/Kconfig | 183 +++++++++++++++++++++
boards/arm/cxd56xx/spresense/include/board.h | 16 +-
.../arm/cxd56xx/spresense/include/board_lcdpins.h | 146 ++++++++++++++++
.../include/{cxd56_flash.h => cxd56_scd41.h} | 16 +-
.../arm/cxd56xx/spresense/include/cxd56_sdcard.h | 13 ++
boards/arm/cxd56xx/spresense/src/cxd56_appinit.c | 3 +-
boards/arm/cxd56xx/spresense/src/cxd56_ioctl.c | 17 ++
boards/arm/cxd56xx/spresense/src/cxd56_sdcard.c | 36 ++++
15 files changed, 438 insertions(+), 23 deletions(-)
copy boards/arm/cxd56xx/common/src/{cxd56_ak09912_i2c.c => cxd56_scd41_i2c.c}
(85%)
create mode 100644 boards/arm/cxd56xx/spresense/include/board_lcdpins.h
copy boards/arm/cxd56xx/spresense/include/{cxd56_flash.h => cxd56_scd41.h}
(82%)