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

2023-10-15 Thread Christian Catchpole
None I guess. I didn't know they existed :) Perhaps we should update the documentation for those instead. On Mon, 16 Oct 2023 at 11:17, Tomek CEDRO wrote: > On Mon, Oct 16, 2023 at 1:35 AM Christian Catchpole wrote: > > So, I'v just set up NuttX to build on MacOS with Apple Silicon > > (M1/Mx/AR

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

2023-10-15 Thread Tomek CEDRO
On Mon, Oct 16, 2023 at 1:35 AM Christian Catchpole wrote: > So, I'v just set up NuttX to build on MacOS with Apple Silicon > (M1/Mx/ARM64) and noticed the instructions for non-linux point to the > archives on arm.com - the linked file for mac seems to be the x86-64 > version from 2019. Although it

gcc-arm-none-eabi on M1 MacOs

2023-10-15 Thread Christian Catchpole
Hello everyone, It's been a while since I've been doing anything NuttX for various reasons. But I'm back :) So, I'v just set up NuttX to build on MacOS with Apple Silicon (M1/Mx/ARM64) and noticed the instructions for non-linux point to the archives on arm.com - the linked file for mac seems to b

Re: ws2812 on sam

2023-10-15 Thread Alan C. Assis
Hi Bert, On 10/15/23, Bert Voldenuit wrote: > Hello, > > I am trying use ws2812 driver with a samd21 mcu. > > I took example from the /boards/arm/rp2040. > > added to board.h: > #define BOARD_GPIO_WS2812_PIN5 /* verifier pin #5 = PA15 */ > > added to sam_bringup.c: > > #ifdef CONFIG_WS2812 >

ESP32 SoftAP - Station bridging

2023-10-15 Thread Robert Alexa
Hi all, I'm trying to connect my smartphone to the Internet through NuttX and ESP32 by creating a SoftAP - station bridge. Is this possible? Currently, I'm building NuttX as esp32-devkitc:sta_softap, configuring wlan0 as station and wlan1 as softAP using the commands from here[1][2]. I have also

ws2812 on sam

2023-10-15 Thread Bert Voldenuit
Hello, I am trying use ws2812 driver with a samd21 mcu. I took example from the /boards/arm/rp2040. added to board.h: #define BOARD_GPIO_WS2812_PIN5 /* verifier pin #5 = PA15 */ added to sam_bringup.c: #ifdef CONFIG_WS2812 /* Configure and initialize the WS2812 LEDs. */ #ifdef CONFIG_WS281