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
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
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
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