Commit graph

51 commits

Author SHA1 Message Date
Mirabellensaft
ca262675e8 info! -> println! 2022-01-10 14:31:07 +01:00
Mirabellensaft
8ad5afe51b bump nrf-hal version up again 2022-01-10 14:28:35 +01:00
Mirabellensaft
fe479c1152 fix appearing interrupt 2022-01-10 14:28:35 +01:00
Lotte Steenbrink
d35f392a81 adjust stack_overflow 2022-01-10 14:28:35 +01:00
Lotte Steenbrink
f9f640e9a5 uncomplicate crc printing 2022-01-10 14:28:35 +01:00
Lotte Steenbrink
36776c7ba8 rm superfluous exit() 2022-01-10 14:28:35 +01:00
Lotte Steenbrink
1752956de2 move to heapless 0.7 2022-01-10 14:28:35 +01:00
Lotte Steenbrink
b672967d8a use defmt in training materials 2022-01-10 14:28:15 +01:00
Mirabellensaft
62f74005a1 bring all tooling to current versions --beginner 2022-01-10 14:26:13 +01:00
Lotte Steenbrink
e4cb17a773 use 0.2.1 everywhere 2022-01-10 14:24:44 +01:00
Lotte Steenbrink
ecae3b725a better comments 2022-01-10 14:24:44 +01:00
Lotte Steenbrink
60dd65fa1f fix typo 2022-01-10 14:24:44 +01:00
Lotte Steenbrink
e0ed95dcc4 convert all beginner code snippets 2022-01-10 14:24:44 +01:00
Lotte Steenbrink
6bbd0c1e45 wip: move beginner to defmt 2022-01-10 14:24:44 +01:00
Lotte Steenbrink
ceb2e25199 wip 2022-01-10 14:24:44 +01:00
Lotte Steenbrink
49a5d9e898 cargo fmt 2021-04-28 10:39:19 +02:00
Lotte Steenbrink
3e54af411b add probe-run explanation 2021-04-28 10:39:19 +02:00
Lotte Steenbrink
adaca12a61 appeal to the rustfmt gods 2021-04-28 10:39:19 +02:00
Lotte Steenbrink
50fdc33908 point out parts of a embedded program in helo.rs, Cargo.toml 2021-04-28 10:39:19 +02:00
Lotte Steenbrink
4416e04c8e remove Embed.toml 2021-04-23 17:20:56 +02:00
Lotte Steenbrink
5ae285ea8b radio-puzzle: add some explanation about 2021-04-21 12:36:43 +02:00
Jorge Aparicio
2758be8412 adapt beginner material to BSP changes 2021-03-16 13:27:01 +01:00
Lotte Steenbrink
19af229d0b respond to comments 2021-01-22 15:15:11 +01:00
Lotte Steenbrink
514292aaab add stack_overflow exercise 2021-01-22 15:01:48 +01:00
Jorge Aparicio
ec03653be4 bump cortex-m versions
to ensure we use versions that don't have debuginfo issues which break probe-run backtraces
2021-01-21 14:03:57 +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
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
682175b377 update setup: install v0.8 of cargo-{embed,flash} 2020-07-08 16:54:38 +02: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
c334e9f0f7 add solutions 2020-06-24 16:38:01 +02:00
Jorge Aparicio
8c46276f64 demistify string literals early on 2020-06-24 15:16:28 +02: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
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
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
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