On Thu, Nov 26, 2020 at 3:36 AM Brennan Ashton <btash...@apache.org> wrote: > > Hello all, > Apache NuttX (Incubating) 10.0.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.
Summary: +1 to release Per Alan's request for size information: * NuttX-10.0.0-rc0, b-g474e-dpow1:nsh configuration: $ arm-none-eabi-size nuttx text data bss dec hex filename 116315 620 3008 119943 1d487 nuttx * For comparison, same configuration on NuttX-9.1.0: $ arm-none-eabi-size nuttx text data bss dec hex filename 115931 620 4028 120579 1d703 nuttx * From NuttX-9.1.0 to NuttX-10.0.0-rc0: - text increases by 384 from 115931 to 116315, but - bss decreases by 1020 from 4028 to 3008 Development system: Linux (Debian 4.19.0-12-rt-amd64 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 * Release notes LGTM Dependencies: * gcc-arm-none-eabi-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+dev-01241-gdadf46f6-dirty * texinfo 6.5.0.dfsg.1-4+b1 Thanks to everyone for making this release (candidate) possible! Cheers, Nathan