Commit graph

445 commits

Author SHA1 Message Date
Jorge Aparicio 291110e75d
Merge pull request #122 from ferrous-systems/less-cargo-subcommands
move cargo-flash off the main track into the tooltips section
2021-01-21 13:59:21 +01:00
Jorge Aparicio 3531c9f176
Merge pull request #120 from ferrous-systems/gdb
add how to GDB section
2021-01-21 13:50:44 +01:00
Jorge Aparicio 35931b2b5c
Update embedded-workshop-book/src/tooltips.md
Co-authored-by: Lotte Steenbrink <lotte.steenbrink@ferrous-systems.com>
2021-01-21 13:47:26 +01:00
Jorge Aparicio 3535bb6b5b vs code may automatically switch to the run view 2021-01-21 13:07:46 +01:00
Jorge Aparicio afcf7ab134 move image up and turn it into a link to itself 2021-01-21 13:05:10 +01:00
Jorge Aparicio 5a530aa6d6 remove extension metadata from text 2021-01-21 13:03:48 +01:00
Jorge Aparicio 46811ef920 add overlay text to image 2021-01-21 13:03:04 +01:00
Jorge Aparicio e6793ba0ff connect the board first 2021-01-21 12:47:50 +01:00
Jorge Aparicio 2fb50ba889 GDB OR RTT but not both 2021-01-21 12:46:46 +01:00
Jorge Aparicio 6e793072c9
Apply suggestions from code review
Co-authored-by: Lotte Steenbrink <lotte.steenbrink@ferrous-systems.com>
2021-01-21 12:45:11 +01:00
Jorge Aparicio 7611e854a3 move cargo-flash off the main track into the tooltips section
also remove cargo-embed section
2021-01-21 12:39:15 +01:00
Jorge Aparicio cd973eef81
Merge pull request #121 from ferrous-systems/bump_locks
remove cargo.lock s
2021-01-20 17:16:40 +01:00
Jorge Aparicio bd617f15fd
Merge pull request #119 from ferrous-systems/mv_cargo_bloat
add tooltips; move cargo-bloat there
2021-01-20 17:02:51 +01:00
Lotte Steenbrink 83f5a13b38 ad Cargo.lock to .gitignore 2021-01-20 16:56:56 +01:00
Jorge Aparicio 2411cd4e62 add how to GDB section 2021-01-20 16:56:10 +01:00
Lotte Steenbrink 367414904d rm Cargo.locks 2021-01-20 16:54:39 +01:00
Lotte Steenbrink edc43995c9 add tooltips; move cargo-bloat there 2021-01-20 16:34:26 +01:00
Lotte Steenbrink 07a3386119
Merge pull request #118 from ferrous-systems/rm-nrf-recover
Rm nrf recover
2021-01-20 15:49:26 +01:00
Lotte Steenbrink aa4533359c fix CI 2021-01-20 15:43:48 +01:00
Lotte Steenbrink 4a811d27e1 rm nrf-recover 2021-01-20 15:43:38 +01:00
Lotte Steenbrink 22f1e42587 ump tooling versions 2021-01-20 15:43:38 +01:00
Lotte Steenbrink 6f7f0dfd8c
Merge pull request #117 from ferrous-systems/bump_crates
bump tooling versions
2021-01-20 15:42:21 +01:00
Lotte Steenbrink f4109838ef ump tooling versions 2021-01-20 10:13:59 +01:00
Jorge Aparicio cb96210c92
Merge pull request #116 from ferrous-systems/materials_cleanup
Clean up Training Materials
2021-01-19 16:57:31 +01:00
Lotte Steenbrink a2ba979a7b rename config s to config.toml 2021-01-19 16:47:51 +01:00
Lotte Steenbrink 1f383cad1a recommend better TOML 2021-01-19 16:46:13 +01:00
Lotte Steenbrink b7933e8690 rm profile overrides 2021-01-19 16:43:03 +01:00
Lotte Steenbrink d87272cb76 rm links to oxidize 2021-01-19 16:29:44 +01:00
Lotte Steenbrink 7e7901b1e7 Update Embed.toml viz 2021-01-19 16:11:47 +01:00
Lotte Steenbrink 80cf893d7e link to workshop repo 2021-01-19 16:04:39 +01:00
Jorge Aparicio aee967f94e
Merge pull request #115 from ferrous-systems/nrfutil-workaround
document nrfutil python 3.9 workaround
2021-01-05 11:04:10 +01:00
Jorge Aparicio 7675bb1b46 document nrfutil python 3.9 workaround 2021-01-05 10:57:07 +01:00
Lotte Steenbrink 8b0ad4d3fb
Merge pull request #113 from ferrous-systems/merge-tooling-check
move tool installation out of tooling check, clarify cd tools
2020-12-21 17:47:02 +01:00
Lotte Steenbrink 3d44417a08 respond to comments 2020-12-21 17:31:40 +01:00
Lotte Steenbrink d35f8e24cf move tool installation out of tooling check, clarify cd tools 2020-12-21 11:56:13 +01:00
Lotte Steenbrink 43c0c8a4e6
Merge pull request #107 from barafael/patch-2
Reduce diff of usb-4-solution.rs to usb-4.rs
2020-12-21 11:33:50 +01:00
Jorge Aparicio 6b65e4b7cf
Merge pull request #110 from ferrous-systems/new-secret
change the puzzle secret string
2020-12-11 12:06:51 +00:00
Jorge Aparicio 72dedf3ea0
Merge pull request #109 from ferrous-systems/program-header-physical-address
dongle-flash: use program header physical address in ELF -> .hex conversion
2020-12-11 12:06:26 +00:00
Jorge Aparicio c692e0fa9c change the puzzle secret string 2020-12-09 18:20:02 +01:00
Jorge Aparicio 41835a7c33 dongle-flash: use program header physical address in ELF -> .hex conversion
`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)
2020-12-09 17:13:08 +01:00
Lotte Steenbrink e78140f8ac
Merge pull request #106 from ferrous-systems/convex
hardware.md: fix concave->convex wording and a typo
2020-11-13 10:40:27 +01:00
Rafael Bachmann 3a184749ee
Add semicolon for consistency 2020-10-18 19:51:12 +02:00
Rafael Bachmann ab7cfb8a48
Reduce diff of usb-5-solution.rs to usb-4-solution.rs 2020-10-18 19:50:36 +02:00
Rafael Bachmann b48824231f
Add logging from usb-4.rs 2020-10-18 19:07:19 +02:00
Rafael Bachmann b67660a753
Add logging from usb-4-solution.rs 2020-10-18 19:06:13 +02:00
Rafael Bachmann dfb8685d73
Reduce diff of usb-4.rs to usb-4-solution.rs
While comparing my solution to the given solution, I found the diff between the two files is larger than it should be. I believe the differences are completely unrelated to the usb-4 topics.
2020-10-18 18:45:49 +02:00
Rafael Bachmann 3582b93abd
Reduce diff of usb-4-solution.rs to usb-4.rs
While comparing my solution to the given solution, I found the diff between the two files is larger than it should be. I believe the differences are completely unrelated to the usb-4 topics.
2020-10-18 18:40:53 +02:00
Lotte Steenbrink 98d34a5554 hardware.md: fix concave->convex wording and a typo 2020-10-05 11:19:20 +02:00
Lotte Steenbrink 3fabd5ce65
Merge pull request #103 from ferrous-systems/ts-usb-rewording
troubleshoot-usb-dongle.md: clarify language
2020-09-21 14:20:41 +02:00
Lotte Steenbrink 3dd0b2e0af troubleshoot-usb-dongle.md: clarify language 2020-09-21 14:02:14 +02:00