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
Jonas Schievink
8d4ebe064e
Merge pull request #104 from dhylands/fix-installation-target
...
Update cross compilation target
2020-09-17 12:00:20 +02:00
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
Jonas Schievink
6b722bd1bf
Merge pull request #102 from justahero/update-build-target-cargo-config
...
Update entry on building program in workshop book
2020-09-08 13:45:39 +02: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
Jonas Schievink
0a6cdf4216
Merge pull request #101 from ferrous-systems/add-device-index
...
setup-stage.md: add values for DEVICE descriptor, clarify instructions
2020-08-24 12:34:49 +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
5109900e4a
modifyi workflow
2020-08-24 12:04:11 +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
322e94cd77
Merge pull request #98 from ferrous-systems/dk_run_to_probe_run
...
use `probe-run` instead of `dk-run`
2020-08-17 14:39:23 +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
Jorge Aparicio
94c27344ee
Merge pull request #89 from Hoverbear-Consulting/windows-dongle-note
...
(Windows) Note Dongle needs nothing
2020-07-23 14:12:18 +00: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