On Wed, Aug 30, 2023 at 5:49 AM Bert Voldenuit
wrote:
> Hi,
> Alan,
> I use ./tool/configure.sh arduino-m0/nsh
> Thanks to your blog, I am porting an arduino project to Nuttx
>
> Xiang Xiao,
> Indeed DEFAULT_SMALL was activated. it works with CONFIG_FILE_STREAM
> enabled. How did you know?
>
>
T
Hi,
Alan,
I use ./tool/configure.sh arduino-m0/nsh
Thanks to your blog, I am porting an arduino project to Nuttx
Xiang Xiao,
Indeed DEFAULT_SMALL was activated. it works with CONFIG_FILE_STREAM
enabled. How did you know?
Thank you for your support.
Bert.
Le mar. 29 août 2023 à 04:20, Xiang Xiao
Hi,
I'll take a look at it soon. Interestingly, our internal CI tests all the
defconfigs, so I wouldn't expect any erroneous behavior.
I'll check.
Best regards,
Em ter., 29 de ago. de 2023 às 16:38, Mike Moretti
escreveu:
> Hi,
>
> I'm using NuttX 12.2.1 on an esp32 wroom devkit.
>
> If I try
Hi,
I'm using NuttX 12.2.1 on an esp32 wroom devkit.
If I try to configure NuttX via tools/configure.sh using the
esp32-devkitc:blewifi configuration, when I boot the esp32, I get
problems with it telling me there's no bootable app.
If I instead start with the esp32-devkitc:nsh configuration
I am trying to figure out GPIO and interrupts. So the situation is I have four
switches connected to GPIOs on my board. My ideal scenario is to attach a
different interrupt to each switch and have that fired when the appropriate
button is pressed.
So I have spent some time looking at the gpis
Hi,
I'm developing a device using an ESP32 with NuttX that needs to
broadcast a beacon/advertise on both bt4 and ble5 (and also do radio
sharing with wifi). I've done some work with ble 5 with ESP-IDF and
understand a little about bluetooth. Unfortunately, I can't seem to
find any documenta