Commit graph

  • bb7ea8f685 usb-3, sb-3-solution.rs, get-descriptor-configuration.rs: handle SET_ADDRESS Lotte Steenbrink 2020-07-03 15:47:14 +0200
  • bffed51a77 lib.rs: unify instruction comment formatting Lotte Steenbrink 2020-07-03 15:25:29 +0200
  • 44d3bfe32a get-descriptor-device.rs: add SET_ADDRESS handling; comments to solution Lotte Steenbrink 2020-07-03 15:25:01 +0200
  • c3d680e76d re coments: move TODO instructions in usb-2 Lotte Steenbrink 2020-07-03 15:15:30 +0200
  • f2cc43b55f re review. point to usb spec for wvalue etc Lotte Steenbrink 2020-07-03 14:49:54 +0200
  • 4bd350c948 usb/src/lib.rs: make set_address() run by default, move upwards Lotte Steenbrink 2020-07-03 12:22:58 +0200
  • 08884f1718 aaaaand remove DeviceState too Lotte Steenbrink 2020-07-03 12:16:59 +0200
  • 2b3e9a73b7 respond to comments: ignore set_address for now Lotte Steenbrink 2020-07-03 12:04:05 +0200
  • a72886059f advanced/common/usb/lib.rs: cleanup– rm GET_DESCRIPTOR handling, suggest outline Lotte Steenbrink 2020-07-02 18:32:29 +0200
  • 351cce7c16 usb-2-solution.rs: cleanup, move addr setting into helper Lotte Steenbrink 2020-07-02 18:23:41 +0200
  • e5728a440f first sketch: pre-impl set_address to make ws work for mac os users (works; not ported, not cleaned up) Lotte Steenbrink 2020-07-02 18:07:16 +0200
  • 886487dee6 - spread out USB information Jorge Aparicio 2020-06-25 19:14:39 +0200
  • 1f65e197a8
    Merge pull request #13 from ferrous-systems/beginner_from_scratch_blinky Jorge Aparicio 2020-06-26 09:04:09 +0000
  • 89e9dbcf52 move interrupt handlung and embedded rust down, add link to LEDs #13 Lotte Steenbrink 2020-06-26 10:57:20 +0200
  • 0d3d62de23 beginner/README.md: add some tips for first steps in yur project from scratch Lotte Steenbrink 2020-06-26 10:16:48 +0200
  • ea2fc91029
    Merge pull request #9 from ferrous-systems/puzzle-ch25 Jorge Aparicio 2020-06-25 11:40:21 +0000
  • b99f217b25 address Lotte's feedback #9 Jorge Aparicio 2020-06-25 11:51:16 +0200
  • cbbfda6009
    Update beginner/README.md Jorge Aparicio 2020-06-25 09:01:47 +0000
  • 6c96af97ae
    Update beginner/README.md Jorge Aparicio 2020-06-25 08:50:56 +0000
  • 80cb2caa09 add a compiler fence before exiting Jorge Aparicio 2020-06-24 17:20:42 +0200
  • 9f75508416
    Merge pull request #12 from ferrous-systems/beginner_from_scratch Lotte Steenbrink 2020-06-24 17:10:41 +0200
  • 9c1e496ef5 dk: print message before exiting Jorge Aparicio 2020-06-24 16:57:53 +0200
  • c334e9f0f7 add solutions Jorge Aparicio 2020-06-24 16:38:01 +0200
  • 4e246e03af beginner/README.md: add todo #12 Lotte Steenbrink 2020-06-24 15:55:40 +0200
  • 21a4321634 linking the spec is shorter than pointing to the refs Lotte Steenbrink 2020-06-24 15:50:01 +0200
  • a57be20681 beginner/README.md: improve layout Lotte Steenbrink 2020-06-24 15:47:21 +0200
  • 87386e54f0
    Merge pull request #10 from ferrous-systems/beginner_rtt_blocking Lotte Steenbrink 2020-06-24 15:37:07 +0200
  • 56abdbad34 increase rtt buffer & number of attach retries #10 Lotte Steenbrink 2020-06-24 15:32:04 +0200
  • 8c46276f64 demistify string literals early on Jorge Aparicio 2020-06-24 14:57:47 +0200
  • e41797767a beginner/README.md: spell out ABI acronym once Lotte Steenbrink 2020-06-24 15:07:57 +0200
  • 6386e6aeb7
    Merge pull request #11 from ferrous-systems/cargo_fmt_all_the_things Jorge Aparicio 2020-06-24 10:06:45 +0000
  • f52ea9e6aa radio-send.rs: run cargo fmt #11 Lotte Steenbrink 2020-06-24 11:45:43 +0200
  • d7cc36d237 boards/dk/src/lib.rs: increase rtt bufsz, set mode to blocking for beginner Lotte Steenbrink 2020-06-24 11:31:47 +0200
  • 86c0c25534 dk-run: fix typo Lotte Steenbrink 2020-06-24 10:57:46 +0200
  • 9c32bafa05
    Update beginner/README.md Jorge Aparicio 2020-06-23 11:24:41 +0000
  • e64576a126
    Update beginner/README.md Jorge Aparicio 2020-06-23 11:24:31 +0000
  • 1548a036ce
    Merge pull request #8 from ferrous-systems/dk_run_timeout Jorge Aparicio 2020-06-23 09:36:26 +0000
  • ea4f4e2cfc - use recv_timeout everywhere Jorge Aparicio 2020-06-22 19:11:42 +0200
  • affd4fa9c5 another hint: do not use str or char Jorge Aparicio 2020-06-22 15:33:39 +0200
  • 515186020c WIP: add puzzle hints Jorge Aparicio 2020-06-22 15:23:59 +0200
  • c918a995d7 make the puzzle dongle app operate on channel 25 Jorge Aparicio 2020-06-17 18:37:53 +0200
  • 8140c7bba9 WIP: show recv_timeout API Jorge Aparicio 2020-06-17 18:51:52 +0200
  • 080e96d290 respond to jorges reviw– use expect(unreachable) // reason #8 Lotte Steenbrink 2020-06-22 22:55:27 +0200
  • f502132139 respond to jorges reviw– fix off by one err Lotte Steenbrink 2020-06-22 22:54:47 +0200
  • 35a78540c0 respond to jorges reviw– make error messages more useful Lotte Steenbrink 2020-06-22 22:44:11 +0200
  • 71579aaa9f sketch Lotte Steenbrink 2020-06-19 15:53:28 +0200
  • 07cdaf5212 reset debug level Lotte Steenbrink 2020-06-19 11:35:43 +0200
  • b65b432762 control flow cleanup Lotte Steenbrink 2020-06-19 11:22:56 +0200
  • 3fac13606e cleanup unused deps, debug output Lotte Steenbrink 2020-06-19 11:02:18 +0200
  • 482ddc59d0 bup: it works! Lotte Steenbrink 2020-06-19 10:54:20 +0200
  • ed537ec7e1 dk-run: rename first rtt to rtt_addr for clarity Lotte Steenbrink 2020-06-19 09:21:53 +0200
  • d2be612eeb WIP: show recv_timeout API timeout Jorge Aparicio 2020-06-17 18:51:52 +0200
  • eaab48e498 make the puzzle dongle app operate on channel 25 #7 Jorge Aparicio 2020-06-17 18:37:53 +0200
  • 806c4f09a0
    Merge pull request #6 from ferrous-systems/simplify_puzzle Jorge Aparicio 2020-06-17 12:39:40 +0000
  • ca98eff912 beginner/README.md: note that Dongle wiull always send vaid UTF-8, driveby fix whitespace errs #6 Lotte Steenbrink 2020-06-17 14:33:19 +0200
  • e8c5acfe9a radio-puzzle.rs: simplify error handling, add explanatory comments Lotte Steenbrink 2020-06-17 14:30:07 +0200
  • 6902a5e81b
    Merge pull request #4 from ferrous-systems/add-ci Jorge Aparicio 2020-06-17 09:29:22 +0000
  • b50f46ae59 build advanced/irmware instead #4 Lotte Steenbrink 2020-06-17 11:16:40 +0200
  • 95de849c4a drive-by: note libusb and libudev-dev deps Lotte Steenbrink 2020-06-16 16:33:32 +0200
  • 65d130175a Create rust.yml Lotte Steenbrink 2020-06-15 16:09:31 +0200
  • fcf0e310ab - rework RTIC resources section in the adv. material Jorge Aparicio 2020-06-16 10:16:25 +0200
  • 76ad146e7e
    Create rust.yml #3 Lotte Steenbrink 2020-06-15 16:09:31 +0200
  • b7297fa2ab
    Merge pull request #2 from ferrous-systems/rm_unused_imports Jorge Aparicio 2020-06-15 09:43:52 +0000
  • c81391066d serial-term, radio-send: rm unused imports #2 Lotte Steenbrink 2020-06-15 11:42:37 +0200
  • f829ad46ae - Real Time for The Masses has been renamed to RTIC Jorge Aparicio 2020-06-12 17:54:45 +0200
  • 75f41a47c4 - remove outdated notes Jorge Aparicio 2020-06-12 11:45:57 +0200
  • 3983ee5310 - beginner and advanced Cargo features Jorge Aparicio 2020-06-10 12:09:21 +0200
  • 31c331c1a3 - dk: API docs Jorge Aparicio 2020-06-09 18:17:30 +0200
  • e212e819b9
    Merge pull request #1 from ferrous-systems/mac_setup Jorge Aparicio 2020-06-09 15:36:42 +0000
  • 6a0060e13c README.md: update text regarding probe-rs-cli info error #1 Lotte Steenbrink 2020-06-09 17:21:21 +0200
  • 4a007a8835 README.md: add python instructions for mac os Lotte Steenbrink 2020-06-09 16:58:10 +0200
  • 5d92c84764 README.md: resolve mac os TODOS for Development Kit, improve formatting Lotte Steenbrink 2020-06-09 14:49:07 +0200
  • 25d6762b72 README.md: resolve mac OS todos for Dongle, VSCode Lotte Steenbrink 2020-06-09 14:18:28 +0200
  • 53d10f9a4a squashed Jorge Aparicio 2020-06-09 11:52:27 +0200