[+1] for all Espressif-supported boards and chips, namely: esp32_devkitc esp32_wrover_kit esp32_ethernet_kit esp32_lyrat esp32_pico_kit esp32s2_saola esp32s2_kaluga esp32s3_devkit esp32s3_korvo_2 esp32s3_box esp32s3_eye esp32c3_generic esp32c6_devkitc esp32c6_devkitm esp32h2_devkit esp32s3_lcd_ev
Tested with our internal CI with all defconfigs (including `ostest`). Compilers: xtensa-esp32-elf-gcc --version xtensa-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 xtensa-esp32s2-elf-gcc --version xtensa-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 xtensa-esp32s3-elf-gcc --version xtensa-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 riscv-none-elf-gcc --version gcc version 13.2.0 (xPack GNU RISC-V Embedded GCC x86_64) Thank you, Alin! Em qui., 3 de jul. de 2025 às 12:08, Alan C. Assis <acas...@gmail.com> escreveu: > +1 > > STM32F103-Minimum: > > Compiler: > $ arm-none-eabi-gcc -v > ... > Thread model: single > Supported LTO compression algorithms: zlib > gcc version 13.2.1 20231009 (15:13.2.rel1-2) > > Compilation: > $ ./tools/configure.sh stm32f103-minimum:nsh > $ make -j > > Size: > $ arm-none-eabi-size nuttx > text data bss dec hex filename > 49616 456 3344 53416 d0a8 nuttx > > > On Mon, Jun 30, 2025 at 2:06 AM Alin Jerpelea <jerpe...@gmail.com> wrote: > > > Hello all, > > > > Apache NuttX 12.10.0 RC0 has been staged under [1] and it's > > time to vote on accepting it for release. 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 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-12.10.0-RC0 > > Hash for the release nuttx tag: > 6fc5b3e9dc51dcda46d99519f72b7f2ec6db2e64 > > Hash for the release nuttx-apps tag: > > 8ff533beb37eeef1f288c467acd7c50b542464eb > > > > [1] https://dist.apache.org/repos/dist/dev/nuttx/12.10.0-RC0/ > > [2] > > > https://raw.githubusercontent.com/apache/nuttx/nuttx-12.10.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 > > >