Re: Porting renesas DA1470X - stuck

2025-08-08 Thread Alan C. Assis
Hi Luca, As Nathan suggested you can start looking at the stack side, before trying other root causes. BTW, what development board or device are you using (i.e. MiBand 7) ? I didn't find a low cost DA1470x board at Aliexpress, but I found some DA145xx boards, i.e.: https://aliexpress.com/i/1005

Re: Making external libraries available during "make export"

2025-08-08 Thread Štěpán Pressl
Hi, Alin, did you want to write anything? I only see a blank reply from you. And yes, as Pavel wrote, we only care about static linkage of libraries in the export. We only want to modfiy the build system to be as simple as possible. Br, SP 8. srpna 2025 9:46:40 SELČ, Alin Jerpelea napsal: >On

Re: Making external libraries available during "make export"

2025-08-08 Thread Alin Jerpelea
On Fri, Aug 8, 2025 at 12:13 AM Pavel Pisa wrote: > Hello Alan and others, > > On Thursday 07 of August 2025 16:05:07 Alan C. Assis wrote: > > AFAIK NuttX doesn't have support to export apps side libraries. > > > > Actually it should be nice to have "real" support for libraries on apps/ > > Makef