Hi Alin,

Thank you very much!

+1

Follow the size increase verification:

-----------------------------------------------------------------------------

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

$ xtensa-esp32-elf-size nuttx
   text    data     bss     dec     hex filename
  74615     228    4888   79731   13773 nuttx

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


-----------------------------------------------------------------------------


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

$ riscv64-unknown-elf-size nuttx
   text    data     bss     dec     hex filename
  85068     180  142198  227446   37876 nuttx

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


-----------------------------------------------------------------------------


$ ./tools/configure.sh stm32f4discovery:nsh

$ arm-none-eabi-size nuttx
   text    data     bss     dec     hex filename
  71544     132    1508   73184   11de0 nuttx

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


On 6/8/22, Alin Jerpelea <jerpe...@gmail.com> wrote:
> Hello all,
> Apache NuttX (Incubating) 10.3.0 RC4 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-RC4
>   Hash for the release incubating-nuttx tag:
> 3fb5737958000d6e786a885af1a576e4d7bd5ada
>   Hash for the release incubating-nuttx-apps tag:
> 10c75df01cfb65d3d865313ebc03af6aec8505e5
>
> [1] https://dist.apache.org/repos/dist/dev/incubator/nuttx/10.3.0-RC4/
> [2]https://raw.githubusercontent.com/apache/incubator-nuttx/nuttx-10.3.0-RC4/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