aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge #591bors[bot]2022-02-054-17/+145
|\
| * Further API simplification for the single seq scenariohuntc2022-02-053-9/+6
| * Removed unrequired clonehuntc2022-02-041-1/+1
| * Introduced the SingleSequencer and a more complex Sequencerhuntc2022-02-044-27/+62
| * Small correction to timeshuntc2022-02-041-1/+1
| * Revert the use of foreverhuntc2022-02-041-7/+2
| * Update another examplehuntc2022-02-041-13/+14
| * Expose PWMhuntc2022-02-042-11/+17
| * Introduces a Sequences structhuntc2022-02-041-21/+18
| * Some more docohuntc2022-01-301-2/+2
| * Revert "Own the sequence buffer"huntc2022-01-303-32/+36
| * Own the sequence bufferhuntc2022-01-293-36/+32
| * Now permits sequences to be mutated subsequentlyhuntc2022-01-283-14/+41
| * Make the sequence a little nicer to pass aroundhuntc2022-01-283-27/+23
| * PWM WS2812B example and per sequence confighuntc2022-01-283-9/+83
* | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-2718-41/+13
|/
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-2610-20/+19
* Stop PWM before assigning the new sequencehuntc2022-01-252-2/+2
* Merge #585bors[bot]2022-01-242-19/+13
|\
| * Strengthen the borrowhuntc2022-01-242-2/+2
| * Permit many sequences to be passedhuntc2022-01-232-17/+11
* | stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-2413-13/+13
|/
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-196-12/+6
* stm32/i2c: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-3/+1
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-199-18/+9
* examples/stm32l0: cleanupDario Nieuwenhuis2022-01-194-37/+2
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-1911-11/+0