nuttx/boards/avr/at32uc3/avr32dev1
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
..
configs sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
include avr32dev1: Fix compilation and nsh boot-up 2024-02-08 11:12:13 -03:00
scripts avr32dev1: Fix compilation and nsh boot-up 2024-02-08 11:12:13 -03:00
src tools/ci: enable avr32dev1 build 2024-07-12 00:39:21 +08:00
tools Merged in manuelstuehn/nuttx/feature/bsd-portable (pull request #975) 2019-08-10 15:57:26 +00:00
Kconfig Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00