mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
update links
This commit is contained in:
parent
d90e35980f
commit
38946114d8
@ -4,7 +4,7 @@ So you've got one of the xref:examples.adoc[examples] running, but what now? Let
|
|||||||
|
|
||||||
== Main
|
== Main
|
||||||
|
|
||||||
The full example can be found link:https://github.com/embassy-rs/embassy/tree/master/docs/modules/ROOT/examples/basic[here].
|
The full example can be found link:https://github.com/embassy-rs/embassy/tree/master/docs/examples/basic[here].
|
||||||
|
|
||||||
NOTE: If you’re using VS Code and rust-analyzer to view and edit the examples, you may need to make some changes to `.vscode/settings.json` to tell it which project we’re working on. Follow the instructions commented in that file to get rust-analyzer working correctly.
|
NOTE: If you’re using VS Code and rust-analyzer to view and edit the examples, you may need to make some changes to `.vscode/settings.json` to tell it which project we’re working on. Follow the instructions commented in that file to get rust-analyzer working correctly.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
= Embassy in the wild!
|
= Embassy in the wild!
|
||||||
|
|
||||||
Here are known examples of real-world projects which make use of Embassy. Feel free to link:https://github.com/embassy-rs/embassy/blob/main/docs/modules/ROOT/pages/embassy_in_the_wild.adoc[add more]!
|
Here are known examples of real-world projects which make use of Embassy. Feel free to link:https://github.com/embassy-rs/embassy/blob/main/docs/pages/embassy_in_the_wild.adoc[add more]!
|
||||||
|
|
||||||
* link:https://github.com/haobogu/rmk/[RMK: A feature-rich Rust keyboard firmware]
|
* link:https://github.com/haobogu/rmk/[RMK: A feature-rich Rust keyboard firmware]
|
||||||
** RMK has built-in layer support, wireless(BLE) support, real-time key editing support using vial, and more!
|
** RMK has built-in layer support, wireless(BLE) support, real-time key editing support using vial, and more!
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
These are a list of unsorted, commonly asked questions and answers.
|
These are a list of unsorted, commonly asked questions and answers.
|
||||||
|
|
||||||
Please feel free to add items to link:https://github.com/embassy-rs/embassy/edit/main/docs/modules/ROOT/pages/faq.adoc[this page], especially if someone in the chat answered a question for you!
|
Please feel free to add items to link:https://github.com/embassy-rs/embassy/edit/main/docs/pages/faq.adoc[this page], especially if someone in the chat answered a question for you!
|
||||||
|
|
||||||
== How to deploy to RP2040 without a debugging probe.
|
== How to deploy to RP2040 without a debugging probe.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user