This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 1e21c97 arch/sim: Remove the redundant Kconfig variable dependence
check
new 06a2239 initial support for nrf52832-sparkfun board
new be57e26 nxstyle fixes
new 1d62a3f nrf52832 sparkfun: normalize defconfig
new 0c59b3f nrf52832_sparkfun: recreate files from proper Apache sources
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:
boards/Kconfig | 12 ++++
.../nrf52832-sparkfun}/Kconfig | 2 +-
boards/arm/nrf52/nrf52832-sparkfun/README.txt | 5 ++
.../configs/nsh/defconfig | 4 +-
.../include/board.h | 51 +++++--------
.../nrf52832-sparkfun}/scripts/Make.defs | 17 ++++-
.../nrf52832-sparkfun/scripts/flash_config.ld} | 49 +++++++------
.../nrf52/nrf52832-sparkfun}/src/Makefile | 12 ++--
.../nrf52832-sparkfun/src/nrf52832-sparkfun.h} | 41 ++++++-----
.../nrf52/nrf52832-sparkfun/src/nrf52_appinit.c} | 11 ++-
.../nrf52832-sparkfun/src/nrf52_autoleds.c} | 84 +++++++++++++---------
.../nrf52832-sparkfun/src/nrf52_boot.c} | 23 +++---
.../nrf52/nrf52832-sparkfun/src/nrf52_bringup.c} | 48 ++++++-------
13 files changed, 198 insertions(+), 161 deletions(-)
copy boards/arm/{eoss3/quickfeather => nrf52/nrf52832-sparkfun}/Kconfig (81%)
create mode 100644 boards/arm/nrf52/nrf52832-sparkfun/README.txt
copy boards/arm/nrf52/{nrf52-feather =>
nrf52832-sparkfun}/configs/nsh/defconfig (93%)
copy boards/arm/nrf52/{nrf52840-dongle => nrf52832-sparkfun}/include/board.h
(58%)
copy boards/arm/{stm32/nucleo-f429zi =>
nrf52/nrf52832-sparkfun}/scripts/Make.defs (82%)
copy boards/arm/{stm32/nucleo-f429zi/scripts/kernel-space.ld =>
nrf52/nrf52832-sparkfun/scripts/flash_config.ld} (78%)
copy boards/{z16/z16f/z16f2800100zcog =>
arm/nrf52/nrf52832-sparkfun}/src/Makefile (81%)
copy boards/{renesas/rx65n/rx65n-rsk2mb/src/rx65n_rsk2mb.h =>
arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h} (77%)
copy boards/{risc-v/litex/arty_a7/src/litex_appinit.c =>
arm/nrf52/nrf52832-sparkfun/src/nrf52_appinit.c} (94%)
copy boards/arm/{stm32/stm32f411-minimum/src/stm32_autoleds.c =>
nrf52/nrf52832-sparkfun/src/nrf52_autoleds.c} (67%)
copy boards/arm/{eoss3/quickfeather/src/eoss3_boot.c =>
nrf52/nrf52832-sparkfun/src/nrf52_boot.c} (85%)
copy boards/{z80/ez80/z20x/src/ez80_bringup.c =>
arm/nrf52/nrf52832-sparkfun/src/nrf52_bringup.c} (70%)