diff --git a/arch/avr/src/avr32/avr_doirq.c b/arch/avr/src/avr32/avr_doirq.c index 82475c380ff..874499c6360 100644 --- a/arch/avr/src/avr32/avr_doirq.c +++ b/arch/avr/src/avr32/avr_doirq.c @@ -114,7 +114,7 @@ uint32_t *avr_doirq(int irq, uint32_t *regs) * switch occurred during interrupt processing. */ - regs = g_current_regs; + regs = (uint32_t *)g_current_regs; /* Set g_current_regs to NULL to indicate that we are no longer in * an interrupt handler. diff --git a/boards/avr/at32uc3/avr32dev1/src/avr32_bringup.c b/boards/avr/at32uc3/avr32dev1/src/avr32_bringup.c index b0d87009694..b37dd6c70bf 100644 --- a/boards/avr/at32uc3/avr32dev1/src/avr32_bringup.c +++ b/boards/avr/at32uc3/avr32dev1/src/avr32_bringup.c @@ -51,7 +51,7 @@ int avr32_bringup(void) { int ret = OK; - #warning "Not Implemented" + /* #warning "Not Implemented" */ return ret; } diff --git a/tools/ci/testlist/other.dat b/tools/ci/testlist/other.dat index bda16339b89..17b9d068719 100644 --- a/tools/ci/testlist/other.dat +++ b/tools/ci/testlist/other.dat @@ -1,8 +1,6 @@ # We do not have a toolchain for avr32 outside of Microchip login wall. # The work was never upstreamed to GCC. /avr --avr32dev1:nsh --avr32dev1:ostest # PINGUINOL toolchain doesn't provide macOS binaries # with the same name