+1

Please find the results below:


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

Compilation Info:

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

$ xtensa-esp32-elf-gcc -v
gcc version 8.4.0 (crosstool-NG esp-2021r2-patch3)

Binary size:

$ xtensa-esp32-elf-size nuttx
   text    data     bss     dec     hex filename
  73927     236    4696   78859   1340b nuttx

NSH Shell info:

nsh> uname -a
NuttX 10.4.0 dd718e78f7 Aug  8 2022 15:12:49 xtensa esp32-devkitc
nsh> free
                   total       used       free    largest  nused  nfree
        Umem:     327648       5824     321824     190160     31      3
nsh>


ESP32S2-SAOLA-1:
================

Compilation Info:

$ ./tools/configure.sh esp32s2-saola-1:nsh

$ xtensa-esp32s2-elf-gcc -v
gcc version 11.2.0 (crosstool-NG esp-2022r1-RC1)

Binary size:

$ xtensa-esp32s2-elf-size nuttx
   text    data     bss     dec     hex filename
  66347     288    7264   73899   120ab nuttx

NSH Shell info:

nsh> uname -a
NuttX 10.4.0 dd718e78f7 Aug  8 2022 15:27:09 xtensa esp32s2-saola-1
nsh> free
                   total       used       free    largest  nused  nfree
        Umem:     310080       5792     304288     304288     29      1
nsh>


ESP32S3-DEVKIT:
===============

Compilation Info:

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

$ xtensa-esp32s3-elf-gcc -v
gcc version 8.4.0 (crosstool-NG esp-2021r2-patch3)

Binary size:

$ xtensa-esp32s3-elf-size nuttx
   text    data     bss     dec     hex filename
  70231     288   73608  144127   232ff nuttx

NSH Shell info:

$ xtensa-esp32s3-elf-size nuttx
   text    data     bss     dec     hex filename
  70231     288   73608  144127   232ff nuttx

nsh> uname -a
NuttX 10.4.0 dd718e78f7 Aug  8 2022 15:29:53 xtensa esp32s3-devkit
nsh> free
                   total       used       free    largest  nused  nfree
        Umem:     412768       5792     406976     406976     29      1
nsh>


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

Compilation Info:

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

$ riscv64-unknown-elf-gcc -v
gcc version 10.2.0 (SiFive GCC-Metal 10.2.0-2020.12.8)

Binary size:

$ riscv64-unknown-elf-size nuttx
   text    data     bss     dec     hex filename
  85286     180  142272  227738   3799a nuttx

NSH Shell info:

nsh> uname -a
NuttX 10.4.0 dd718e78f7 Aug  8 2022 15:23:03 risc-v esp32c3-devkit
nsh> free
                   total       used       free    largest  nused  nfree
        Umem:     377488       5792     371696     371696     30      1
nsh>

STM32F4Discovery:
=================

Compilation Info:

$ ./tools/configure.sh stm32f4discovery:nsh

$ arm-none-eabi-gcc -v
gcc version 9.2.1 20191025 (release) [ARM/arm-9-branch revision
277599] (15:9-2019-q4-0ubuntu1)

Binary size:

$ arm-none-eabi-size nuttx
   text    data     bss     dec     hex filename
  70928     136    1436   72500   11b34 nuttx

NuttShell (NSH) NuttX-10.4.0
nsh> uname -a
NuttX 10.4.0 dd718e78f7 Aug  8 2022 15:05:12 arm stm32f4discovery
nsh> free
                   total       used       free    largest  nused  nfree
        Umem:     193648       5808     187840     126992     30      3
nsh>



On 8/8/22, Alin Jerpelea <jerpe...@gmail.com> wrote:
> Hello all,
> Apache NuttX (Incubating) 10.4.0 RC0 has been staged under [1] and it's
> time to vote on accepting it for release. If approved we will seek
> final release approval from the IPMC. 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,
> Alin Jerpelea
>
> SCM Information:
>   Release tag: nuttx-10.4.0-RC0
>   Hash for the release incubating-nuttx tag:
> dd718e78f70f9350ac648067509672c5051841b9
>   Hash for the release incubating-nuttx-apps tag:
> 8b43f9f9ca30f44c1cccae9a9078d5d45b776d35
>
> [1] https://dist.apache.org/repos/dist/dev/incubator/nuttx/10.4.0-RC0/
> [2]https://raw.githubusercontent.com/apache/incubator-nuttx/nuttx-10.4.0-RC0/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