Commit graph

273 commits

Author SHA1 Message Date
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
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 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
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 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
Mirabellensaft 373e791693 clean text 2023-03-07 16:46:03 +01:00
Mirabellensaft a142d1579d finish draft of uarte implementation 2023-02-27 17:00:21 +01:00
Mirabellensaft 453eb95928 add most of exercise text 2023-02-22 19:11:41 +01:00
Mirabellensaft dffa5d483b add learning goals 2023-02-22 19:11:13 +01:00
Mirabellensaft bf87279d4a add uarte draft 2023-02-21 16:48:10 +01:00
Mirabellensaft c1825d1185 add exercise intro draft 2023-02-21 16:48:10 +01:00
Mirabellensaft 3afc29ca72 add step by step solution 2023-02-21 16:48:10 +01:00
Mirabellensaft 14d76fb10e add pages to book 2023-02-21 16:48:10 +01:00
Mirabellensaft 028a850596 add notes to bsc exercise 2023-02-14 19:04:36 +01:00
Mirabellensaft eaab43590e new book pages 2023-02-14 18:46:54 +01:00
Mirabellensaft 6d084d0ef7 reword sentence 2022-12-09 13:16:38 +01:00
Mirabellensaft 8cc15c714d add setup test 2022-12-09 12:44:57 +01:00
Mirabellensaft 5d489baa65 bump versions of tooling 2022-12-09 12:22:23 +01:00
Mirabellensaft 514bcf68d3 fix panic handler exercise 2022-12-06 16:56:54 +01:00
Mirabellensaft 74bdeb3665 correct logging 2022-12-06 15:13:20 +01:00
Mirabellensaft 19bb54c907 add nrf-recover 2022-03-31 12:39:10 +02:00
Ana Hobden 75ad30673e
Correct Powershell Env setting
In Powershell env vars are set via 

```powershell
> $Env:DEFMT_LOG = "trace" 
```

Trying to run the example, as formatted prior to this change:

```powershell
> Env: DEFMT_LOG = "trace"  
Env: : The term 'Env:' is not recognized as the name of a cmdlet, function, script file, or operable program. 
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Env: DEFMT_LOG = "trace"
+ ~~~~
    + CategoryInfo          : ObjectNotFound: (Env::String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
``` 

This is documented in https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.2.
2022-01-18 22:31:18 -08:00
Mirabellensaft a0b08a9c70 Merge branch '111-use-defmt-logging' of https://github.com/ferrous-systems/embedded-trainings-2020 into 111-use-defmt-logging 2022-01-12 18:06:38 +01:00
Mirabellensaft a4c90e7909 fix expected output 2022-01-12 18:06:35 +01:00
Tanks Transfeld d51e2a501d
Merge branch 'main' into 111-use-defmt-logging 2022-01-12 17:51:46 +01:00
Mirabellensaft fd03998fb7 update rtic extenstion 2022-01-12 13:21:00 +01:00
Mirabellensaft a89c516ddc update log statements 2022-01-10 14:31:07 +01:00
Mirabellensaft 618358ece4 update book 2022-01-10 14:31:07 +01:00
Mirabellensaft ae36a3c578 update book 2022-01-10 14:31:07 +01:00
Mirabellensaft ca262675e8 info! -> println! 2022-01-10 14:31:07 +01:00
Mirabellensaft 1dad4882d2 add set log level 2022-01-10 14:28:35 +01:00
Lotte Steenbrink b672967d8a use defmt in training materials 2022-01-10 14:28:15 +01:00
Mirabellensaft 62f74005a1 bring all tooling to current versions --beginner 2022-01-10 14:26:13 +01:00
Tanks Transfeld 8b15469bd3
Merge pull request #177 from ferrous-systems/update-probe-run-output
Update probe-run output to newer versions
2021-12-20 13:54:39 +01:00