mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-26 07:48:06 +00:00
Update embedded-workshop-book/src/generating-pac.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
This commit is contained in:
parent
19cf5c2912
commit
de261dcbed
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ svd2rust --target cortex-m -i nrf52.svd
|
|||
```
|
||||
If you check the folder `down-the-stack/dk-pac` now, you see three new files:
|
||||
* lib.rs - the file that contains the generated code for the pac
|
||||
* device.x - linker sections(?)
|
||||
* device.x - linker script that weakly aliases all the interrupt handlers to the default exception handler (DefaultHandler).
|
||||
* build.rs - linker script
|
||||
|
||||
✅ Make an `/src` and move the generated `lib.rs` into it.
|
||||
|
|
Loading…
Reference in a new issue