Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/ci: enable avr32dev1 build #12671

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

simbit18
Copy link
Contributor

@simbit18 simbit18 commented Jul 11, 2024

Summary

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" #11709

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;

Impact

There should be no impact.

Testing

We tested on GitHub

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;
@xiaoxiang781216 xiaoxiang781216 merged commit 2f8560e into apache:master Jul 11, 2024
26 checks passed
@simbit18 simbit18 deleted the simbit18-avr32 branch July 12, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants