Go to file
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
.cargo make cargo xtask runnable from root 2021-01-26 09:48:13 +01:00
.github/workflows Merge pull request #128 from ferrous-systems/xtask-tools 2021-02-01 14:42:29 +01:00
advanced rustfmt 2022-01-12 22:03:01 +01:00
beginner fix format 2022-01-12 18:14:09 +01:00
boards rm unused peripheral 2022-01-12 18:21:08 +01:00
common better comments 2022-01-10 14:24:44 +01:00
embedded-workshop-book Correct Powershell Env setting 2022-01-18 22:31:18 -08:00
xtask Update rusb for easier builds on Windows 2021-08-13 15:06:31 +02:00
.gitignore gitignore DS_Store, .vscode/ 2021-04-19 10:41:33 +02:00
Advanced Embedded Training.pdf add updated training slides 2021-05-06 18:52:51 +02:00
Beginner Embedded Training.pdf add updated training slides 2021-05-06 18:52:51 +02:00
LICENSE-APACHE add license 2020-07-10 11:15:54 +02:00
LICENSE-CC-BY-SA add license 2020-07-10 11:15:54 +02:00
LICENSE-MIT add license 2020-07-10 11:15:54 +02:00
README.md rm links to oxidize 2021-01-19 16:29:44 +01:00

embedded-trainings-2020

This repository contains the material for the beginner and advanced Embedded Rust workshops held by Ferrous Systems.

You can find the rendered book containing all instructions at embedded-trainings.ferrous-systems.com

If you'd like to attend one of our open classes or book a custom training, please visit our trainings website.

This workshop was initially held at Oxidize Global 2020

Required hardware

License

The Ferrous Systems Embedded Training Courses (this project) are distributed under the following licenses:

  • The code samples and free-standing Cargo projects contained within this project are licensed under the terms of both the MIT License and the Apache License v2.0.
  • The written prose contained within this project is licensed under the terms of the Creative Commons CC-BY-SA v4.0 license.

Copies of the licenses used by this project may also be found here:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.