| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -1/+1 |
| | | |||||
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -6/+1 |
| | | | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information | ||||
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -2/+1 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 1 | -6/+8 |
| | | | | | add common low-level interface for adc | ||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 2 | -5/+3 |
| | | |||||
| * | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 1 | -2/+2 |
| | | |||||
| * | Correct the temperature reading to preserve the sign bits | Michael Turner | 2025-11-02 | 1 | -1/+1 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 6 | -9/+9 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Cleanup | Per Rosengren | 2025-09-16 | 1 | -11/+0 |
| | | |||||
| * | Re-export API enums and update examples | Per Rosengren | 2025-09-16 | 1 | -3/+3 |
| | | |||||
| * | Add Adc::new_with_clock() to configure analog clock | Per Rosengren | 2025-08-30 | 3 | -6/+6 |
| | | | | | | | | Required on STM32WL with default HAL initialization. The function is only available for adc_g0, but all that have clock config should add implementations. | ||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -2/+2 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -6/+6 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | | | | examples/tests. | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: update metapac and prepare embassy-stm32 0.3.0 | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | |||||
| * | rustfmt | Süha Ünüvar | 2025-08-08 | 1 | -9/+1 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+0 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | fix examples | Süha Ünüvar | 2025-06-27 | 1 | -1/+1 |
| | | |||||
| * | stm32: adapt examples to timer API changes | melvdl | 2025-06-27 | 4 | -9/+9 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -3/+3 |
| | | |||||
| * | Merge pull request #3965 from toon23/stm32_usart-pin_config | Dario Nieuwenhuis | 2025-04-18 | 1 | -5/+8 |
| |\ | | | | | | | Stm32 usart: implement pin config for cts, tx, rts and de | ||||
| | * | Stm32 usart: better names for open drain pin modes | Anton Pöhl | 2025-04-16 | 1 | -2/+2 |
| | | | |||||
| | * | Stm32 usart: remove HalfDuplexConfig | Anton Pöhl | 2025-04-11 | 1 | -5/+8 |
| | | | | | | | | | The pin parameters of usart::Config are used instead. | ||||
| * | | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -1/+1 |
| |/ | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 3 | -5/+5 |
| | | |||||
| * | Merge pull request #3880 from nikvoid/stm32-rtc-subsecond | Dario Nieuwenhuis | 2025-02-16 | 1 | -1/+1 |
| |\ | | | | | | | STM32: RTC subsecond support | ||||
| | * | stm32: read microsecond from RTC | nikvoid | 2025-02-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3781 from markus-k/stm32g0-hsisysdiv | Dario Nieuwenhuis | 2025-01-17 | 1 | -1/+3 |
| |\ \ | | | | | | | | | | stm32/rcc: add HSISYS support for g0 | ||||
| | * | | examples/stm32: fix g0 hftimer example with hsi sys_div | Markus Kasten | 2025-01-17 | 1 | -1/+3 |
| | | | | |||||
| * | | | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | |/ |/| | | | | | Prepare version 0.6.2 for release | ||||
| * | | Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. | Dario Nieuwenhuis | 2025-01-15 | 1 | -1/+1 |
| |/ | |||||
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3679 from trnila/1wire | Dario Nieuwenhuis | 2024-12-31 | 1 | -0/+271 |
| |\ | | | | | stm32/usart: configurable readback for half-duplex to support 1-wire + ds18b20 example | ||||
| | * | examples/stm32g0: added ds18b20 temperature sensor on 1-wire bus | Daniel Trnka | 2024-12-22 | 1 | -0/+271 |
| | | | |||||
| * | | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| |/ | |||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 |
| | | |||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3317 from GrantM11235/simplepwmchannel | Ulf Lilleengen | 2024-10-23 | 2 | -10/+8 |
| |\ | | | | | | | embassy-stm32: Add SimplePwmChannel | ||||
| | * | last oops I promise | Grant Miller | 2024-09-06 | 1 | -1/+0 |
| | | | |||||
| | * | Update examples | Grant Miller | 2024-09-06 | 2 | -9/+8 |
| | | | |||||
| * | | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| |/ | |||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
