Commit graph

138 commits

Author SHA1 Message Date
Dave Hylands 172dbc17cd Update cross compilation target
Use the target actually mentioned in the .cargo/config file.

Updated the output in the troubleshooting page and
also updated the target for the board/dongle.
2020-09-16 17:45:40 -07:00
Sebastian Ziebell 3cd3211368
Update entry on building program in workbook
This change updates the information on "Building an Embedded Program". There is a mismatch between the described target `thumbv7em-none-eabi` compared to the set target in file `beginner/apps/.cargo/config` that contains target entry `thumbv7em-none-eabihf`.
2020-09-08 12:28:26 +02:00
Jonas Schievink 4ac3e7970c
Merge pull request #100 from ferrous-systems/update-probe-run
move to thumbv7em-none-eabi**hf** now that probe-run supports it
2020-08-24 12:35:45 +02:00
Lotte Steenbrink 303f09bbf8 setup-stage.md: add values for DEVIC descriptor, clarify instructions 2020-08-24 12:28:29 +02:00
Lotte Steenbrink 07b7402953 move to thumbv7em-none-eabihf now that probe-run supports it 2020-08-24 11:59:10 +02:00
Lotte Steenbrink 529f5ea34c use probe-run instead of dk-run 2020-08-17 14:34:07 +02:00
James Munns 7134ab798e
Merge pull request #94 from gdetrez/patch-1
Fix typos in beginner-next-steps.md
2020-08-04 23:42:48 +02:00
James Munns 175aa52dcc
Merge pull request #91 from ferrous-systems/add_advanced_slides
references-resources.md: add advanced training slides
2020-08-04 23:42:06 +02:00
James Munns 461a0ef205
Merge pull request #87 from Hoverbear-Consulting/hardware-image
hardware: Add labelled image of device nRF52840-DK
2020-08-04 23:41:24 +02:00
Grégoire Détrez c72a79eb26 Fix typos in beginner-next-steps.md 2020-08-04 08:49:30 +02:00
Lotte Steenbrink 7b1c18b2f9 references-resources.md: add advanced training slides 2020-07-24 20:13:02 +02:00
Jorge Aparicio 8ada5dc5d8
Merge pull request #90 from ferrous-systems/sw10_position
fix SW10 position description
2020-07-24 09:32:17 +00:00
Lotte Steenbrink f415ea66ba hardware.md: move kapton tape to SW7 2020-07-24 10:42:13 +02:00
Lotte Steenbrink d9351bf4d3 hardware.md: driveby: add note on how to orient the board 2020-07-24 10:00:38 +02:00
Lotte Steenbrink 087dd32875 hardware.md: fix position descriptpon of SW10 2020-07-24 09:58:15 +02:00
Ana Hobden a1078ccaaa (Windows) Note about Dongle and Zadig
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2020-07-23 07:01:12 -07:00
Ana Hobden f1bfec3e38 Add labelled image of device nRF52840
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2020-07-21 21:45:29 -07:00
Ana Hobden 75eeca45bf vscode links
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2020-07-21 20:45:59 -07:00
Ana Hobden 6892d63296 More links!
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2020-07-21 20:43:56 -07:00
Ana Hobden 55062bbb46 Add links for Rustup and C++ build tools
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2020-07-21 20:33:29 -07:00
Lotte Steenbrink 1a766cbe69 radio-puzzle-help.md: add hint re: log buffer 2020-07-20 18:21:21 +02:00
Lotte Steenbrink c0d17388a4 add Table 9-4 field values to mdbook as well 2020-07-20 14:29:27 +02:00
Lotte Steenbrink 8fca19aa14
Merge pull request #79 from siedentop/clarify-blinking-and-logging
Book: Time & Logging
2020-07-20 09:36:01 +02:00
Christoph Siedentop 836aafc075 Book: Add note about how fast cycle periods can lead to excessive
logging.
2020-07-19 16:59:46 -07:00
Mo Mirza 0f0e66a118
Update beginner-next-steps.md 2020-07-19 19:02:55 +01:00
Mo Mirza 787528aff7
Add link to nRF52840 product spec 2020-07-19 19:01:52 +01:00
Yatekii 379a0f70cb
Update flashing-program.md
The debug interface present on the nRF52 devices is actually SWD and not JTAG.
2020-07-17 01:05:16 +02:00
Jorge Aparicio 1bb84dfed1 add note about bLength and bDescriptorType 2020-07-16 18:05:01 +02:00
Mirabellensaft 4a9159e800 fix broken links 2020-07-16 17:50:38 +02:00
Jorge Aparicio 443525788f add alt text 2020-07-16 16:29:06 +02:00
Jorge Aparicio 6f4b7a922d split long section 2020-07-16 16:29:06 +02:00
Jorge Aparicio 138cb1909f add USB diagrams 2020-07-16 16:29:06 +02:00
Jorge Aparicio c482a40217 fix path in src/SUMMARY.md 2020-07-16 15:14:47 +02:00
Jorge Aparicio 64573a8009
Merge pull request #69 from ferrous-systems/adv-edits
misc edits to the advanced material
2020-07-16 12:25:05 +00:00
Jorge Aparicio e2306a973a
Merge pull request #67 from ferrous-systems/group_rust_installs
installation.md: move rust deps up again
2020-07-16 12:16:56 +00:00
Jorge Aparicio 505f4572a1
Merge pull request #65 from ferrous-systems/tell_your_friends
Add "Tell your friends" section
2020-07-16 12:13:55 +00:00
Jorge Aparicio 1310e1aa6d tell folks to keep the USB cable connected 2020-07-16 14:07:17 +02:00
Mirabellensaft 3a43bf9c13 add keep cable plugged recommendation 2020-07-16 14:00:40 +02:00
Jorge Aparicio 5fe1cd7a0e extend cargo run troubleshooting section
with the Linux variant of the error
2020-07-16 14:00:18 +02:00
Jorge Aparicio c44b1d8c91 note that DMA section is optional
and elaborate on the relationship between endpoint buffer and the DMA
2020-07-16 13:51:11 +02:00
Lotte Steenbrink e5b46e34e6 installation.md: reorder, group 2020-07-16 13:44:27 +02:00
Lotte Steenbrink 2e56221221 installation.md: move rust deps up again 2020-07-16 13:16:00 +02:00
Lotte Steenbrink 1cca7b2bfd referneces-resources.md: add tell your freinds section 2020-07-16 13:07:34 +02:00
Mirabellensaft 0ea86f204e last batch of didactic changes 2020-07-16 12:56:20 +02:00
Mirabellensaft d71095251d add access denied error to troubleshooting 2020-07-16 12:41:02 +02:00
Lotte Steenbrink 0abc0c4d2b preparations.md: add link to installation instructions 2020-07-16 11:38:56 +02:00
Mirabellensaft d75b61af56 Merge branch 'main' of github.com:ferrous-systems/embedded-trainings-2020 into edit-book 2020-07-16 10:33:19 +02:00
Tanks Transfeld 579b81c33f
Merge pull request #57 from ferrous-systems/add-intros
add intro text to the beginner workshop
2020-07-16 10:30:52 +02:00
Jorge Aparicio 473bb3edc7
Merge pull request #60 from ferrous-systems/fix-rtic
correct the expansion of the RTIC acronym
2020-07-16 08:10:25 +00:00
Jorge Aparicio 674a71ad9b
Merge pull request #59 from ferrous-systems/time-assignment
add assignment to beginner/time section
2020-07-16 08:09:59 +00:00