This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a change to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 8d1fc32 arch/sim: Enable SIM_WALLTIME option by default
new cb314a4 tools: Remove the special handle for Ubuntu under Windows 10
new 6482d4f tools/testbuild.sh: Don't support to change size_t type in
datlist
new 6be4d00 tools/testbuild.sh: Support regular expression in blacklist
new 730037b build.yml: Switch avr-mips-riscv-x86-xtensa.dat to other.dat
new 1136f38 tools: cxd56: mkspk: automate mkspk build
new d750dbf CI: Store artifacts durring build
new 68ed44c build: Fix testbuild.sh artifact copy on macOS
new aed24af RX65N ipv6 defconfig modified
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:
.github/workflows/build.yml | 18 ++-
Documentation/quickstart/configuring.rst | 1 -
Kconfig | 6 -
TODO | 21 +---
arch/mips/src/mips32/Kconfig | 2 +-
boards/arm/cxd56xx/spresense/scripts/Make.defs | 2 +-
boards/arm/stm32l4/b-l475e-iot01a/README.txt | 6 +-
.../rx65n/rx65n-grrose/configs/ipv6/defconfig | 123 +++++++-------------
.../rx65n/rx65n-rsk2mb/configs/ipv6/defconfig | 108 +++++++-----------
boards/xtensa/esp32/esp32-core/scripts/Config.mk | 1 +
tools/Config.mk | 2 -
tools/Makefile.host | 1 +
tools/Makefile.unix | 6 +
tools/Makefile.win | 5 +
tools/README.txt | 24 ++--
tools/configure.bat | 7 +-
tools/configure.c | 26 +----
tools/configure.sh | 5 +-
.../spresense/scripts => tools/cxd56}/Config.mk | 21 ++--
tools/cxd56/{Makefile => Makefile.host} | 2 +-
tools/sethost.sh | 20 +---
tools/testbuild.sh | 125 ++++++++++++---------
22 files changed, 220 insertions(+), 312 deletions(-)
rename {boards/arm/cxd56xx/spresense/scripts => tools/cxd56}/Config.mk (75%)
rename tools/cxd56/{Makefile => Makefile.host} (98%)