-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pkg/esp32_sdk: additional patches required for ESP32-C3 #18339
pkg/esp32_sdk: additional patches required for ESP32-C3 #18339
Conversation
From a32436c8bc11a0b956d95fbdd535e83e004347d5 Mon Sep 17 00:00:00 2001 | ||
From: Gunar Schorcht <gunar@schorcht.net> | ||
Date: Thu, 10 Mar 2022 13:10:23 +0100 | ||
Subject: [PATCH 20/20] freertos/portasm: changes for RIOT for riscv32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are those changes / why are they needed?
Would be valuable information when updating the SDK in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose you mean comments in the commits as I provided in the fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I squash?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, squash away
From ca93a21d6e2bc58d1d32da594351bb03f94343a0 Mon Sep 17 00:00:00 2001 | ||
From: Gunar Schorcht <gunar@schorcht.net> | ||
Date: Thu, 10 Mar 2022 12:38:51 +0100 | ||
Subject: [PATCH 18/20] bootloader: changes for esp32c3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are those changes / why are they needed?
Future readers will need this information.
fixup! pkg/esp32_sdk: additional patches required for ESP32-C3
e74e2be
to
001ddc6
Compare
@benpicco Were your concerns sufficiently addressed? |
Contribution description
This PR is a split-off from PR #17844, which provides additional patches of
pkg/esp32_sdk
required for ESP32-C3.Testing procedure
It is not yet possible to cover this PR when compiling in CI without having ESP32-C3 support and a board definition with an ESP32-C3. Vice versa, the ESP32-C3 port that needs this PR cannot be compiled in CI without it.
Therefore a green CI with the label
CI: skip compile test
must be sufficient for the moment. If it doesn't work, the problem will pop up as soon as ESP32-C3 support is provided. And of course, I have tested it together with the ESP32-C3 support in PR #17844.Issues/PRs references
Split-off from PR #17844