Hi Everyone, It is important to list the binary size increment for future reference and to make it easy to track this information:
--------------------------------------------------------------------------------------- Default esp32-devkitc:nsh $ ls -l nuttx* -rwxrwxr-x 1 alan alan 219272 Apr 20 21:17 nuttx -rwxrwxr-x 1 alan alan 123856 Apr 20 21:17 nuttx.bin $ xtensa-esp32-elf-size nuttx text data bss dec hex filename 70572 92 4976 75640 12778 nuttx --------------------------------------------------------------------------------------- Default stm32f4discovery:nsh $ ls -l nuttx* -rwxrwxr-x 1 alan alan 173164 Apr 20 21:19 nuttx -rwxrwxr-x 1 alan alan 68620 Apr 20 21:19 nuttx.bin $ arm-none-eabi-size nuttx text data bss dec hex filename 68524 96 1732 70352 112d0 nuttx --------------------------------------------------------------------------------------- Default stm32f103-minimum:nsh $ ls -l nuttx* -rwxrwxr-x 1 alan alan 98860 Apr 20 21:21 nuttx -rwxrwxr-x 1 alan alan 42588 Apr 20 21:21 nuttx.bin $ arm-none-eabi-size nuttx text data bss dec hex filename 42480 108 1728 44316 ad1c nuttx --------------------------------------------------------------------------------------- $ arm-none-eabi-gcc -v gcc version 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599] (15:9-2019-q4-0ubuntu1) --------------------------------------------------------------------------------------- $ xtensa-esp32-elf-gcc -v gcc version 8.2.0 (crosstool-NG esp-2020r2) BTW, everything fine! My vote: +1 BR, Alan On 4/18/21, Alin Jerpelea <jerpe...@gmail.com> wrote: > Hello all, > Apache NuttX (Incubating) 10.1.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.1.0-RC0 > Hash for the release incubating-nuttx tag: > f380c919f04d5ee88e0a83f5632cc83af503664f > Hash for the release incubating-nuttx-apps tag: > 4348d91d1356335483089c3865282d80f13bedcd > > [1] https://dist.apache.org/repos/dist/dev/incubator/nuttx/10.1.0-RC0/ > [2]https://raw.githubusercontent.com/apache/incubator-nuttx/nuttx-10.1.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 >