Commit graph

96 commits

Author SHA1 Message Date
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 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 a2ba979a7b rename config s to config.toml 2021-01-19 16:47:51 +01:00
Lotte Steenbrink b7933e8690 rm profile overrides 2021-01-19 16:43:03 +01: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
Jorge Aparicio 91edd1d679 fix unconditional_panic warning 2020-07-16 16:21:49 +02:00
Jorge Aparicio 7b49851f97 note in the code that the DK's & Dongle's channels must match 2020-07-16 10:31:08 +02:00
Mirabellensaft c88ede8e48 add set_channel and reminder to radio-recv.rs 2020-07-15 13:03:51 +02:00
Jorge Aparicio 57f373d7a8 remove empty sections; add open-ended exercises
participants can try these after the workshop e.g. during the impl days
2020-07-13 19:18:52 +02:00
Jorge Aparicio ae3fb7a288 beginner: less tooling invocations; add cargo-bloat 2020-07-13 11:41:26 +02:00
Jorge Aparicio 03f07025e3 add license 2020-07-10 11:15:54 +02:00
Jorge Aparicio 4115de0745
Merge pull request #18 from ferrous-systems/tool-up
update setup: install v0.8 of cargo-{embed,flash}
2020-07-08 15:11:08 +00:00
Jorge Aparicio 682175b377 update setup: install v0.8 of cargo-{embed,flash} 2020-07-08 16:54:38 +02:00
Mirabellensaft c4e3ebdaa7 delete beginner README.md 2020-07-08 15:18:43 +02:00
Mirabellensaft e2fca6ce0a make beginner readme into mdbook 2020-07-08 15:06:49 +02:00
Jorge Aparicio 1f65e197a8
Merge pull request #13 from ferrous-systems/beginner_from_scratch_blinky
beginner/README.md: add some tips for first steps in your project from scratch
2020-06-26 09:04:09 +00:00
Lotte Steenbrink 89e9dbcf52 move interrupt handlung and embedded rust down, add link to LEDs 2020-06-26 10:58:05 +02:00
Lotte Steenbrink 0d3d62de23 beginner/README.md: add some tips for first steps in yur project from scratch 2020-06-26 10:17:00 +02:00
Jorge Aparicio ea2fc91029
Merge pull request #9 from ferrous-systems/puzzle-ch25
puzzle hints, recv_timeout, etc.
2020-06-25 11:40:21 +00:00
Jorge Aparicio b99f217b25 address Lotte's feedback
- removed 'in their value' from text
- elaborate a bit more on the type level diff between `[b'H', b'i']` and `b"Hi"`
- note that not being fully 802.15.4 compliant is not an issue for the workshop
  exercises
- use `b'A'` syntax in hints now that it has been covered early on
- use large enough capacity in hints
- for consistency, set channel first thing in all hints
2020-06-25 13:28:58 +02:00
Jorge Aparicio cbbfda6009
Update beginner/README.md
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-06-25 09:01:47 +00:00
Jorge Aparicio 6c96af97ae
Update beginner/README.md
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-06-25 08:50:56 +00:00
Lotte Steenbrink 9f75508416
Merge pull request #12 from ferrous-systems/beginner_from_scratch
First pass through "Beginner from scratch" section
2020-06-24 17:10:41 +02:00
Jorge Aparicio c334e9f0f7 add solutions 2020-06-24 16:38:01 +02:00
Lotte Steenbrink 4e246e03af beginner/README.md: add todo 2020-06-24 15:55:40 +02:00
Lotte Steenbrink 21a4321634 linking the spec is shorter than pointing to the refs 2020-06-24 15:50:01 +02:00
Lotte Steenbrink a57be20681 beginner/README.md: improve layout 2020-06-24 15:48:15 +02:00
Jorge Aparicio 8c46276f64 demistify string literals early on 2020-06-24 15:16:28 +02:00
Lotte Steenbrink e41797767a beginner/README.md: spell out ABI acronym once 2020-06-24 15:07:57 +02:00
Lotte Steenbrink f52ea9e6aa radio-send.rs: run cargo fmt 2020-06-24 11:45:43 +02:00
Jorge Aparicio 9c32bafa05
Update beginner/README.md
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-06-23 11:24:41 +00:00
Jorge Aparicio e64576a126
Update beginner/README.md
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-06-23 11:24:31 +00:00
Jorge Aparicio ea4f4e2cfc - use recv_timeout everywhere
- add notes about literals
- add note about delay between send & recv
2020-06-23 11:30:04 +02:00
Jorge Aparicio affd4fa9c5 another hint: do not use str or char 2020-06-23 11:28:27 +02:00
Jorge Aparicio 515186020c WIP: add puzzle hints 2020-06-23 11:28:27 +02:00
Jorge Aparicio c918a995d7 make the puzzle dongle app operate on channel 25
and adjust puzzle-radio starter code accordingly

this reduces the chance of people using puzzle-radio with the wrong dongle
app (i.e. loopback); that would lead to them getting response different than
what's indicated in the text

I have also added the app name to the dongle / serial-term output:

``` text
deviceid=75fa82ad7588b3c7 channel=20 TxPower=+8dBm app=loopback.hex
```
2020-06-23 11:28:27 +02:00
Jorge Aparicio 8140c7bba9 WIP: show recv_timeout API
TODO update text
2020-06-23 11:28:27 +02:00
Lotte Steenbrink ca98eff912 beginner/README.md: note that Dongle wiull always send vaid UTF-8, driveby fix whitespace errs 2020-06-17 14:33:19 +02:00
Lotte Steenbrink e8c5acfe9a radio-puzzle.rs: simplify error handling, add explanatory comments 2020-06-17 14:30:07 +02:00
Lotte Steenbrink c81391066d serial-term, radio-send: rm unused imports 2020-06-15 11:42:37 +02:00
Jorge Aparicio f829ad46ae - Real Time for The Masses has been renamed to RTIC
- add 'project from scratch' section to the beginner workshop
2020-06-12 17:54:45 +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 3983ee5310 - beginner and advanced Cargo features
- more work on advanced text
- update hex files
2020-06-11 13:48:35 +02:00
Jorge Aparicio 53d10f9a4a squashed 2020-06-09 11:58:27 +02:00