On Sun, Apr 18, 2021 at 10:06 AM Alin Jerpelea <jerpe...@gmail.com> wrote: > 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
Summary: +1 to release Per Alan's past request for size information: * NuttX-10.1.0-rc0, b-g474e-dpow1:nsh configuration: $ ls -l nuttx.bin -rwxr-xr-x 1 test test 113912 Apr 19 12:40 nuttx.bin $ arm-none-eabi-size nuttx text data bss dec hex filename 113303 608 2612 116523 1c72b nuttx * For comparison, same configuration on NuttX-10.0.0: $ arm-none-eabi-size nuttx text data bss dec hex filename 116315 620 3008 119943 1d487 nuttx * Sizes have improved! From NuttX-10.0.0 to NuttX-10.1.0-rc0: - text decreases by 3012 from 116315 to 113303 - data decreases by 12 from 620 to 608 - bss decreases by 396 from 3008 to 2612 - total decreases by 3420 from 119943 to 116523 Development system: Linux (Debian 4.19.181-1 x86_64) Verified: * Signatures * SHA-512 sums * Incubating in artifact names * LICENSE, NOTICE, README.md, DISCLAIMER-WIP present in both tarballs * Build and run b-g474e-dpow1:nsh configuration successfully * ReleaseNotes LGTM Dependencies: * gcc-arm-none-eabi-7-2017-q4-major: gcc version 7.2.1 20170904 (release) [ARM/embedded-7-branch revision 255204] (GNU Tools for Arm Embedded Processors 7-2017-q4-major) * kconfig-conf from NuttX tools repository Other dependencies from Debian packages: * binutils-dev: 2.31.1-16 * bison: 2:3.3.2.dfsg-1 * flex: 2.6.4-6.2 * gperf: 3.1-1 * libelf-dev: 0.176-1.1 * libgmp-dev: 2:6.1.2+dfsg-4 * libisl-dev: 0.20-2 * libmpc-dev: 1.1.0-1 * libmpfr-dev: 4.0.2-1 * libncurses5-dev: 6.1+20181013-2+deb10u2 * libusb-1.0-0-dev: 2:1.0.22-2 * libusb-dev: 2:0.1.12-32 * openocd: 0.10.0-5 * texinfo: 6.5.0.dfsg.1-4+b1 Thanks to everyone for making this release (candidate) possible! Cheers, Nathan