Re: [VOTE] Apache NuttX 10.3.0 (incubating) RC2 release

2022-05-10 Thread Abdelatif Guettouche
+1 to release. I checked: 1. NOTICE, DISCLAIMER and LICENSE files exist. 2. Incubating in name 3. Can build from source. Thank you Alin. On Thu, May 5, 2022 at 12:34 PM Alin Jerpelea wrote: > > Hello all, > > > Apache NuttX (Incubating) 10.3.0 RC2 has been staged under [1] and it's > time to vo

ICMP responses on UDP broadcasts

2022-05-10 Thread Fotis Panagiotopoulos
Hello, I just noticed that NuttX responds with an ICMP port unreachable on UDP broadcasts. AFAIK this shouldn't happen. I followed the code, and I found that the broadcast reaches udp_input.c: line 256, where the ICMP response is generated. There is a note there that indeed the ICMP shouldn't be

Re: ICMP responses on UDP broadcasts

2022-05-10 Thread Nathan Hartman
On Tue, May 10, 2022 at 6:01 AM Fotis Panagiotopoulos wrote: > Hello, > > I just noticed that NuttX responds with an ICMP port unreachable on UDP > broadcasts. > AFAIK this shouldn't happen. > > I followed the code, and I found that the broadcast reaches udp_input.c: > line 256, where the ICMP re

Re: [VOTE] Apache NuttX 10.3.0 (incubating) RC2 release

2022-05-10 Thread Nathan Hartman
Summary: +1 to release (binding) Per Alan's request for size information [1]: * NuttX-10.3.0-RC2, b-g474e-dpow1:nsh configuration: $ arm-none-eabi-size nuttx text databssdechex filename 117843636 2256 120735 1d79f nuttx * This is a slight improvement from NuttX-10.3.0-R

Re: [VOTE] Apache NuttX 10.3.0 (incubating) RC2 release

2022-05-10 Thread Xiang Xiao
+1. Download, build and test on sim:asan with checkrelease.sh, all check pass. Thanks Xiang On Thu, May 5, 2022 at 6:34 PM Alin Jerpelea wrote: > Hello all, > > > Apache NuttX (Incubating) 10.3.0 RC2 has been staged under [1] and it's > time to vote on accepting it for release. If approved we w

Re: [VOTE] Apache NuttX 10.3.0 (incubating) RC2 release

2022-05-10 Thread Alan Carvalho de Assis
+1 Compilation and size report ESP32-Devkit: compiler: xtensa-esp32-elf-gcc (crosstool-NG esp-2021r2-patch3) 8.4.0 $ ./tools/configure.sh esp32-devkitc:nsh $ xtensa-esp32-elf-size nuttx textdata bss dec hex filename 74615 2284888 79731 13773 nuttx