Commit graph

20 commits

Author SHA1 Message Date
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 529f5ea34c use probe-run instead of dk-run 2020-08-17 14:34:07 +02:00
Lotte Steenbrink 2c317784dc dongle-flash: automatic zip cleanup 2020-07-15 17:10:46 +02:00
Jorge Aparicio 09507369af add change-channel tool 2020-07-13 16:28:00 +02:00
Jorge Aparicio 03f07025e3 add license 2020-07-10 11:15:54 +02:00
Jorge Aparicio 886487dee6 - spread out USB information
- add intermediate-step solutions
- add more hints
- refactor exercise & text to have the same amount of work on all OSes
- add `usb` parser solutions
- make `dk-run` less silent
- rename rtic binaries (shorter names)
- link to the main svd2rust API docs
2020-06-30 19:02:21 +02:00
Lotte Steenbrink 56abdbad34 increase rtt buffer & number of attach retries 2020-06-24 15:32:04 +02:00
Lotte Steenbrink 86c0c25534 dk-run: fix typo 2020-06-24 10:57:46 +02:00
Lotte Steenbrink 080e96d290 respond to jorges reviw– use expect(unreachable) // reason 2020-06-22 22:55:27 +02:00
Lotte Steenbrink f502132139 respond to jorges reviw– fix off by one err 2020-06-22 22:54:47 +02:00
Lotte Steenbrink 35a78540c0 respond to jorges reviw– make error messages more useful 2020-06-22 22:44:11 +02:00
Lotte Steenbrink 71579aaa9f sketch 2020-06-19 15:58:07 +02:00
Lotte Steenbrink b65b432762 control flow cleanup 2020-06-19 11:34:44 +02:00
Lotte Steenbrink 3fac13606e cleanup unused deps, debug output 2020-06-19 11:02:18 +02:00
Lotte Steenbrink 482ddc59d0 bup: it works! 2020-06-19 10:54:20 +02:00
Lotte Steenbrink ed537ec7e1 dk-run: rename first rtt to rtt_addr for clarity 2020-06-19 09:27:33 +02:00
Jorge Aparicio fcf0e310ab - rework RTIC resources section in the adv. material
- change the USB PID so it matches the date of the workshop
2020-06-16 10:21:25 +02:00
Lotte Steenbrink c81391066d serial-term, radio-send: rm unused imports 2020-06-15 11:42:37 +02:00
Jorge Aparicio 75f41a47c4 - remove outdated notes
- VS: you can open more than one folder in the same VS workspace
- current folder in VS code needs to be set to beginner/apps for "Run" to appear
- rename `lsusb` to `usb-list`
- recommend `usb-list` over `lsusb`
- make `serial-term` behave like `screen`
2020-06-12 11:45:57 +02:00
Jorge Aparicio 53d10f9a4a squashed 2020-06-09 11:58:27 +02:00