-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bump nightly to 2024-10-21 #476
base: main
Are you sure you want to change the base?
Bump nightly to 2024-10-21 #476
Conversation
nit: fix(runqueue): uptdate RunQueueIter impl lifetimes to current nightly: s/uptdate/update/ |
fdac9e0
to
f0bc926
Compare
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.
Testing with the hello-world
example:
espressif-esp32-c6-devkitc-1
works as expectedrpi-pico-w
does not compile, there is anotheroptions(noreturn)
to remove (I'm not sure why CI is not catching that)nrf52840dk
compiles but hard-faults in hardware
Haven't tested other examples or other architectures.
@@ -102,7 +102,6 @@ unsafe extern "C" fn PendSV() { | |||
bx LR | |||
", | |||
sched = sym sched, | |||
options(noreturn) |
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 couldn't easily find the documentation for this removed option, but I assume this is correct
Description
Issues/PRs references
Open Questions
Change checklist