| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2142 from adamgreig/stm32g4-opamp | xoviat | 2023-11-06 | 1 | -1/+1 |
| |\ | |||||
| | * | stm32: support internal output on g4 opamps | Adam Greig | 2023-11-05 | 1 | -1/+1 |
| * | | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 16 | -43/+38 |
| * | | Add raw USB example using control transfers | Adam Greig | 2023-11-05 | 1 | -0/+201 |
| |/ | |||||
| * | stm32/rcc: switch to modern api for l0, l1. | Dario Nieuwenhuis | 2023-11-05 | 5 | -5/+5 |
| * | Cleanup | kalkyl | 2023-11-03 | 1 | -2/+2 |
| * | rp: Add PWM input example | kalkyl | 2023-11-03 | 1 | -0/+26 |
| * | Merge pull request #2137 from kalkyl/pio-rotary-encoder | Dario Nieuwenhuis | 2023-11-02 | 1 | -0/+81 |
| |\ | |||||
| | * | Cleanup | kalkyl | 2023-11-02 | 1 | -12/+2 |
| | * | rp: Add PIO rotary encoder example | kalkyl | 2023-11-02 | 1 | -0/+91 |
| * | | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 17 | -16/+20 |
| |/ | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 7 | -3/+7 |
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 35 | -35/+35 |
| * | Merge pull request #2127 from bugadani/release | Dario Nieuwenhuis | 2023-10-31 | 39 | -39/+39 |
| |\ | |||||
| | * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 39 | -39/+39 |
| * | | Merge pull request #2123 from bugadani/feature | Dario Nieuwenhuis | 2023-10-31 | 1 | -1/+2 |
| |\| | |||||
| | * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 |
| * | | rp: Add PIO stepper motor driver example | kalkyl | 2023-10-30 | 1 | -0/+169 |
| |/ | |||||
| * | stm32/rcc: misc cleanups. | Dario Nieuwenhuis | 2023-10-23 | 15 | -43/+46 |
| * | stm32/rcc: merge wb into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 5 | -8/+58 |
| * | stm32/rcc: merge wl into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 4 | -36/+72 |
| * | stm32: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 13 | -14/+14 |
| * | Merge branch 'master' into center-align | Dion Dokter | 2023-10-20 | 219 | -695/+1091 |
| |\ | |||||
| | * | Merge pull request #2091 from embassy-rs/comment-memory-x | Ulf Lilleengen | 2023-10-19 | 2 | -2/+12 |
| | |\ | |||||
| | | * | docs: add linker script comments | Ulf Lilleengen | 2023-10-19 | 2 | -2/+12 |
| | * | | stm32/rcc: refactor and unify f4 into f7. | Dario Nieuwenhuis | 2023-10-18 | 5 | -16/+81 |
| | * | | stm32/rcc: refactor f7. | Dario Nieuwenhuis | 2023-10-18 | 4 | -13/+61 |
| | * | | stm32: update metapac | xoviat | 2023-10-17 | 8 | -12/+12 |
| | * | | fix clocks in stm32wl rng example. | Dario Nieuwenhuis | 2023-10-17 | 1 | -5/+4 |
| | |/ | |||||
| | * | Merge pull request #2077 from xoviat/rcc | xoviat | 2023-10-17 | 4 | -4/+4 |
| | |\ | |||||
| | | * | stm32: update metapac | xoviat | 2023-10-16 | 4 | -4/+4 |
| | * | | Merge pull request #2075 from CBJamo/rosc_example | Dario Nieuwenhuis | 2023-10-16 | 1 | -0/+32 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Add example to show useage of rp2040 rosc | Caleb Jamison | 2023-10-16 | 1 | -0/+32 |
| | * | | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 12 | -12/+12 |
| | |/ | |||||
| | * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 35 | -35/+35 |
| | * | stm32/rcc: unify L4 and L5. | Dario Nieuwenhuis | 2023-10-16 | 4 | -14/+45 |
| | * | stm32/rcc: add better support for L4/L4+ differences. | Dario Nieuwenhuis | 2023-10-16 | 5 | -5/+5 |
| | * | stm32: expand rcc mux to g4 and h7 | xoviat | 2023-10-14 | 1 | -1/+1 |
| | * | stm32/rcc: port L4 to the "flattened" API like h5/h7. | Dario Nieuwenhuis | 2023-10-15 | 4 | -31/+47 |
| | * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 147 | -394/+393 |
| | * | Merge pull request #2055 from kalkyl/usb-midi | Dario Nieuwenhuis | 2023-10-14 | 1 | -0/+110 |
| | |\ | |||||
| | | * | embassy-usb: Add MIDI class | kalkyl | 2023-10-14 | 1 | -0/+110 |
| | * | | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 35 | -35/+35 |
| | * | | Merge pull request #2035 from pbert519/stm_reset_and_enable | Dario Nieuwenhuis | 2023-10-12 | 3 | -6/+5 |
| | |\ \ | | |/ | |/| | |||||
| | | * | enable clock first | pbert | 2023-10-12 | 3 | -5/+5 |
| | | * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 3 | -6/+5 |
| | * | | Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2c | Ulf Lilleengen | 2023-10-12 | 3 | -21/+6 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Remove more unused stuff | Andres Oliva | 2023-10-11 | 3 | -3/+0 |
| | | * | stm32: add timeout to I2C driver | Andres Oliva | 2023-10-10 | 3 | -18/+6 |
| | * | | net: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-10-12 | 1 | -2/+2 |
