-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Add esp-idf platform-support page #111389
Conversation
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
r? @Urgau |
Failed to set assignee to
|
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.
Exactly what I hoped. But you are missing the link in src/doc/rustc/src/platform-support.md
:
- [riscv32imc-esp-espidf` | ✓ | | RISC-V ESP-IDF
+ [`riscv32imc-esp-espidf`](platform-support/esp-idf.md) | ✓ | | RISC-V ESP-IDF
5599601
to
8622048
Compare
0b9c54d
to
fb1261f
Compare
This comment has been minimized.
This comment has been minimized.
Forgot to mention that the page also needs to be added to the TOC, example here: https://github.com/rust-lang/rust/pull/108792/files#diff-4217453d9bcaffc80a2492af62d73ab817d553e3668fc1228cecfd60014e1d32 |
fb1261f
to
3c7c5e8
Compare
3c7c5e8
to
53e49f4
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.
Look good to me 👍 (although I don't have review rights so will need another review)
I'll set someone else I think can help here. r? @Amanieu |
@MabezDev I'll include this on the other PR |
This looks great, thanks! @bors r+ |
🌲 The tree is currently closed for pull requests below priority 50. This pull request will be tested once the tree is reopened. |
@bors rollup |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#108705 (Prevent ICE with broken borrow in closure) - rust-lang#111292 (Fix mishandled `--check-cfg` arguments order) - rust-lang#111382 (Isolate coverage FFI type layouts from their underlying LLVM C++ types) - rust-lang#111385 (vec-shrink-panik: update expectations to work on LLVM 17) - rust-lang#111389 (Add esp-idf platform-support page) - rust-lang#111432 (Use visit_assign to detect SSA locals.) - rust-lang#111448 (Use proper impl self type for alias impl in rustdoc) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
As mentioned in #111369 (comment), the initial PR for esp-idf didn't include a platform support document which is required for the merge of #111369.