| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/rcc: switch to modern api for l0, l1. | Dario Nieuwenhuis | 2023-11-05 | 8 | -108/+120 |
| * | Merge pull request #2140 from xoviat/low-power | xoviat | 2023-11-04 | 8 | -23/+71 |
| |\ | |||||
| | * | Merge branch 'main' of github.com:embassy-rs/embassy into low-power | xoviat | 2023-11-04 | 39 | -126/+272 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #2122 from bgamari/wip/low-power-docs | xoviat | 2023-11-04 | 2 | -1/+52 |
| |\ \ | |||||
| | * | | stm32: Add some documentation to `low_power` | Ben Gamari | 2023-10-30 | 2 | -1/+52 |
| * | | | Merge pull request #2138 from kalkyl/pwm-input | Dario Nieuwenhuis | 2023-11-02 | 1 | -0/+26 |
| |\ \ \ | |||||
| | * | | | 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 |
| * | | | | Merge pull request #2136 from embassy-rs/static-cell-v2 | Dario Nieuwenhuis | 2023-11-02 | 29 | -32/+37 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 29 | -32/+37 |
| |/ / / | |||||
| * | | | Merge pull request #2135 from newAM/update-ehm | Dario Nieuwenhuis | 2023-11-02 | 1 | -3/+1 |
| |\ \ \ | |||||
| | * | | | embedded-hal-mock: git -> 0.10.0-rc.1 | Alex Martens | 2023-11-01 | 1 | -3/+1 |
| |/ / / | |||||
| * | | | Merge pull request #2134 from xoviat/revert-rcc | xoviat | 2023-11-01 | 1 | -17/+6 |
| |\ \ \ | |||||
| | * | | | stm32/rcc: revert part of #2106 | xoviat | 2023-11-01 | 1 | -17/+6 |
| * | | | | Merge pull request #2099 from xoviat/rtc | xoviat | 2023-11-01 | 5 | -73/+70 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | stm32/rtc: misc. cleanup and move to bps by default | xoviat | 2023-11-01 | 5 | -73/+70 |
| |/ / / | |||||
| | | * | stm32: compute stop mode and workaround rtt test bug | xoviat | 2023-11-04 | 8 | -22/+71 |
| | |/ |/| | |||||
| * | | Merge pull request #2133 from Radiator-Labs/main | Dario Nieuwenhuis | 2023-11-01 | 2 | -5/+14 |
| |\ \ | |||||
| | * | | Fix missed field in cfg'd code | shakencodes | 2023-11-01 | 1 | -0/+1 |
| | * | | Correct adc_clock_source for all µprocs in l4l5.rs | shakencodes | 2023-11-01 | 2 | -3/+6 |
| | * | | Eliminates redefinition of AdcClockSource | shakencodes | 2023-11-01 | 1 | -27/+4 |
| | * | | Reinstate rcc::Config adc_clock_source field | shakencodes | 2023-11-01 | 1 | -3/+31 |
| |/ / | |||||
| * | | Merge pull request #2131 from adamgreig/stm32-exti-high-channels | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | stm32: Don't try handle EXTI inputs above 16 | Adam Greig | 2023-11-01 | 1 | -0/+3 |
| |/ / | |||||
| * | | Merge pull request #2132 from embassy-rs/update-nightly | Dario Nieuwenhuis | 2023-11-01 | 19 | -8/+20 |
| |\ \ | |||||
| | * | | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 19 | -8/+20 |
| * | | | Merge pull request #2130 from andresovela/time-mock-driver-fix | Dario Nieuwenhuis | 2023-10-31 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | time: fix MockDriver::now() | Andres O. Vela | 2023-10-31 | 1 | -1/+1 |
| * | | | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 44 | -43/+47 |
| |/ / | |||||
| * | | Merge pull request #2127 from bugadani/release | Dario Nieuwenhuis | 2023-10-31 | 63 | -63/+73 |
| |\ \ | |||||
| | * | | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 63 | -63/+73 |
| * | | | Merge pull request #2128 from bugadani/poll | Dario Nieuwenhuis | 2023-10-31 | 2 | -2/+1 |
| |\ \ \ | |||||
| | * | | | Drop futures dependency in embassy-nrf | Dániel Buga | 2023-10-31 | 2 | -2/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2123 from bugadani/feature | Dario Nieuwenhuis | 2023-10-31 | 8 | -8/+16 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 8 | -8/+16 |
| | |/ | |||||
| * | | Merge pull request #2124 from kalkyl/pio-stepper | Dario Nieuwenhuis | 2023-10-31 | 1 | -0/+169 |
| |\ \ | |||||
| | * | | rp: Add PIO stepper motor driver example | kalkyl | 2023-10-30 | 1 | -0/+169 |
| | |/ | |||||
| * | | Merge pull request #2120 from andresovela/time-mock-driver | Dario Nieuwenhuis | 2023-10-31 | 3 | -0/+77 |
| |\ \ | |||||
| | * | | Fix test | Andres O. Vela | 2023-10-29 | 1 | -1/+1 |
| | * | | Remove set_current_time API | Andres O. Vela | 2023-10-29 | 1 | -5/+0 |
| | * | | time: add MockDriver for testing purposes | Andres O. Vela | 2023-10-29 | 3 | -0/+82 |
| | |/ | |||||
| * | | Merge pull request #2125 from MabezDev/fix-rtc-dow | Dario Nieuwenhuis | 2023-10-30 | 1 | -14/+14 |
| |\ \ | |||||
| | * | | Fix dow range off-by-one error | Scott Mabin | 2023-10-30 | 1 | -14/+14 |
| | |/ | |||||
| * | | Merge pull request #2126 from embassy-rs/disable-stop-test | Dario Nieuwenhuis | 2023-10-30 | 1 | -0/+3 |
| |\ \ | |/ |/| | |||||
| | * | stm32/tests: disable stop test. | Dario Nieuwenhuis | 2023-10-31 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #2117 from xoviat/rtc-3 | xoviat | 2023-10-26 | 3 | -120/+173 |
| |\ | |||||
| | * | stm32/rtc: more rtc cleanup | xoviat | 2023-10-25 | 3 | -120/+173 |
