| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | rustfmt | Süha Ünüvar | 2025-08-08 | 1 | -9/+1 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | examples/stm32: fix g0 hftimer example with hsi sys_div | Markus Kasten | 2025-01-17 | 1 | -1/+3 |
| |/ | |||||
| * | examples/stm32g0: added ds18b20 temperature sensor on 1-wire bus | Daniel Trnka | 2024-12-22 | 1 | -0/+271 |
| | | |||||
| * | last oops I promise | Grant Miller | 2024-09-06 | 1 | -1/+0 |
| | | |||||
| * | Update examples | Grant Miller | 2024-09-06 | 2 | -9/+8 |
| | | |||||
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 3 | -4/+4 |
| | | |||||
| * | Merge pull request #3128 from andresv/stm32-adc-dma-v3 | Ulf Lilleengen | 2024-07-03 | 1 | -0/+44 |
| |\ | | | | | | | STM32 ADC v3 and V4 DMA support | ||||
| | * | stm32g0: add adc_dma example | Andres Vahter | 2024-07-03 | 1 | -0/+44 |
| | | | |||||
| * | | Add adc oversampling support | Chen Yuheng | 2024-06-27 | 1 | -0/+43 |
| |/ | |||||
| * | Update pwm_complementary.rs | Chen Yuheng | 2024-06-19 | 1 | -1/+0 |
| | | |||||
| * | Add PWM examples for stm32g0 | Chen Yuheng | 2024-06-19 | 3 | -0/+190 |
| | | |||||
| * | Add stm32g0 examples | Chen Yuheng | 2024-06-18 | 5 | -0/+151 |
| | | |||||
| * | stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions. | Dario Nieuwenhuis | 2024-05-31 | 1 | -1/+1 |
| | | |||||
| * | stm32g0: add i2c_async example | Felipe Balbi | 2024-05-16 | 1 | -0/+48 |
| | | | | | | This example will help those having difficulties understanding how to bind interrupts on stm32g0 devices. | ||||
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -2/+1 |
| | | |||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| | | |||||
| * | stm32/rcc: port g0 to new api. | Dario Nieuwenhuis | 2024-03-04 | 1 | -7/+8 |
| | | |||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 2 | -28/+26 |
| | | |||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -2/+2 |
| | | |||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| | | |||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | stm32: Add G0 USB example | Derek Hageman | 2024-01-05 | 1 | -0/+99 |
| | | | | | Add a USB CDC ACM example using STM32G0 USB and CRS. | ||||
| * | weird format rule | Adin Ackerman | 2024-01-02 | 1 | -15/+9 |
| | | |||||
| * | add hf timer example for g0 | Adin Ackerman | 2024-01-02 | 1 | -0/+69 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 5 | -5/+0 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 2 | -6/+6 |
| | | | | | convenience methods | ||||
| * | changed ADDR variable to addr | dev-guruprasath | 2023-07-31 | 1 | -5/+5 |
| | | |||||
