Commit graph

258 commits

Author SHA1 Message Date
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
Jonas Schievink e3721713a9 Remove confusing redundant instruction 2021-12-03 14:51:52 +01:00
Tanks Transfeld ddb7616cce
Merge pull request #176 from ferrous-systems/rewrite_decypher_exercise
rewrite passages in the radio puzzle
2021-12-02 17:42:01 +01:00
Anatol Ulrich e0f987d5a6 forgot the actual image 2021-09-01 23:17:46 +02:00
Anatol Ulrich 48475cb91b duplicate board photo for convenience, harmonize file locations 2021-09-01 22:51:36 +02:00
Jonas Schievink d7f4b6ab13 Update probe-run output to newer versions 2021-08-06 16:55:17 +02:00
Mirabellensaft 6dc89fb8bd rewritten passages 2021-08-05 17:49:56 +02:00
dajamante 32466c7f73 removed error 2021-06-14 12:01:29 +02:00
dajamante baf54c4b13 added link in summary, removed error 2021-06-14 11:59:13 +02:00
Ai Maiga 78e3234d54
Update embedded-workshop-book/src/troubleshoot-probe-not-found.md
Co-authored-by: Tanks Transfeld <Mirabellensaft@users.noreply.github.com>
2021-06-14 11:52:28 +02:00
dajamante 164cec44a7 probe not found 2021-06-11 16:04:12 +02:00
Jorge Aparicio e5aef5920f J-Link can also have a PID of 0x0105
adjust udev rules and `cargo xtask usb-list` accordingly

if running, FreeDesktop's ModemManager can prevent the discovery of the J-Link so set
`ID_MM_DEVICE_IGNORE` to prevent that
2021-05-10 13:13:16 +02:00
Lotte Steenbrink 0abb00f55e puzzle: add illustration 2021-05-05 19:53:15 +02:00
Lotte Steenbrink b168f44c76 rmote about dongle blinking (it doesn't do that anymore) 2021-05-05 15:29:28 +02:00
Lotte Steenbrink 989ed89661 rm dongöe-flash from instructions 2021-05-05 14:33:40 +02:00
Lotte Steenbrink 83bdbafc59 Merge branch 'nrfdfu' of github.com:ferrous-systems/embedded-trainings-2020 into nrfdfu 2021-05-04 20:58:59 +02:00