+1
$ arm-none-eabi-gcc -v
...
Supported LTO compression algorithms: zlib
gcc version 13.2.1 20231009 (15:13.2.rel1-2)
$ ./tools/configure.sh stm32f103-minimum:nsh
$ make -j
Create version.h
LN: platform/board to /tmp/apps/platform/dummy
Register: nsh
Register: sh
CPP: /tmp/nuttx/boards/arm/stm32f1/stm32f103-minimum/scripts/ld.script->
/tmp/nutLD: nuttx
Memory region Used Size Region Size %age Used
flash: 53312 B 128 KB 40.67%
sram: 3432 B 20 KB 16.76%
CP: nuttx.bin
$ arm-none-eabi-size nuttx
text data bss dec hex filename
52840 472 2952 56264 dbc8 nuttx
$ sudo openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c
"reset halt" -c "flash write_image erase nuttx.bin 0x08000000"
Open On-Chip Debugger 0.11.0+dev-gcf314db1f-dirty (2025-05-17-16:09)
...
User : 4537 3145 options.c:63 configuration_output_handler(): auto erase
enabled
wrote 53312 bytes from file nuttx.bin in 2.999146s (17.359 KiB/s)
NuttShell (NSH) NuttX-13.0.1
nsh> uname -a
NuttX 13.0.1 cec617dfbc Sep 14 2026 14:40:29 arm stm32f103-minimum
nsh>
BR,
Alan
On Tue, Sep 8, 2026 at 7:24 AM Alin Jerpelea <[email protected]> wrote:
> Hello all,
> Apache NuttX 13.0.1 RC1 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-13.0.1-RC1
> Hash for the release nuttx tag: cec617dfbce984bc0bf242922c3c4d306238c4de
> Hash for the release nuttx-apps tag:
> be1ae4e896aa0739e00efdc3478f0d01175b82dc
>
> [1] https://dist.apache.org/repos/dist/dev/nuttx/13.0.1-RC1/
> [2]
>
> https://raw.githubusercontent.com/apache/nuttx/nuttx-13.0.1-RC1/ReleaseNotes
> [3] https://www.apache.org/dev/release.html#approving-a-release
> [4]
>
> https://cwiki.apache.org/confluence/display/NUTTX/Validating+a+staged+Release
>