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
..
2024-07-09 21:19:54 -03:00
2024-07-09 21:14:11 -03:00
2024-07-12 00:39:21 +08:00
2023-10-26 18:13:34 -03:00
2024-07-09 17:08:27 +08:00
2024-07-09 17:08:27 +08:00
2023-10-26 18:13:34 -03:00
2024-07-09 17:08:27 +08:00
2024-07-11 11:32:24 +08:00
2024-07-09 17:08:27 +08:00
2024-04-16 19:09:12 +08:00
2024-03-21 18:47:14 +08:00
2023-10-27 22:26:18 +08:00
2024-07-03 17:40:53 +08:00
2024-07-10 23:38:17 +08:00
2023-10-28 13:55:22 +08:00
2024-07-09 17:08:27 +08:00
2024-03-04 01:18:45 +08:00
2024-03-30 12:21:25 +08:00
2023-07-08 13:50:48 +08:00
2024-07-07 20:13:16 -03:00