aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* usb: move all control-related stuff to `mod control`.Dario Nieuwenhuis2022-04-061-3/+4
* usb: associate ControlHandlers with interfaces, automatically route requests.Dario Nieuwenhuis2022-04-061-35/+18
* usb: add `add_class` to builder, so that `FooBarClass::new(&mut builder)` can...Dario Nieuwenhuis2022-04-062-127/+91
* Use trait objects instead of generics for UsbDevice::classesalexmoon2022-04-062-69/+52
* Add support for USB classes handling control requests.alexmoon2022-04-062-16/+114
* Add some comments on the example.Dario Nieuwenhuis2022-04-061-1/+13
* Working CDC-ACM device->hostDario Nieuwenhuis2022-04-062-5/+15
* Working CDC-ACM host->deviceDario Nieuwenhuis2022-04-062-9/+23
* wip: experimental async usb stackDario Nieuwenhuis2022-04-065-158/+411
* Simpler Channel.Dario Nieuwenhuis2022-04-066-126/+139
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-02162-765/+490
* Add blinky example for STM32F2Joonas Javanainen2022-03-275-0/+80
* Formatchemicstry2022-03-171-1/+1
* Cleanupchemicstry2022-03-163-3/+6
* Add F7 examplechemicstry2022-03-161-0/+43
* Cleanupchemicstry2022-03-161-3/+0
* Fix SDMMC v2 and add H7 examplechemicstry2022-03-162-14/+51
* Use RCC frequency instead of configchemicstry2022-03-161-6/+2
* SDIO working on stm32f4chemicstry2022-03-162-0/+55
* Add support for splitting stm32 usart into TX and RXUlf Lilleengen2022-03-151-0/+67
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-117-100/+292
*-. Merge #648 #656bors[bot]2022-03-092-26/+35
|\ \
| | * Update examplesGrant Miller2022-03-081-1/+1
| |/ |/|
| * Simplifies the API by taking in the TIMER and PPI channelshuntc2022-03-071-20/+6
| * Improve nRF Saadc samplinghuntc2022-03-071-17/+40
|/
* [can] Do not use wildcard reexport for bxcanTimo Kröger2022-03-051-2/+3
* stm32: Register access for timers now doesn't require selfMatous Hybl2022-02-281-15/+8
* Improve logic for processing button eventsCristian Eigel2022-02-161-15/+25
* rp: impl eh1.0 blocking traitsDario Nieuwenhuis2022-02-154-5/+5
* Merge #608bors[bot]2022-02-131-0/+26
|\
| * stm32f4: add adc + exampleFrederik2022-02-101-0/+26
* | stm32: add rust stable supportDario Nieuwenhuis2022-02-1215-16/+74
* | Merge #615bors[bot]2022-02-122-4/+2
|\ \
| * | rp: remove OptionalPinDario Nieuwenhuis2022-02-122-4/+2
* | | Merge #613bors[bot]2022-02-126-12/+18
|\ \ \ | |/ / |/| |
| * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-123-2/+5
| * | blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...Dario Nieuwenhuis2022-02-123-10/+13
* | | nrf: remove OptionalPinDario Nieuwenhuis2022-02-129-25/+10
|/ /
* | Merge #607bors[bot]2022-02-113-14/+21
|\ \
| * | stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...Dario Nieuwenhuis2022-02-103-14/+21
* | | Add button_events example for stm32f3Cristian Eigel2022-02-111-0/+163
| |/ |/|
* | Port multiprio example to stm32f3 and stm32f4 platformsCristian Eigel2022-02-102-0/+288
|/
* stm32: Remove OptionalPinDario Nieuwenhuis2022-02-106-37/+11
* Add embassy-bootUlf Lilleengen2022-02-097-0/+180
* Merge #602bors[bot]2022-02-093-1/+217
|\
| * Fix function namechemicstry2022-02-091-1/+1
| * Merge USB FS and HS peripherals. Add ULPI.chemicstry2022-02-093-3/+117
| * Add stm32 USB OTG peripheralschemicstry2022-02-082-1/+103
* | stm32: Add support for FMCMatous Hybl2022-02-083-1/+207
|/
* Upgrade to embedded-storage 0.3.0Ulf Lilleengen2022-02-071-1/+1