Hi Alin,

I noticed there is a small WARNING in the Kconfig during the building:

$ arm-none-eabi-gcc -v
...
Thread model: single
Supported LTO compression algorithms: zlib
gcc version 13.2.1 20231009 (15:13.2.rel1-2)


$ ./tools/configure.sh stm32f103-minimum:nsh

WARNING:
boards/Kconfig:5602:warning: leading whitespace ignored

$ make -j

LD: nuttx
Memory region         Used Size  Region Size  %age Used
           flash:       53276 B       128 KB     40.65%
            sram:        3432 B        20 KB     16.76%
CP: nuttx.bin

$ arm-none-eabi-size nuttx
   text   data    bss    dec    hex filename
  52804    472   2952  56228   dba4 nuttx

Flashing:

$ sudo openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c
"reset halt" -c "flash write_image erase nuttx.bin 0x08000000"

NuttShell (NSH) NuttX-13.0.0
nsh> free
      total       used       free    maxused    maxfree  nused  nfree name
      16000       8336       7664       8704       7224     23      2 Umem
     132096      78848      53248      53248     77     52 Prog
nsh>

Although not a block, I suggest fixing it (to show we care about quality).

So, my vote is -1 or 0 (if not nobody cares about quality here).

BR,

Alan

On Mon, Jul 6, 2026 at 12:33 PM Alin Jerpelea <[email protected]> wrote:

> Hello all,
> Apache NuttX 13.0.0 RC2 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.0-RC2
>   Hash for the release nuttx tag: f5291a8df19660fc69992c0763e1a4cc87b7037c
>   Hash for the release nuttx-apps tag:
> 20ffb1a3a3b590d52890ee865a28442390e5d16c
>
> [1] https://dist.apache.org/repos/dist/dev/nuttx/13.0.0-RC2/
> [2]
>
> https://raw.githubusercontent.com/apache/nuttx/nuttx-13.0.0-RC2/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