+1

Please see tests below:


ESP32-DEVKITC:
==============

Compiler:
---------

$ xtensa-esp32-elf-gcc -v
Using built-in specs.
COLLECT_GCC=xtensa-esp32-elf-gcc
COLLECT_LTO_WRAPPER=/usr/local/bin/../libexec/gcc/xtensa-esp32-elf/8.4.0/lto-wrapper
Target: xtensa-esp32-elf
Configured with:
/builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/gcc/configure
--build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu
--target=xtensa-esp32-elf
--prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf
--with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf
--with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include
--with-newlib --enable-threads=no --disable-shared
--with-pkgversion='crosstool-NG esp-2021r2-patch3'
--disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections
--disable-libgomp --disable-libmudflap --disable-libmpx
--disable-libssp --disable-libquadmath --disable-libquadmath-support
--with-gmp=/builds/idf/crosstool-NG/.build/xtensa-esp32-elf/buildtools
--with-mpfr=/builds/idf/crosstool-NG/.build/xtensa-esp32-elf/buildtools
--with-mpc=/builds/idf/crosstool-NG/.build/xtensa-esp32-elf/buildtools
--with-isl=/builds/idf/crosstool-NG/.build/xtensa-esp32-elf/buildtools
--enable-lto --enable-target-optspace --without-long-double-128
--disable-nls --enable-multiarch --enable-languages=c,c++
--disable-libstdcxx-verbose --enable-threads=posix
--enable-gcov-custom-rtio --enable-libstdcxx-time=yes
Thread model: posix
gcc version 8.4.0 (crosstool-NG esp-2021r2-patch3)

Configuration:
--------------

$ ./tools/configure.sh esp32-devkitc:nsh

Size:
-----

$ xtensa-esp32-elf-size nuttx
   text    data     bss     dec     hex filename
  79463     376    5248   85087   14c5f nuttx

NSH Info and Free:

NuttShell (NSH) NuttX-12.0.0
nsh> uname -a
NuttX 12.0.0 ccf0b5af0d Jan 11 2023 10:51:28 xtensa esp32-devkitc
nsh> free
                   total       used       free    largest  nused  nfree
        Umem:     326960       7200     319760     188208     36      3
nsh>

ESP32C3-DEVKIT:
===============

Compiler:
---------

$ riscv64-unknown-elf-gcc -v
Using built-in specs.
COLLECT_GCC=riscv64-unknown-elf-gcc
COLLECT_LTO_WRAPPER=/usr/local/bin/../libexec/gcc/riscv64-unknown-elf/10.2.0/lto-wrapper
Target: riscv64-unknown-elf
Configured with:
/scratch/jenkins/workspace/tpp-freedom-tools/tpp03--build-binary-packages--parameterized/obj/x86_64-linux-ubuntu14/build/riscv64-unknown-elf-gcc/riscv-gcc/configure
--target=riscv64-unknown-elf --host=x86_64-linux-gnu
--prefix=/scratch/jenkins/workspace/tpp-freedom-tools/tpp03--build-binary-packages--parameterized/obj/x86_64-linux-ubuntu14/install/riscv64-unknown-elf-gcc-10.2.0-2020.12.8-x86_64-linux-ubuntu14
--with-pkgversion='SiFive GCC-Metal 10.2.0-2020.12.8'
--with-bugurl=https://github.com/sifive/freedom-tools/issues
--disable-shared --disable-threads --enable-languages=c,c++
--enable-tls --with-newlib
--with-sysroot=/scratch/jenkins/workspace/tpp-freedom-tools/tpp03--build-binary-packages--parameterized/obj/x86_64-linux-ubuntu14/install/riscv64-unknown-elf-gcc-10.2.0-2020.12.8-x86_64-linux-ubuntu14/riscv64-unknown-elf
--with-native-system-header-dir=/include --disable-libmudflap
--disable-libssp --disable-libquadmath --disable-libgomp --disable-nls
--disable-tm-clone-registry --src=../riscv-gcc --with-system-zlib
--enable-checking=yes --enable-multilib --with-abi=lp64d
--with-arch=rv64imafdc CFLAGS=-O2 CXXFLAGS=-O2 'CFLAGS_FOR_TARGET=-Os
-mcmodel=medany' 'CXXFLAGS_FOR_TARGET=-Os -mcmodel=medany'
Thread model: single
Supported LTO compression algorithms: zlib
gcc version 10.2.0 (SiFive GCC-Metal 10.2.0-2020.12.8)

Configuration:
--------------

$ ./tools/configure.sh esp32c3-devkit:nsh

Size:
-----

$ riscv64-unknown-elf-size nuttx
   text    data     bss     dec     hex filename
 103220     316  142710  246246   3c1e6 nuttx


NSH Info and Free:
------------------

NuttShell (NSH) NuttX-10.4.0
nsh> uname -a
NuttX  10.4.0 67ccee2c4f-dirty Jan  9 2023 15:33:37 risc-v esp32c3-devkit
nsh> free
                   total       used       free    largest  nused  nfree
        Umem:     316464      45200     271264     271216    107      3
nsh>

BR,

Alan

On 1/11/23, Alin Jerpelea <jerpe...@gmail.com> wrote:
> Hello all,
> Apache NuttX 12.0.0 RC1 has been staged under [1] and it's
> time to vote on accepting it for release.
> Voting will be open for 72hr.
>
> A minimum of 3 binding +1 votes and more binding +1 than binding -1 are
> required to pass.
>
> The Apache requirements for approving a release can be found here [3]
> "Before voting +1 [P]PMC members are required to download the signed
> source code package, compile it as provided, and test the resulting
> executable on their own platform, along with also verifying that the
> package meets the requirements of the ASF policy on releases."
>
> A document to walk through some of this process has been published on
> our project wiki and can be found here [4].
>
> [ ] +1 accept (indicate what you validated - e.g. performed the non-RM
> items in [4])
> [ ] -1 reject (explanation required)
>
> Thank you all,
> <Release Manager>
>
> SCM Information:
>   Release tag: nuttx-12.0.0-RC1
>   Hash for the release nuttx tag: ccf0b5af0d6ba555f549d8d00531fa4a3a432a1b
>   Hash for the release nuttx-apps tag:
> 5592e38253bc74c65f4d105f837d8bc048ac1859
>
> [1] https://dist.apache.org/repos/dist/dev/nuttx/12.0.0-RC1/
> [2]
> https://raw.githubusercontent.com/apache/nuttx/nuttx-12.0.0-RC1/ReleaseNotes
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4]
> https://cwiki.apache.org/confluence/display/NUTTX/Validating+a+staged+Release
>

Reply via email to