Re: Serialrx

2023-08-30 Thread Bert Voldenuit
Thanks for the references to github pulls Le mer. 30 août 2023 à 04:18, Xiang Xiao a écrit : > 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

Re: Serialrx

2023-08-29 Thread Xiang Xiao
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

Re: Serialrx

2023-08-29 Thread Bert Voldenuit
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

Re: Serialrx

2023-08-28 Thread Xiang Xiao
Do you enable DEFAULT_SMALL? If so, you have to enable CONFIG_FILE_STREAM in defconfig explicitly. On Tue, Aug 29, 2023 at 6:11 AM Bert Voldenuit wrote: > Hello, > > I am trying to run the serialrx app (out of the box) from the examples, but > i get the following errors: > > - Some warnings beca

Re: Serialrx

2023-08-28 Thread Alan C. Assis
Hi Bert, On 8/28/23, Bert Voldenuit wrote: > Hello, > > I am trying to run the serialrx app (out of the box) from the examples, but > i get the following errors: > > - Some warnings because of conversion; no big deal > - undefined reference to standard librarie function like: fprintf, > lib_get_s