Commit graph

658 commits

Author SHA1 Message Date
Jonathan Pallant b7fca7dc70
Update down-the-stack-book/src/the_hal.md
Co-authored-by: Tanks Transfeld <Mirabellensaft@users.noreply.github.com>
2023-03-23 13:54:16 +00:00
Jonathan Pallant fd981f98dc
Update down-the-stack-book/src/the_hal.md
Co-authored-by: Tanks Transfeld <Mirabellensaft@users.noreply.github.com>
2023-03-23 13:53:58 +00:00
Jonathan Pallant (Ferrous Systems) 3ae002e00b
WIP started on Board Support Crate docs 2023-03-23 09:20:16 +00:00
Jonathan Pallant (Ferrous Systems) b6aaf36f30
Renamed a file and removed a topic 2023-03-23 09:20:02 +00:00
Jonathan Pallant (Ferrous Systems) 4ffeb468df
Add The HAL and Portable Drivers 2023-03-22 12:26:21 +00:00
Jonathan Pallant (Ferrous Systems) 5e6fb4ab06
Clean up slides. 2023-03-22 10:29:07 +00:00
Jonathan Pallant (Ferrous Systems) a4ee38540d
Ensure marp can render slides.
We bundle markdown-it-kroki, which can add mermaid diagrams to marp slides using https://kroki.io.
2023-03-22 10:28:51 +00:00
Jonathan Pallant (Ferrous Systems) 04fc983107
Add notes on closures. 2023-03-22 09:48:35 +00:00
Jonathan Pallant (Ferrous Systems) 33778655e4
Start down-the-stack book.
Has notes on PACs.
2023-03-22 09:45:30 +00:00
Tanks Transfeld 3a4acd3543
Merge pull request #201 from ferrous-systems/fix_serial_term
Add pyserial and change uarte setup
2023-03-21 18:51:55 +01:00
Mirabellensaft 55b40e8b47 change uarte setup 2023-03-21 17:37:11 +01:00
Mirabellensaft 15302d1e38 add pyserial installation to installation chapter 2023-03-21 17:36:53 +01:00
Mirabellensaft c097fcfab5 add pyserial to book 2023-03-21 17:36:25 +01:00
Tanks Transfeld 70ce745930
Merge pull request #196 from ferrous-systems/add_bsc_exercise_text
Add bsc exercise text
2023-03-20 17:37:08 +01:00
Mirabellensaft ee0f7b1145 add links to html doc 2023-03-20 15:48:21 +01:00
Tanks Transfeld b09dd739f8
Update embedded-workshop-book/src/uarte-implementation.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 15:21:07 +01:00
Tanks Transfeld 5e5ccb510b
Update embedded-workshop-book/src/uarte-implementation.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 15:20:19 +01:00
Tanks Transfeld 7701ae8696
Update embedded-workshop-book/src/uarte-implementation.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 15:19:13 +01:00
Mirabellensaft debd7658b7 rm led color comment 2023-03-20 15:17:43 +01:00
Tanks Transfeld f981189222
Update embedded-workshop-book/src/uarte-implementation.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:43:38 +01:00
Tanks Transfeld ee29b74c7f
Update embedded-workshop-book/src/bsc-exercise.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:42:51 +01:00
Tanks Transfeld 08654a53da
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:42:19 +01:00
Tanks Transfeld 1db5935bbb
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:41:47 +01:00
Tanks Transfeld 8de826d0bc
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:41:28 +01:00
Tanks Transfeld 4fb7415294
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:41:08 +01:00
Tanks Transfeld 81b6657703
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:40:40 +01:00
Tanks Transfeld dc9232f25e
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:40:11 +01:00
Tanks Transfeld d6470363d4
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:39:46 +01:00
Tanks Transfeld 274767bc51
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:39:09 +01:00
Tanks Transfeld 89ee72eb49
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:38:46 +01:00
Tanks Transfeld a3f653de23
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:38:15 +01:00
Tanks Transfeld b5c3480d25
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:37:53 +01:00
Tanks Transfeld 5fc64c53a2
Update embedded-workshop-book/src/uarte-implementation.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:37:28 +01:00
Tanks Transfeld f0bf2ec6c3
Update embedded-workshop-book/src/uarte-implementation.md
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:36:25 +01:00
Tanks Transfeld e7eef7aff9
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:36:12 +01:00
Tanks Transfeld 2505e00e32
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:35:43 +01:00
Tanks Transfeld 5f079cdd88
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:35:28 +01:00
Tanks Transfeld ab2d9081bd
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:35:14 +01:00
Tanks Transfeld bfcb572bc1
Update down-the-stack/dk_bsc/src/lib_solution.rs
Co-authored-by: Jonathan Pallant <jonathan.pallant@ferrous-systems.com>
2023-03-20 14:34:58 +01:00
Mirabellensaft 30fe350443 polish 2023-03-17 19:31:07 +01:00
Mirabellensaft 9a354f2c29 last formatting and adding code snippets 2023-03-14 19:39:50 +01:00
Mirabellensaft 3b72b1b530 address issues from testing 2023-03-13 13:29:44 +01:00
Mirabellensaft 38c963e8b0 clarifications after test 2023-03-10 17:13:28 +01:00
Mirabellensaft 5b11a4de97 add generate docs instruction 2023-03-07 18:12:51 +01:00
Mirabellensaft 37930c3913 add uarte tasks 2023-03-07 18:08:33 +01:00
Mirabellensaft 59a08c6854 correct message 2023-03-07 17:53:42 +01:00
Mirabellensaft 71ad8b0b5a clarification 2023-03-07 17:52:41 +01:00
Mirabellensaft 3465441108 add comments and solution file 2023-03-07 17:08:38 +01:00
Mirabellensaft b2adf4a8d1 add todo 2023-03-07 16:59:07 +01:00
Mirabellensaft a1e990b1e9 Intro to testing 2023-03-07 16:58:17 +01:00