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
Lotte Steenbrink
e9a4879f21
add DEPRECATED nrfutil setup
2021-05-04 20:58:42 +02:00
Lotte Steenbrink
d322291253
Update embedded-workshop-book/src/installation.md
...
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-05-04 20:53:40 +02:00
Lotte Steenbrink
3843880567
rm nrfutil version check
2021-05-04 20:49:11 +02:00
Lotte Steenbrink
e73c7258c8
we also don't need python anymore
2021-05-04 20:40:54 +02:00
Lotte Steenbrink
d98cde2029
preemptively fill in crates.io link
2021-05-04 19:06:56 +02:00
Lotte Steenbrink
54c3fba973
purge remainder
2021-05-04 19:05:46 +02:00
Lotte Steenbrink
88aae1a2a3
rm nrfutil troubleshooting
2021-05-04 18:34:22 +02:00
Lotte Steenbrink
4ea26a6359
rm nrfutil install instructions
2021-05-04 18:33:12 +02:00
Lotte Steenbrink
5624ba725a
fix typo: high bit-> byte
2021-04-26 16:43:13 +02:00
Lotte Steenbrink
b47f2b97d3
Merge pull request #147 from ferrous-systems/fix-nrfutil-fix-fix-fix
...
Fix nrfutil fix fix
2021-04-26 15:17:42 +02:00
Tanks Transfeld
c8b1e73d4f
Merge pull request #156 from ferrous-systems/improve-material
...
revisions
2021-04-23 13:49:45 +02:00
Tanks Transfeld
4d18924e31
Merge pull request #155 from ferrous-systems/improve-material
...
Improve material
2021-04-23 13:19:27 +02:00
Mirabellensaft
47147c40fe
revisions
2021-04-23 13:18:24 +02:00
Mirabellensaft
429769f1b1
restructure assignment and information
2021-04-21 15:38:22 +02:00