Errata, I used the xtensa toolchain to read the risc-v size, it should be: $ riscv64-unknown-elf-size nuttx text data bss dec hex filename 85076 180 142198 227454 3787e nuttx
But as you can see the size from other arch reported the same values. BR, Alan On 4/6/22, Alan Carvalho de Assis <acas...@gmail.com> wrote: > Hi Alin, > > +1 > > Please find attached the size information for ESP32, ESP32C3 and STM32F4: > > $ xtensa-esp32-elf-gcc -v > gcc version 8.2.0 (crosstool-NG esp-2020r2) > > $ ./tools/configure.sh esp32-devkitc:nsh > > $ xtensa-esp32-elf-size nuttx > text data bss dec hex filename > 74671 228 4888 79787 137ab nuttx > > nsh> uname -a > NuttX 10.3.0-RC0 c180757795 Apr 6 2022 16:58:32 xtensa esp32-devkitc > > nsh> free > total used free largest nused nfree > Umem: 327456 6096 321360 189888 29 3 > > > > > $ riscv64-unknown-elf-gcc -v > gcc version 10.1.0 (SiFive GCC 10.1.0-2020.08.2) > > $ ./tools/configure.sh esp32c3-devkit:nsh > > $ xtensa-esp32-elf-size nuttx > text data bss dec hex filename > 85076 180 142198 227454 3787e nuttx > > nsh> uname -a > NuttX 10.3.0-RC0 c180757795 Apr 6 2022 17:05:09 risc-v esp32c3-devkit > > nsh> free > total used free largest nused nfree > Umem: 377552 5968 371584 371584 28 1 > > > > > $ arm-none-eabi-gcc -v > gcc version 9.2.1 20191025 (release) [ARM/arm-9-branch revision > 277599] (15:9-2019-q4-0ubuntu2) > > $ ./tools/configure.sh stm32f4discovery:nsh > > $ arm-none-eabi-size nuttx > text data bss dec hex filename > 71552 132 1508 73192 11de8 nuttx > > > BR, > > Alan > > On 3/30/22, Alin Jerpelea <jerpe...@gmail.com> wrote: >> Hello all, >> >> >> Apache NuttX (Incubating) 10.3.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.3.0-RC0 >> Hash for the release incubating-nuttx tag: >> c18075779548fcba3f2978689888af8c3b9c959c >> Hash for the release incubating-nuttx-apps tag: >> 4a2aa6d8cffb6eef45d445ca42a3653f700a2565 >> >> [1] https://dist.apache.org/repos/dist/dev/incubator/nuttx/10.3.0-RC0/ >> [2] >> https://raw.githubusercontent.com/apache/incubator-nuttx/nuttx-10.3.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 >> >