+1 Compilation and size report
ESP32-Devkit: compiler: xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2-patch3) 8.4.0 $ ./tools/configure.sh esp32-devkitc:nsh $ xtensa-esp32-elf-size nuttx text data bss dec hex filename 74615 228 4888 79731 13773 nuttx -------------------------------------------------------------------------------------- ESP32C3-Devkit: compiler: riscv64-unknown-elf-gcc (SiFive GCC-Metal 10.2.0-2020.12.8) 10.2.0 $ ./tools/configure.sh esp32c3-devkit:nsh $ riscv64-unknown-elf-size nuttx text data bss dec hex filename 85068 180 142198 227446 37876 nuttx -------------------------------------------------------------------------------------- STM32F4Discovery: compiler: arm-none-eabi-gcc (15:9-2019-q4-0ubuntu1) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599] $ ./tools/configure.sh stm32f4discovery:nsh $ arm-none-eabi-size nuttx text data bss dec hex filename 71544 132 1508 73184 11de0 nuttx On 5/5/22, Alin Jerpelea <jerpe...@gmail.com> wrote: > Hello all, > > > Apache NuttX (Incubating) 10.3.0 RC2 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-RC2 > Hash for the release incubating-nuttx tag: > ec8fa7d2bfd649d8848448243744e30c96467ff2 > Hash for the release incubating-nuttx-apps tag: > ecd8a9722f9da777829ed6f28998311f1664b278 > > [1] https://dist.apache.org/repos/dist/dev/incubator/nuttx/10.3.0-RC2/ > [2] > https://raw.githubusercontent.com/apache/incubator-nuttx/nuttx-10.3.0-RC2/ReleaseNotes > [3] https://www.apache.org/dev/release.html#approving-a-release > [4] > https://cwiki.apache.org/confluence/display/NUTTX/Validating+a+staged+Release >