incubator-nuttx/tools/ci
simbit18 2f8560e838 tools/ci: enable avr32dev1 build
removed in the tools/ci/testlist/other.dat file the entries
 -avr32dev1:nsh
 -avr32dev1:ostest

avr32_bringup.c
Fix  Error: ./avr32_bringup.c:54:4: error: #warning "Not Implemented"

comment out directive '#warning'
/* #warning "Not Implemented" */

avr_doirq.c

fix avr32/avr_doirq.c:117: error: assignment discards qualifiers from pointer target type
  regs = g_current_regs; -> regs = (uint32_t *)g_current_regs;
2024-07-12 00:39:21 +08:00
..
docker/linux ci: update required esptool version to 4.8.dev4 2024-07-04 18:22:24 -03:00
platforms ci: update required esptool version to 4.8.dev4 2024-07-04 18:22:24 -03:00
testlist tools/ci: enable avr32dev1 build 2024-07-12 00:39:21 +08:00
testrun ci/ltp: enlarge timeout for LTP test 2024-05-22 16:40:13 +08:00
README.md
cibuild.sh tools/ci: Modify cibuild.sh to adapt to new platforms. 2024-03-01 21:30:03 +08:00
cirun.sh add libuv and cmocka test cases with file system on sim and qemu on CI 2024-04-10 14:46:53 +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.