Commit graph

9 commits

Author SHA1 Message Date
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 1dad4882d2 add set log level 2022-01-10 14:28:35 +01:00
Mirabellensaft 62f74005a1 bring all tooling to current versions --beginner 2022-01-10 14:26:13 +01:00
Jorge Aparicio 7611e854a3 move cargo-flash off the main track into the tooltips section
also remove cargo-embed section
2021-01-21 12:39:15 +01:00
Lotte Steenbrink 529f5ea34c use probe-run instead of dk-run 2020-08-17 14:34:07 +02:00
Jorge Aparicio 845b2d4835 then remove the now redundant install instructions 2020-07-15 17:04:56 +02:00
Mirabellensaft 6839418768 didactic changes 2020-07-14 13:51:11 +02:00
Mirabellensaft 0ad7a5e119 Merge branch 'master' of github.com:ferrous-systems/embedded-trainings-2020 into edit-book 2020-07-13 14:27:34 +02:00
Mirabellensaft bf2a5951f1 rename folder, add comments 2020-07-09 12:16:32 +02:00
Renamed from beginner-workshop/src/running-from-vsc.md (Browse further)