mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
tools/testbuild.sh: select size_t to different type by testlist
testbuild.sh select size_t to different type by testlist in which CONFIG_ARCH_SIZET_LONG defined for ulong and -CONFIG_ARCH_SIZET_LONG for uint.
This commit is contained in:
@@ -964,7 +964,9 @@ testbuild.sh
|
||||
build descriptions consists of two comma separated values. For example:
|
||||
|
||||
stm32f429i-disco:nsh,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
|
||||
arduino-due:nsh,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL,-CONFIG_ARCH_SIZET_LONG
|
||||
/arm,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
|
||||
/risc-v,CONFIG_RV32IM_TOOLCHAIN_GNU_RVGL,CONFIG_ARCH_SIZET_LONG
|
||||
|
||||
The first value is the usual configuration description of the form
|
||||
<board-name>:<configuration-name> or /<folder-name> and must correspond to a
|
||||
|
||||
Reference in New Issue
Block a user