2f8560e838
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; |
||
---|---|---|
.. | ||
docker/linux | ||
platforms | ||
testlist | ||
testrun | ||
README.md | ||
cibuild.sh | ||
cirun.sh |
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.