Commit graph

95 commits

Author SHA1 Message Date
Johann Hemmann 5b589af24f Add --erase-all to probe-run invocation
Newer models of the nrf52840 need this in order to flash.
2023-06-26 16:48:55 +02:00
Mirabellensaft fcecb34a09 bump versions 2022-12-06 18:14:36 +01:00
Mirabellensaft 20fea685f8 rustfmt 2022-01-12 22:03:01 +01:00
Mirabellensaft 02e9012e8e rustfmt 2022-01-12 21:54:59 +01:00
Mirabellensaft 5be260503a rm unused imports and fix logging 2022-01-12 17:33:45 +01:00
Mirabellensaft 59f20c1c05 fix dangling usb 2022-01-12 17:02:33 +01:00
Mirabellensaft 700947c83b add log statement to solution 2022-01-10 14:47:34 +01:00
Mirabellensaft a89c516ddc update log statements 2022-01-10 14:31:07 +01:00
Mirabellensaft 618358ece4 update book 2022-01-10 14:31:07 +01:00
Mirabellensaft ae36a3c578 update book 2022-01-10 14:31:07 +01:00
Mirabellensaft ca262675e8 info! -> println! 2022-01-10 14:31:07 +01:00
Mirabellensaft b975a07698 bump rtic 2022-01-10 14:28:35 +01:00
Mirabellensaft 8ad5afe51b bump nrf-hal version up again 2022-01-10 14:28:35 +01:00
Mirabellensaft 0447c7c920 update dependencies 2022-01-10 14:28:35 +01:00
Lotte Steenbrink d35f392a81 adjust stack_overflow 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
Lotte Steenbrink e4cb17a773 use 0.2.1 everywhere 2022-01-10 14:24:44 +01:00
Lotte Steenbrink df20b159fe whoops. forgot to port advanced/vec 2022-01-10 14:24:44 +01:00
Lotte Steenbrink 60dd65fa1f fix typo 2022-01-10 14:24:44 +01:00
Lotte Steenbrink c1d7072b7f advanced/common/usb: move to defmt 2022-01-10 14:24:44 +01:00
Lotte Steenbrink 9c1a7e5ee1 finish advanced defmt port 2022-01-10 14:24:44 +01:00
Lotte Steenbrink 9c22c61c67 start converting advanced apps 2022-01-10 14:24:44 +01:00
Anatol Ulrich 06f8eb07a8 harmonize usb-1 and usb-1-solution 2021-09-03 14:34:51 +02:00
Anatol Ulrich 9e48aace87 length check in usb-3 2021-09-02 00:05:25 +02:00
Lotte Steenbrink ca98934704 fix cargo fmt whoops 2021-04-23 18:46:27 +02:00
Mirabellensaft 47147c40fe revisions 2021-04-23 13:18:24 +02:00
Mirabellensaft 86f1fefcc2 change assignment: more concise, less like a trap 2021-04-20 14:38:38 +02:00
Jorge Aparicio 9161e82246 advanced: use crates.io version of usb2 crate 2021-03-16 14:13:40 +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
Lotte Steenbrink 4906aa6457 lib.rs: improve TODO instructions, add book link 2021-01-29 15:12:55 +01:00
Jorge Aparicio d202ff31d9 usb-4: simplify "how to switch parser" instructions 2021-01-29 13:18:13 +01:00
Jorge Aparicio 461a9b4d8e usb-4: add note on how to switch to participant's USB parser
the starter code uses the parser from the `usb2` crate because the code won't compile if it uses the
workshop's `usb` in its initial form
2021-01-29 13:11:08 +01:00
Jorge Aparicio b08a82bacd replace tools workspace with xtask tasks 2021-01-25 16:10:54 +01:00
Lotte Steenbrink a0caf51682 use use_stack, actualy add text 2021-01-22 15:59:13 +01:00
Lotte Steenbrink 5372bfa0fe fix copypasta err 2021-01-22 15:21:47 +01:00
Lotte Steenbrink 92e61650b2 cargo fmt 2021-01-22 15:18:18 +01:00
Lotte Steenbrink 19af229d0b respond to comments 2021-01-22 15:15:11 +01:00
Lotte Steenbrink 816ab161fc stack_overflow.rs cover up bug? 2021-01-22 15:01:18 +01:00
Lotte Steenbrink 4cdb377855 provoke stack overflow more blatantly 2021-01-22 12:45:03 +01:00
Lotte Steenbrink fdc56a32e2 start adding flip-link 2021-01-22 12:45:03 +01:00
Lotte Steenbrink c54d03e19b add stack_overflow.rs 2021-01-22 12:45:03 +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
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
Rafael Bachmann 3a184749ee
Add semicolon for consistency 2020-10-18 19:51:12 +02:00
Rafael Bachmann ab7cfb8a48
Reduce diff of usb-5-solution.rs to usb-4-solution.rs 2020-10-18 19:50:36 +02:00
Rafael Bachmann b48824231f
Add logging from usb-4.rs 2020-10-18 19:07:19 +02:00