incubator-nuttx/boards/arm/tlsr82/tlsr8278adk80d
Bowen Wang 9363033356 tlsr82/nsh: set LIBC_RAND_ORDER be 0 to fix compile error
tc32-elf-ld generated: In function `nrand_r':
/data/project/code/vela-pt/nuttx/libs/libc/stdlib/lib_srand.c:241: undefined reference to `__fixunsdfsi'

telink compiler do not support float point, so set LIBC_RAND_ORDER
to be 0 to avoid function srand() use float point.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-12 18:11:58 +08:00
..
configs/nsh tlsr82/nsh: set LIBC_RAND_ORDER be 0 to fix compile error 2024-10-12 18:11:58 +08:00
include arm/tlsr82: move peripherals pin config to board.h 2022-09-28 09:30:06 +08:00
scripts nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
src arm/tlsr82: move peripherals pin config to board.h 2022-09-28 09:30:06 +08:00
Kconfig boards/arm/tlsr82/tlsr8278adk80d/Kconfig: Fix Kconfig style 2023-05-10 22:51:11 +08:00