Re: ESP32 SoftAP - Station bridging

2023-10-16 Thread 翁�
Hi Robert & Alan, Although I don't have an ESP32 board yet, you may need NAT applied on wlan0, I guess. Under Alan's configuration, there are two subnets: the 192.168.0.0/24 and 10.0.0.0/24. With only routing and ipforward, the ping from 10.0.0.x (take 10.0.0.2 as an example) normally can

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-16 Thread Christian Catchpole
Nice, I went the full Studio Ultra, mainly because Im doing a lot of stuff in Blender at the moment. Normally I wouldn't need a machine so powerful. And an M2 Air. I havn't installed NuttX on it yet, so I'll have a fresh machine to re-run the install on. I also noticed that the KConfig build

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-16 Thread Tomek CEDRO
Congratulations :-) I sit at MacStudio 2023 (macOS 14.0) machine right now (tiny but powerful box with 12xM2Max ARM64 CPU + 32GB RAM) for some specific tasks so I can beta test Your instructions :-) By default I use FreeBSD (BSD Unix family)... and macOS is also kind of BSD (+MACH).. so here you

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-16 Thread Christian Catchpole
I installed *arm-none-eabi-gcc *which I think added *arm-none-eabi-binutils* with it, but it didn't seem to have any standard *includes*. I installed the whole *gcc-arm-embedded* cask and it seems fine now. *brew install --cask gcc-arm-embedded* I'll keep playing with that and then raise a PR

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-16 Thread Tomek CEDRO
I have double checked the build with GCC 8.4.0 and the fix is in place (git master)! Thank you!! :-) % cu -l /dev/cuaU0 -s 115200 Connected ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-16 Thread Alin Jerpelea
Don't worry I will cherry-pick fixes and create rc1, then the next release comes in 3 months. Best regards On Mon, 16 Oct 2023, 22:15 Daniel Appiagyei, wrote: > Apologies for the typo Alin! :) > > On Mon, Oct 16, 2023 at 11:30 AM Alan C. Assis wrote: > > > That was Alin :-) > > > > On

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-16 Thread Daniel Appiagyei
Apologies for the typo Alin! :) On Mon, Oct 16, 2023 at 11:30 AM Alan C. Assis wrote: > That was Alin :-) > > On 10/16/23, Daniel Appiagyei > wrote: > > Hi Alan, > > Apologies for the delay. Please go ahead and make the RC1. > > The issue regards using DMA for UART in (at least) the IMXRT

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-16 Thread Alan C. Assis
That was Alin :-) On 10/16/23, Daniel Appiagyei wrote: > Hi Alan, > Apologies for the delay. Please go ahead and make the RC1. > The issue regards using DMA for UART in (at least) the IMXRT family of > chips. I've created an issue here > and have a

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-16 Thread Daniel Appiagyei
Hi Alan, Apologies for the delay. Please go ahead and make the RC1. The issue regards using DMA for UART in (at least) the IMXRT family of chips. I've created an issue here and have a PR with an incomplete fix here

Re: ESP32 SoftAP - Station bridging

2023-10-16 Thread Alan C. Assis
Hi Robert, I reproduced your issue here, but I don't know if it is some network issue on NuttX or just because I don't know how to configure the network route correctly. See my board config attached. I tried many scenarios and it never worked: nsh> ? help usage: help [-v] [] .

Re: ws2812 on sam

2023-10-16 Thread Bert Voldenuit
Hi Alan, Thanks for the historical explanation. The board is already done. I designed it to work with arduino. For the ws2812 leds (actually it is tiny EC3210 working with SK6812 protocol which is compatible with ws2812b) I used a library which uses pwm :

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-16 Thread Tomek CEDRO
sure thing please play with them and update the doc if all turns out ok :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

RE: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-16 Thread alin.jerpe...@sony.com
Hi Daniel Any updates on the patches? I would like to continue with RC1 Best regards Alin From: Daniel Appiagyei Sent: den 9 oktober 2023 14:48 To: dev@nuttx.apache.org Subject: Re: [VOTE] Apache NuttX 12.3.0 RC0 release Thanks, Alin I will branch off the 12. 3. 0 RC0 branch and have a fix up