Mirabellensaft
35457c4454
bring all tooling to current versions --beginner
2021-12-20 15:37:28 +01:00
Lotte Steenbrink
b5538a89d5
use 0.2.1 everywhere
2021-04-14 12:16:22 +02:00
Lotte Steenbrink
1be6f2fc5a
better comments
2021-04-14 12:15:39 +02:00
Lotte Steenbrink
739df4dac9
fix typo
2021-04-14 12:02:02 +02:00
Lotte Steenbrink
622707bab7
convert all beginner code snippets
2021-04-12 11:51:44 +02:00
Lotte Steenbrink
e1f740caba
wip: move beginner to defmt
2021-04-08 14:16:26 +02:00
Lotte Steenbrink
34d65f2fb6
wip
2021-04-08 11:27:00 +02:00
Jorge Aparicio
2758be8412
adapt beginner material to BSP changes
2021-03-16 13:27:01 +01:00
Jorge Aparicio
e26a8f50f6
Merge pull request #128 from ferrous-systems/xtask-tools
...
replace workshop specific tools with xtasks
2021-02-01 14:42:29 +01:00
Jorge Aparicio
b08a82bacd
replace tools workspace with xtask tasks
2021-01-25 16:10:54 +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
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