embedded-trainings-2020/down-the-stack
2023-03-23 11:53:18 +01:00
..
apps Clean up for testing (rm generated pac) 2023-03-21 15:42:44 +01:00
dk_bsc change uarte setup 2023-03-21 17:37:11 +01:00
dk_pac Clean up for testing (rm generated pac) 2023-03-21 15:42:44 +01:00
solutions Update down-the-stack/solutions/src/bin/uarte_enable.rs 2023-03-21 18:13:45 +01:00
README.md add readme 2023-03-21 18:05:19 +01:00

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 exercise
  • hello.rs - for testing as described in the BSC exercise
  • uarte_print.rs - demo code for the BSC exercise
  • uarte_enable.rs - exercise template for PAC exercise

dk_bsc package

  • lib.rs - exercise template for the BSC exercise
  • lib_solution.rs - solution code to the BSC exercise

dk_pac package

  • Cargo.toml - a Cargo.toml file for the to be generated PAC
  • nrf52.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