aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nrf/ppi: nrf52805 only has 10 configurable channels.Dario Nieuwenhuis2021-10-118-44/+230
* nrf: rename Cargo feature references from "51" to "nrf51".Dario Nieuwenhuis2021-10-113-14/+14
* Merge pull request #418 from embassy-rs/fix-saadcDario Nieuwenhuis2021-10-112-5/+7
|\
| * nrf/saadc: nrf52805 only has 2 channelsDario Nieuwenhuis2021-10-111-2/+7
| * nrf/saadc: nrf52820 doesn't have it.Dario Nieuwenhuis2021-10-111-3/+0
|/
* Merge pull request #417 from huntc/extend-saadcDario Nieuwenhuis2021-10-113-55/+104
|\
| * Conflates the negative and positive types as they are the same, and renames p...huntc2021-10-111-66/+26
| * Removed the NotConnected as it isn't used.huntc2021-10-111-14/+0
| * No use case understood for NotConnected, so hiding it for nowhuntc2021-10-111-2/+1
| * No need for unwraphuntc2021-10-111-2/+1
| * Need to borrow the pins for the lifetime of the config, and subsequently the ...huntc2021-10-111-5/+9
| * Extend SAADC one shot supporthuntc2021-10-093-43/+144
* | Merge pull request #410 from lulf/embassy-loraDario Nieuwenhuis2021-10-1011-1/+1742
|\ \ | |/ |/|
| * Add embassy-lora crateUlf Lilleengen2021-09-3011-1/+1742
* | Merge pull request #414 from embassy-rs/nrf-saadc-remove-traitDario Nieuwenhuis2021-10-072-21/+3
|\ \
| * | nrf/saadc: remove Sample trait.Dario Nieuwenhuis2021-10-072-21/+3
|/ /
* / Add matrix botDario Nieuwenhuis2021-10-061-0/+44
|/
* Merge pull request #380 from bgamari/stm32g0-adcDario Nieuwenhuis2021-09-295-77/+251
|\
| * stm32/adc: Add IN0 channelBen Gamari2021-09-291-0/+3
| * stm32/dac: Ensure that clock is enabledBen Gamari2021-09-291-0/+15
| * stm32/adc: Ensure that clock is enabledBen Gamari2021-09-291-0/+12
| * stm32g0: Add support for low-power runBen Gamari2021-09-281-1/+16
| * stm32g0: Add support for HSI dividerBen Gamari2021-09-281-5/+37
| * stm32/adc: Fix ADC support for STM32G0Ben Gamari2021-09-283-41/+139
| * stm32/adc: Factor out conversion logicBen Gamari2021-09-281-31/+30
|/
* Merge pull request #406 from mryndzionek/stm32f1_supportDario Nieuwenhuis2021-09-2815-20/+571
|\
| * Bump stm32-dataMariusz Ryndzionek2021-09-281-0/+0
| * Changing the casts (code review request)Mariusz Ryndzionek2021-09-282-8/+6
| * Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)Mariusz Ryndzionek2021-09-2814-20/+573
|/
* Merge pull request #407 from theunkn0wn1/fix/into_afDario Nieuwenhuis2021-09-281-5/+6
|\
| * Patch additional regressionsJoshua Salzedo2021-09-271-2/+2
| * set moder::ALTERNATE last when configuring pins to AF modes.Joshua Salzedo2021-09-271-3/+4
|/
* Merge pull request #405 from theunkn0wn1/feature/crc_halDario Nieuwenhuis2021-09-275-0/+238
|\
| * Pub use version-specific CRC symbols, not just the CRC struct.Joshua Salzedo2021-09-271-1/+1
| * Cargo fmtJoshua Salzedo2021-09-272-6/+4
| * Fix variable names in crc_v2/v3.Joshua Salzedo2021-09-272-21/+15
| * Use unborrow for CRC constructorJoshua Salzedo2021-09-273-18/+26
| * cargo fmtJoshua Salzedo2021-09-262-19/+17
| * Fix v2/3 module pathsJoshua Salzedo2021-09-261-6/+3
| * V3 is just an extension of V2, merge modules.Joshua Salzedo2021-09-262-39/+106
| * Merge all of the crc_v2 configurations into a single modify callJoshua Salzedo2021-09-261-40/+36
| * Flesh out v2 config writesJoshua Salzedo2021-09-261-2/+28
| * Start work towards CRC_V2Joshua Salzedo2021-09-262-3/+92
| * Expose read so the value can be obtained without a write.Joshua Salzedo2021-09-261-5/+6
| * Actually export CRCJoshua Salzedo2021-09-261-0/+2
| * Fix interface changesJoshua Salzedo2021-09-262-3/+3
| * Update stm32-dataJoshua Salzedo2021-09-261-0/+0
| * First pass at CRC_V1Joshua Salzedo2021-09-265-10/+45
| * Start work on CRC_v1Joshua Salzedo2021-09-265-0/+27
|/
* Merge pull request #403 from mryndzionek/af_typeDario Nieuwenhuis2021-09-247-25/+47
|\