Commit graph

583 commits

Author SHA1 Message Date
Jorge Aparicio 114b48a34c
Merge pull request #51 from ferrous-systems/more-switch-info
add more switch info
2020-07-15 11:39:17 +00:00
Jorge Aparicio 60095a2f69 add more switch info 2020-07-15 13:35:55 +02:00
Mirabellensaft c88ede8e48 add set_channel and reminder to radio-recv.rs 2020-07-15 13:03:51 +02:00
Jorge Aparicio cce7ccb705
Merge pull request #49 from ferrous-systems/edit-book
more didactic changes
2020-07-15 09:54:03 +00:00
Jorge Aparicio 17e9f5f7f8
Update embedded-workshop-book/src/dongle.md 2020-07-15 09:53:07 +00:00
Mirabellensaft c6aba97a3a radio-indidactic changes 2020-07-14 19:24:07 +02:00
Mirabellensaft 7826673a27 separate radio-out into several pages 2020-07-14 19:15:07 +02:00
Mirabellensaft 1350b44e79 Merge branch 'master' of github.com:ferrous-systems/embedded-trainings-2020 into edit-book 2020-07-14 17:51:58 +02:00
Mirabellensaft 92788c250c save 2020-07-14 17:49:55 +02:00
Jorge Aparicio bf35327e7e
Merge pull request #47 from ferrous-systems/fix_40
fix #40: remove duplicate GET_DESCRIPTOR Configuration instruction
2020-07-14 15:15:32 +00:00
Lotte Steenbrink 666b6752e8 fix #40: remove duplicate GET_DESCRIPTOR Configuration instruction 2020-07-14 17:05:19 +02:00
Jorge Aparicio 2127ac2960
Merge pull request #43 from ferrous-systems/rename-usb-sols
rename USB parser solutions
2020-07-14 14:49:42 +00:00
Lotte Steenbrink ef108cb367
Merge pull request #45 from ferrous-systems/move_cargo_up
README.md: make cargo installs harder to miss
2020-07-14 16:44:37 +02:00
Jorge Aparicio a73440ceb8 preserve trailing spaces 2020-07-14 16:38:00 +02:00
Lotte Steenbrink 3488983f8d README.md: amk cargo installs harder to miss 2020-07-14 16:34:24 +02:00
Jorge Aparicio a1ba8d8dd7
Merge pull request #44 from ferrous-systems/linux-logs
include Linux logs as text files
2020-07-14 14:31:09 +00:00
Jorge Aparicio a227a84fc2
Merge pull request #42 from ferrous-systems/radio-puzzle-heapless-docs
Radio puzzle heapless docs
2020-07-14 12:02:06 +00:00
Lotte Steenbrink 366eab426f radio-puzzle.md: fix reminder, add rest of text 2020-07-14 14:00:20 +02:00
Jorge Aparicio 3e985820c1 include Linux logs as text files
for completeness. Also fix the location of the files in the text.
2020-07-14 13:59:48 +02:00
Mirabellensaft 74031fc1b7 Merge branch 'master' of github.com:ferrous-systems/embedded-trainings-2020 into edit-book 2020-07-14 13:53:53 +02:00
Mirabellensaft 947c957eac moved big parts of the readme to workbook 2020-07-14 13:52:30 +02:00
Mirabellensaft 6839418768 didactic changes 2020-07-14 13:51:11 +02:00
Mirabellensaft d28f6a97f8 turned intro into preparations chapter 2020-07-14 13:50:19 +02:00
Jorge Aparicio 2ed23e0392 usb-3 -> usb-4 2020-07-14 13:30:43 +02:00
Jorge Aparicio 48e2ef512f rename USB parser solutions
also put them outside the `src` directory so people don't think they are modules
2020-07-14 13:28:23 +02:00
Jorge Aparicio 9cab8bb24e
Merge pull request #39 from ferrous-systems/tie-loose-ends
remove empty sections; add open-ended exercises
2020-07-14 11:11:09 +00:00
Jorge Aparicio 9964d7c6a2 more meaningful link 2020-07-14 13:10:52 +02:00
Lotte Steenbrink 6ae874307a radio-puzzle.md: add IndexMap / Vec doc links, short exmaple 2020-07-14 12:50:14 +02:00
Lotte Steenbrink ff31d66fd4 radio-puzzle.md: link to IndexMap docs for examples 2020-07-14 12:32:46 +02:00
Jorge Aparicio b5330a56bc
Merge pull request #41 from ferrous-systems/flash-less
show a single way to flash the program
2020-07-14 10:10:25 +00:00
Jorge Aparicio 32a5d458b8 address review comments 2020-07-14 12:08:44 +02:00
Jorge Aparicio 554a75595e
Update embedded-workshop-book/src/beginner-next-steps.md
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-07-14 10:01:33 +00:00
Jorge Aparicio a7051bd4e3
Apply suggestions from code review
Co-authored-by: Lotte Steenbrink <lotte@zombietetris.de>
2020-07-14 09:59:32 +00:00
Jorge Aparicio a85e1f1152 show a single way to flash the program
this is the recommended way
2020-07-14 11:15:22 +02:00
Jorge Aparicio a61f676b9d
Merge branch 'master' into tie-loose-ends 2020-07-14 09:07:08 +00:00
Lotte Steenbrink 0c19f76a85
Merge pull request #38 from ferrous-systems/skade-patch-5
Fix unclarity in USB-3
2020-07-14 11:05:34 +02:00
Jorge Aparicio b1132b3cff
Merge pull request #36 from ferrous-systems/troubleshooting
add troubleshooting section
2020-07-14 09:00:14 +00:00
Jorge Aparicio 92662a658c
Merge pull request #35 from ferrous-systems/edit-book
didactic layout and structure changes
2020-07-14 08:58:49 +00:00
Jorge Aparicio 3f2ba0af36
Merge pull request #33 from ferrous-systems/change-channel
add `change-channel` tool
2020-07-14 08:58:16 +00:00
Jorge Aparicio cf2b5db798
Update embedded-workshop-book/src/troubleshoot-cargo-build.md
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
2020-07-14 08:52:37 +00:00
Jorge Aparicio 3a02ed7284
Merge branch 'master' into change-channel 2020-07-14 08:51:18 +00: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
Florian Gilcher 21bf89090a
Fix unclarity in USB-3
USB-2 already implements GET_DESCRIPTOR, make clear that it must be extended
2020-07-13 19:02:12 +02:00
Mirabellensaft ad734d6530 rm note 2020-07-13 17:56:57 +02:00
Jorge Aparicio 43619ea87f
Update embedded-workshop-book/src/troubleshoot-rust-analyzer.md
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-07-13 15:54:00 +00:00
Jorge Aparicio 3fffebd4a6
Merge pull request #34 from ferrous-systems/fixes2
Assorted fixes to the beginner material
2020-07-13 15:47:08 +00:00
Jorge Aparicio d60478ffaa
Merge pull request #32 from ferrous-systems/tables_to_prose
Turn tables into prose
2020-07-13 15:46:09 +00:00
Jorge Aparicio e554c2756a
Apply suggestions from code review
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-07-13 15:45:59 +00:00
Jorge Aparicio 1ca2b4db16 add troubleshooting section 2020-07-13 17:41:37 +02:00
Mirabellensaft 0e51a0a052 didactic changes 2020-07-13 17:20:20 +02:00