| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #2200 from barnabywalters/asynci2cv1 | Dario Nieuwenhuis | 2023-11-24 | 10 | -8/+213 | |
| |\ | | | | | | | Implemented async I2C for v1 | |||||
| | * | stm32/i2c: implement async i2c v1. | Barnaby Walters | 2023-11-24 | 2 | -0/+197 | |
| | | | ||||||
| | * | stm32/i2c: add async, dual interrupt scaffolding. | Dario Nieuwenhuis | 2023-11-24 | 8 | -8/+16 | |
| | | | ||||||
| * | | executor: Remove non-functional rtos-trace-interrupt. | Dario Nieuwenhuis | 2023-11-24 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #2198 from adamgreig/stm32-opamp | Dario Nieuwenhuis | 2023-11-20 | 1 | -1/+1 | |
| |\ | | | | | | | STM32: Don't enable opamps in new(), wait until configured | |||||
| | * | STM32 opamp: use impl Peripheral instead of directly taking pins | Adam Greig | 2023-11-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add docs, touch all linker fragments | James Munns | 2023-11-19 | 3 | -2/+38 | |
| | | | ||||||
| * | | Update RP2040 memory.x | James Munns | 2023-11-19 | 1 | -2/+2 | |
| |/ | | | The RP2040 has 264KiB of memory, not 256KiB. | |||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 35 | -35/+35 | |
| | | ||||||
| * | stm32/rcc: unify f2 into f4/f7. | Dario Nieuwenhuis | 2023-11-13 | 1 | -26/+29 | |
| | | ||||||
| * | stm32/rcc: fix pll enum naming on f4, f7. | Dario Nieuwenhuis | 2023-11-13 | 8 | -14/+14 | |
| | | ||||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 18 | -32/+32 | |
| | | ||||||
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 21 | -25/+24 | |
| | | ||||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 20 | -10/+21 | |
| | | ||||||
| * | rp: Remove control handler from USB raw bulk example | kalkyl | 2023-11-07 | 1 | -9/+1 | |
| | | ||||||
| * | Merge pull request #2158 from kalkyl/usb-bulk | Dario Nieuwenhuis | 2023-11-07 | 1 | -0/+150 | |
| |\ | | | | | | | rp: Add USB raw bulk example | |||||
| | * | fmt | kalkyl | 2023-11-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use driver reexport | kalkyl | 2023-11-07 | 2 | -2/+1 | |
| | | | ||||||
| | * | rp: Add USB raw bulk example | kalkyl | 2023-11-07 | 2 | -0/+151 | |
| | | | ||||||
| * | | Merge pull request #2157 from kalkyl/usb-raw | Dario Nieuwenhuis | 2023-11-07 | 7 | -4/+207 | |
| |\| | | | | | | | rp: Add USB raw example + msos-descriptor to examples and usb-logger | |||||
| | * | Add docs | kalkyl | 2023-11-07 | 1 | -2/+46 | |
| | | | ||||||
| | * | Update pio-uart example | kalkyl | 2023-11-07 | 1 | -0/+1 | |
| | | | ||||||
| | * | Add comments | kalkyl | 2023-11-07 | 1 | -0/+6 | |
| | | | ||||||
| | * | rp: Add USB raw example + msos descriptor to examples and usb-logger | kalkyl | 2023-11-07 | 6 | -4/+156 | |
| | | | ||||||
| * | | Update stm32 usb_raw example to use MSOS descriptors for WinUSB | Adam Greig | 2023-11-07 | 4 | -1/+24 | |
| |/ | ||||||
| * | Merge pull request #2142 from adamgreig/stm32g4-opamp | xoviat | 2023-11-06 | 1 | -1/+1 | |
| |\ | | | | | | | stm32: support internal output on g4 opamps | |||||
| | * | 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 | |
| |\ | | | | | | | rp: Add PIO rotary encoder example | |||||
| | * | 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 | |||||
| | * | 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 | |||||
| | * | 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 | |||||
| | | * | docs: add linker script comments | Ulf Lilleengen | 2023-10-19 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | Existing comment were outdated. Provide an example configuration for using the softdevice with the nRF52 examples. | |||||
