nuttx/boards/avr/at32uc3/avr32dev1/src
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
..
avr32_appinit.c avr32dev1: Suppress linker error: Placeholder for board_app_initialize() 2021-05-06 11:25:38 -03:00
avr32_boot.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
avr32_bringup.c tools/ci: enable avr32dev1 build 2024-07-12 00:39:21 +08:00
avr32_buttons.c boards: avr: Author Gregory Nutt: update licenses to Apache 2021-03-17 08:40:08 -07:00
avr32_leds.c boards: avr: Author Gregory Nutt: update licenses to Apache 2021-03-17 08:40:08 -07:00
avr32dev1.h boards: nxstyle fixes 2021-03-18 22:58:27 -07:00
Makefile avr32dev1: Suppress linker error: Placeholder for board_app_initialize() 2021-05-06 11:25:38 -03:00