nuttx/tools/ci
chao an b8ef55d201 Revert "tools/ci: Update GNU Arm Embedded Toolchain to Version 12.2-2022.12.22"
This reverts commit 809252e3fd.

Wrong warning array subscript [0] is outside array bounds:

|  chip/lpc43_usb0dev.c: In function 'lpc43_getframe':
|  arch/arm/src/common/arm_internal.h:134:25: warning: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' {aka 'volatile long unsigned int[]'} [-Warray-bounds]
|    134 | #define getreg32(a)    (*(volatile uint32_t *)(a))
|        |                        ~^~~~~~~~~~~~~~~~~~~~~~~~~~
|  chip/lpc43_usb0dev.c:347:33: note: in expansion of macro 'getreg32'
|    347 | # define lpc43_getreg(addr)     getreg32(addr)
|        |                                 ^~~~~~~~
|  chip/lpc43_usb0dev.c:2605:15: note: in expansion of macro 'lpc43_getreg'
|   2605 |   return (int)lpc43_getreg(LPC43_USBDEV_FRINDEX_OFFSET);
|        |

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-20 20:05:13 +08:00
..
docker/linux Revert "tools/ci: Update GNU Arm Embedded Toolchain to Version 12.2-2022.12.22" 2023-02-20 20:05:13 +08:00
patch Revert "tools/ci: Update GNU Arm Embedded Toolchain to Version 12.2-2022.12.22" 2023-02-20 20:05:13 +08:00
testlist boards/sim: Enable CONFIG_SIM_M32 in nimble 2023-02-09 14:36:05 +08:00
testrun Updated python scripts interpreter invocation in tools/. 2023-02-19 14:15:27 +08:00
cibuild.sh Revert "tools/ci: Update GNU Arm Embedded Toolchain to Version 12.2-2022.12.22" 2023-02-20 20:05:13 +08:00
cirun.sh ci: add qemu run support 2022-10-21 14:57:43 +08:00
README.md

CI Tools

These are tools and data used for the CI system. Some of what is here may also be useful for local testing.