Hi Alin, -1
I tested with audio tone and it is not working: $ arm-none-eabi-gcc -v Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/13.2.1/lto-wrapper Target: arm-none-eabi ... Thread model: single Supported LTO compression algorithms: zlib gcc version 13.2.1 20231009 (15:13.2.rel1-2) $ ./tools/configure.sh stm32f103-minimum:audio_tone $ make -j $ sudo openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c "reset halt" -c "flash write_image erase nuttx.bin 0x08000000" $ arm-none-eabi-size nuttx text data bss dec hex filename 46264 520 3236 50020 c364 nuttx NuttShell (NSH) NuttX-13.0.0 nsh> echo "t120o1l16b9n0baan0bn0bn0baaan0b9n0baan0b" > /dev/tone0 nsh> uname -a NuttX 13.0.0 74f820679d Jul 5 2026 08:51:31 arm stm32f103-minimum BR, Alan On Sun, Jul 5, 2026 at 3:29 AM Alin Jerpelea <[email protected]> wrote: > Hello all, > Apache NuttX 13.0.0 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.0-RC1 > Hash for the release nuttx tag: 74f820679d8c34da8e9931e7912bb2309217fe24 > Hash for the release nuttx-apps tag: > 5bf9b4ea9ac9facafa0ca10f3f95f0098a17db77 > > [1] https://dist.apache.org/repos/dist/dev/nuttx/13.0.0-RC1/ > [2] > > https://raw.githubusercontent.com/apache/nuttx/nuttx-13.0.0-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 >
