75ad30673e
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. |
||
---|---|---|
.cargo | ||
.github/workflows | ||
advanced | ||
beginner | ||
boards | ||
common | ||
embedded-workshop-book | ||
xtask | ||
.gitignore | ||
Advanced Embedded Training.pdf | ||
Beginner Embedded Training.pdf | ||
LICENSE-APACHE | ||
LICENSE-CC-BY-SA | ||
LICENSE-MIT | ||
README.md |
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
- nRF52840 Development Kit (DK)
- nRF52840 Dongle
- 2 micro-USB cables
- 2 available USB-A ports on your laptop / PC (you can use a USB hub if you don't have enough ports)
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.