-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/esp32: fix remaining compilation errors for GCC 12.2 #19577
cpu/esp32: fix remaining compilation errors for GCC 12.2 #19577
Conversation
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
73f805a
to
85f7d8b
Compare
bors try |
bors cancel |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
19577: cpu/esp32: fix remaining compilation errors for GCC 12.2 r=maribu a=gschorcht ### Contribution description This PR fixes one problem of CI compilation. With [PR #227](RIOT-OS/riotdocker#227) `riotdocker` was updated to GCC 12.2 . Obviously, following parts were not covered by compilation test before: - [ ] `esp_eth` - [ ] `esp_hw_counter` - [ ] `esp_can` ### Testing procedure ### Issues/PRs references Co-authored-by: Gunar Schorcht <[email protected]>
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
bors cancel (No other PR has been merged since the try, so no need to another full CI loop.) |
Canceled. |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Thanks, CI should now work with GCC 12.2 for ESP32x. |
Contribution description
This PR fixes one problem of CI compilation.
With PR #227
riotdocker
was updated to GCC 12.2 . Obviously, following parts were not covered by compilation test before:esp_eth
esp_hw_counter
esp_can
Testing procedure
Issues/PRs references