Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferrous-systems/embedded-trainings-2020
https://github.com/ferrous-systems/embedded-trainings-2020
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ferrous-systems/embedded-trainings-2020
- Owner: ferrous-systems
- License: apache-2.0
- Created: 2020-06-09T09:58:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T08:05:00.000Z (over 1 year ago)
- Last Synced: 2024-08-01T00:36:51.418Z (4 months ago)
- Language: Rust
- Size: 6.96 MB
- Stars: 246
- Watchers: 16
- Forks: 45
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- rust-embedded - Ferrous Systems' Embedded Training Courses: 2020-current edition - on training course for beginner and advanced learners of Embedded Rust, based on Nordic Semiconductor's nRF52840 hardware. This training was given at Oxidize Conferences and by [Ferrous Systems] to corporate customers. (Books, blogs, and training materials / Free and public materials)
- awesome-embedded-rust - Ferrous Systems' Embedded Training Courses: 2020-current edition - on training course for beginner and advanced learners of Embedded Rust, based on Nordic Semiconductor's nRF52840 hardware. This training was given at Oxidize Conferences and by [Ferrous Systems] to corporate customers. (Books, blogs, and training materials / Free and public materials)
README
# `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][book]
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]*
[book]: https://embedded-trainings.ferrous-systems.com
[Ferrous Systems]: https://ferrous-systems.com
[trainings website]: https://ferrous-systems.com/training/
[Oxidize Global 2020]: https://oxidizeconf.com## Required hardware
- [nRF52840 Development Kit (DK)](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK)
- [nRF52840 Dongle](https://www.nordicsemi.com/Software-and-tools/Development-Kits/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:
* [MIT License Hosted]
* [Apache License v2.0 Hosted]
* [CC-BY-SA v4.0 Hosted][MIT License]: ./LICENSE-MIT
[Apache License v2.0]: ./LICENSE-APACHE
[CC-BY-SA v4.0]: ./LICENSE-CC-BY-SA
[MIT License Hosted]: https://opensource.org/licenses/MIT
[Apache License v2.0 Hosted]: http://www.apache.org/licenses/LICENSE-2.0
[CC-BY-SA v4.0 Hosted]: https://creativecommons.org/licenses/by-sa/4.0/legalcode### 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.