| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | adc: type-erase regs instance | xoviat | 2025-12-06 | 1 | -47/+44 |
| | | |||||
| * | adc: move enable after configure_sequence | xoviat | 2025-11-15 | 1 | -1/+15 |
| | | |||||
| * | Merge pull request #4878 from Dectron-AB/adc-ch-fixes | xoviat | 2025-11-14 | 1 | -2/+20 |
| |\ | | | | | | | Correcting channel numbers for internal voltage measurements etc. | ||||
| | * | undoing channel split | Daniel Nilsson | 2025-11-14 | 1 | -104/+50 |
| | | | |||||
| | * | misspelled todo macro | Daniel Nilsson | 2025-11-14 | 1 | -1/+1 |
| | | | |||||
| | * | fix whitespace issues | Daniel Nilsson | 2025-11-14 | 1 | -1/+1 |
| | | | |||||
| | * | adding support for stm32l4 | Daniel Nilsson | 2025-11-14 | 1 | -9/+23 |
| | | | |||||
| | * | import spelling error fix | Daniel Nilsson | 2025-11-14 | 1 | -1/+1 |
| | | | |||||
| | * | whitespace fix.. | Daniel Nilsson | 2025-11-14 | 1 | -2/+1 |
| | | | |||||
| | * | walking around ci unreachable code warning | Daniel Nilsson | 2025-11-14 | 1 | -2/+8 |
| | | | |||||
| | * | walking around stm32wb differences | Daniel Nilsson | 2025-11-14 | 1 | -10/+19 |
| | | | |||||
| | * | ci fix: whitespace removal | Daniel Nilsson | 2025-11-14 | 1 | -2/+0 |
| | | | |||||
| | * | indention fix | Daniel Nilsson | 2025-11-14 | 1 | -2/+2 |
| | | | |||||
| | * | fixing one more failed rust fmt ci | Daniel Nilsson | 2025-11-14 | 1 | -2/+2 |
| | | | |||||
| | * | fixing failed rust fmt ci | Daniel Nilsson | 2025-11-14 | 1 | -3/+3 |
| | | | |||||
| | * | splitting up ADC1/2 implementations on Adc to ensure relevant methods are ↵ | Daniel Nilsson | 2025-11-14 | 1 | -50/+78 |
| | | | | | | | | | only visible on the ADC block where they are supported | ||||
| | * | correcting channel on interval Vbat, adding Vbat resistor disable to ↵ | Daniel Nilsson | 2025-11-14 | 1 | -2/+20 |
| | | | | | | | | | preserve current when not sampling. | ||||
| * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into adc | xoviat | 2025-11-13 | 1 | -16/+2 |
| |\| | |||||
| | * | remove allow dead_code | xoviat | 2025-11-13 | 1 | -0/+1 |
| | | | |||||
| | * | extract averaging enum | xoviat | 2025-11-13 | 1 | -16/+1 |
| | | | |||||
| * | | fix async adc for h5 and others | xoviat | 2025-11-13 | 1 | -27/+20 |
| |/ | | | | closes #4882. | ||||
| * | stm32: extract adc4 | xoviat | 2025-11-12 | 1 | -148/+154 |
| | | | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4 | ||||
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 1 | -488/+250 |
| | | | | | add common low-level interface for adc | ||||
| * | adc: seal special channels | xoviat | 2025-11-11 | 1 | -12/+12 |
| | | |||||
| * | adc: consolidate functions | xoviat | 2025-11-10 | 1 | -1/+1 |
| | | |||||
| * | adc: use common vref scheme | xoviat | 2025-11-10 | 1 | -52/+49 |
| | | |||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -26/+10 |
| | | |||||
| * | stm32/low-power: cleanup and improve | xoviat | 2025-11-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' into adc | xoviat | 2025-11-03 | 1 | -0/+3 |
| |\ | |||||
| | * | stm32wlex: low-power for adc | liebman | 2025-11-03 | 1 | -0/+3 |
| | | | |||||
| * | | stm32/adc: reorder and unify | xoviat | 2025-11-03 | 1 | -0/+32 |
| | | | |||||
| * | | unify ringbuffered versions | xoviat | 2025-11-03 | 1 | -2/+2 |
| |/ | |||||
| * | stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_buffered | maor malka | 2025-10-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-10-07 | 1 | -2/+2 |
| |\ | |||||
| | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | | |||||
| * | | stm32/adc/v3: merged newer adc_g0 configuration method to intoRingBuffered | maor malka | 2025-10-07 | 1 | -42/+67 |
| | | | |||||
| * | | stm32/adc/v3: syntax errors :( | maor malka | 2025-10-06 | 1 | -3/+3 |
| | | | |||||
| * | | stm32/adc/v3: | maor malka | 2025-10-06 | 1 | -3/+8 |
| | | | | | | | | | | | * spelling mistakes fixed * added required changes to ringbufferedadc to support G0 | ||||
| * | | Merge remote-tracking branch 'upstream/main' | maor malka | 2025-09-23 | 1 | -48/+176 |
| |\| | |||||
| | * | Merge remote-tracking branch 'upstream/main' into adc_v3-enums | Per Rosengren | 2025-09-16 | 1 | -0/+2 |
| | |\ | |||||
| | | * | derive Debug and Format for Averaging | dimi | 2025-09-15 | 1 | -0/+2 |
| | | | | |||||
| | * | | Re-export API enums and update examples | Per Rosengren | 2025-09-16 | 1 | -1/+3 |
| | | | | |||||
| | * | | rustfmt | Per Rosengren | 2025-09-16 | 1 | -3/+2 |
| | | | | |||||
| | * | | ADC v3: Migrate to stm32-data g0 with enums | Per Rosengren | 2025-09-16 | 1 | -69/+110 |
| | |/ | | | | | | | Also allow separate sample times in read() | ||||
| | * | Add Adc::new_with_clock() to configure analog clock | Per Rosengren | 2025-08-30 | 1 | -1/+86 |
| | | | | | | | | | | | | | | | Required on STM32WL with default HAL initialization. The function is only available for adc_g0, but all that have clock config should add implementations. | ||||
| * | | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-08-29 | 1 | -3/+4 |
| |\| | |||||
| | * | stm32/adc/v3: allow DMA reads to loop through enabled channels | Gabriel Smith | 2025-08-22 | 1 | -3/+4 |
| | | | | | | | | | | | Tested on an STM32H533RE. Documentation of other chips has been reviewed, but not extensively. | ||||
| * | | stm32/adc/v3: moved ringbuffered to seperate file | maor malka | 2025-08-26 | 1 | -174/+8 |
| | | | |||||
| * | | stm32/adc/v3: build formatting fixes | maor malka | 2025-08-24 | 1 | -1/+1 |
| | | | |||||
| * | | stm32/adc/v3: updated changelog and cfg fence for DMA methods | maor malka | 2025-08-24 | 1 | -1/+3 |
| | | | |||||
