mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
No description
41835a7c33
`offset` returns the offset of the section *in the ELF file* `physical_address` returns the (load) address of the section on the device these are not necessarily the same (but usually are) this part of dongle-flash is not used by the workshop participants as they'll use dongle-flash with .hex files (produced by the well-tested `objcopy` tool) |
||
---|---|---|
.github/workflows | ||
advanced | ||
beginner/apps | ||
boards | ||
common | ||
embedded-workshop-book | ||
tools | ||
.gitignore | ||
LICENSE-APACHE | ||
LICENSE-CC-BY-SA | ||
LICENSE-MIT | ||
README.md |
embedded-trainings-2020
Material for the beginner and advanced workshops of Oxidize Global (15.07.2020).
Website for this workshop: https://embedded-trainings.ferrous-systems.com
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.