| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | usb: move all control-related stuff to `mod control`. | Dario Nieuwenhuis | 2022-04-06 | 1 | -3/+4 |
| * | usb: associate ControlHandlers with interfaces, automatically route requests. | Dario Nieuwenhuis | 2022-04-06 | 1 | -35/+18 |
| * | usb: add `add_class` to builder, so that `FooBarClass::new(&mut builder)` can... | Dario Nieuwenhuis | 2022-04-06 | 2 | -127/+91 |
| * | Use trait objects instead of generics for UsbDevice::classes | alexmoon | 2022-04-06 | 2 | -69/+52 |
| * | Add support for USB classes handling control requests. | alexmoon | 2022-04-06 | 2 | -16/+114 |
| * | Add some comments on the example. | Dario Nieuwenhuis | 2022-04-06 | 1 | -1/+13 |
| * | Working CDC-ACM device->host | Dario Nieuwenhuis | 2022-04-06 | 2 | -5/+15 |
| * | Working CDC-ACM host->device | Dario Nieuwenhuis | 2022-04-06 | 2 | -9/+23 |
| * | wip: experimental async usb stack | Dario Nieuwenhuis | 2022-04-06 | 5 | -158/+411 |
| * | Simpler Channel. | Dario Nieuwenhuis | 2022-04-06 | 6 | -126/+139 |
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 162 | -765/+490 |
| * | Add blinky example for STM32F2 | Joonas Javanainen | 2022-03-27 | 5 | -0/+80 |
| * | Format | chemicstry | 2022-03-17 | 1 | -1/+1 |
| * | Cleanup | chemicstry | 2022-03-16 | 3 | -3/+6 |
| * | Add F7 example | chemicstry | 2022-03-16 | 1 | -0/+43 |
| * | Cleanup | chemicstry | 2022-03-16 | 1 | -3/+0 |
| * | Fix SDMMC v2 and add H7 example | chemicstry | 2022-03-16 | 2 | -14/+51 |
| * | Use RCC frequency instead of config | chemicstry | 2022-03-16 | 1 | -6/+2 |
| * | SDIO working on stm32f4 | chemicstry | 2022-03-16 | 2 | -0/+55 |
| * | Add support for splitting stm32 usart into TX and RX | Ulf Lilleengen | 2022-03-15 | 1 | -0/+67 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 7 | -100/+292 |
| *-. | Merge #648 #656 | bors[bot] | 2022-03-09 | 2 | -26/+35 |
| |\ \ | |||||
| | | * | Update examples | Grant Miller | 2022-03-08 | 1 | -1/+1 |
| | |/ |/| | |||||
| | * | Simplifies the API by taking in the TIMER and PPI channels | huntc | 2022-03-07 | 1 | -20/+6 |
| | * | Improve nRF Saadc sampling | huntc | 2022-03-07 | 1 | -17/+40 |
| |/ | |||||
| * | [can] Do not use wildcard reexport for bxcan | Timo Kröger | 2022-03-05 | 1 | -2/+3 |
| * | stm32: Register access for timers now doesn't require self | Matous Hybl | 2022-02-28 | 1 | -15/+8 |
| * | Improve logic for processing button events | Cristian Eigel | 2022-02-16 | 1 | -15/+25 |
| * | rp: impl eh1.0 blocking traits | Dario Nieuwenhuis | 2022-02-15 | 4 | -5/+5 |
| * | Merge #608 | bors[bot] | 2022-02-13 | 1 | -0/+26 |
| |\ | |||||
| | * | stm32f4: add adc + example | Frederik | 2022-02-10 | 1 | -0/+26 |
| * | | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 15 | -16/+74 |
| * | | Merge #615 | bors[bot] | 2022-02-12 | 2 | -4/+2 |
| |\ \ | |||||
| | * | | rp: remove OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 2 | -4/+2 |
| * | | | Merge #613 | bors[bot] | 2022-02-12 | 6 | -12/+18 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 3 | -2/+5 |
| | * | | blocking_mutex: refactor to work on stable. No GATs, and can be constructed i... | Dario Nieuwenhuis | 2022-02-12 | 3 | -10/+13 |
| * | | | nrf: remove OptionalPin | Dario Nieuwenhuis | 2022-02-12 | 9 | -25/+10 |
| |/ / | |||||
| * | | Merge #607 | bors[bot] | 2022-02-11 | 3 | -14/+21 |
| |\ \ | |||||
| | * | | stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ... | Dario Nieuwenhuis | 2022-02-10 | 3 | -14/+21 |
| * | | | Add button_events example for stm32f3 | Cristian Eigel | 2022-02-11 | 1 | -0/+163 |
| | |/ |/| | |||||
| * | | Port multiprio example to stm32f3 and stm32f4 platforms | Cristian Eigel | 2022-02-10 | 2 | -0/+288 |
| |/ | |||||
| * | stm32: Remove OptionalPin | Dario Nieuwenhuis | 2022-02-10 | 6 | -37/+11 |
| * | Add embassy-boot | Ulf Lilleengen | 2022-02-09 | 7 | -0/+180 |
| * | Merge #602 | bors[bot] | 2022-02-09 | 3 | -1/+217 |
| |\ | |||||
| | * | Fix function name | chemicstry | 2022-02-09 | 1 | -1/+1 |
| | * | Merge USB FS and HS peripherals. Add ULPI. | chemicstry | 2022-02-09 | 3 | -3/+117 |
| | * | Add stm32 USB OTG peripherals | chemicstry | 2022-02-08 | 2 | -1/+103 |
| * | | stm32: Add support for FMC | Matous Hybl | 2022-02-08 | 3 | -1/+207 |
| |/ | |||||
| * | Upgrade to embedded-storage 0.3.0 | Ulf Lilleengen | 2022-02-07 | 1 | -1/+1 |
