| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 1 | -1/+1 |
| | | | | | add common low-level interface for adc | ||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -5/+5 |
| | | |||||
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 1 | -4/+4 |
| | | |||||
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -1/+1 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | stm32/adc: cleanup f1, f3, v1, and v2 | xoviat | 2023-09-27 | 1 | -3/+3 |
| | | |||||
| * | Improve examples | Grant Miller | 2022-10-24 | 1 | -4/+8 |
| | | |||||
| * | stm32/adc: Remove voltage and temperature conversions | Grant Miller | 2022-10-24 | 1 | -3/+24 |
| | | |||||
| * | Fix adc_v4 compilation | chemicstry | 2022-10-07 | 1 | -1/+1 |
| | | |||||
| * | Fix internal channel reading on adc_v2 | chemicstry | 2022-10-07 | 1 | -3/+22 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -2/+2 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+2 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -3/+3 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+1 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -3/+3 |
| | | |||||
| * | stm32f4: add adc + example | Frederik | 2022-02-10 | 1 | -0/+26 |
| Example tested on stm32f407vg Discovery Board. minimal adc: no vref, dma, complex sequence | |||||
