mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
747edc5cb6
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com> |
||
---|---|---|
.. | ||
apps | ||
dk_bsc | ||
dk_pac | ||
solutions | ||
README.md |
Down the Stack
This folder contains all relevant exercise templates, demo code and solutions for the exercises in the Down the Stack
session.
apps
package
button.rs
- demo code for the BSC exercisehello.rs
- for testing as described in the BSC exerciseuarte_print.rs
- demo code for the BSC exerciseuarte_enable.rs
- exercise template for PAC exercise
dk_bsc
package
lib.rs
- exercise template for the BSC exerciselib_solution.rs
- solution code to the BSC exercise
dk_pac
package
Cargo.toml
- aCargo.toml
file for the to be generated PACnrf52.svd
- an SVD file for generating the PAC
You will generate the remaining files during the training
solutions
package
uarte_enable.rs
- contains the solution for the PAC exercise