Re: NuttX ELF loadable applications and modules build broken probably for the most targets.

2021-07-18 Thread Pavel Pisa
Hello Xiang Xiao, thanks for response. On Sunday 18 of July 2021 13:13:50 Xiang Xiao wrote: > On Sat, Jul 17, 2021 at 4:10 PM Pavel Pisa wrote: > > Hello everybody, > > > > CONFIG_EXAMPLES_MODULE and or CONFIG_EXAMPLES_ELF is enabled then > > build fails (i.e. for tools/configure.sh lx_cpu:nsh)

Re: NuttX ELF loadable applications and modules build broken probably for the most targets.

2021-07-18 Thread Xiang Xiao
On Sat, Jul 17, 2021 at 4:10 PM Pavel Pisa wrote: > Hello everybody, > > CONFIG_EXAMPLES_MODULE and or CONFIG_EXAMPLES_ELF is enabled then > build fails (i.e. for tools/configure.sh lx_cpu:nsh) on my system. > I use Debian provided arm-none-eabi-gcc by default. The error reported: > > > -

Tickless mode compare value check at counter overflow

2021-07-18 Thread Pavel Pisa
Hello everybody, I have noticed problematic pattern in the imxRT code which is probably copied from STM32 code ./arch/arm/src/stm32f7/stm32_tickless.c: while (tm <= stm32_get_counter()) ./arch/arm/src/imxrt/imxrt_tickless.c: while (tm <= imxrt_get_counter()) Criticality is minor, because o