aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/saadc.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: add nRF54LM20A supportHaobo Gu2025-12-081-0/+1
* fix: update saadc after API changesUlf Lilleengen2025-11-261-5/+5
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-7/+240
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
* fixup: documentation more preciseMichael Kefeder2025-09-291-1/+1
* Reset SAADC in Drop impl for nrf52, workaround for anomaly 241.Michael Kefeder2025-09-291-0/+13
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-34/+39
* clean the SAADC's register while droppingdrindr2025-03-231-0/+4
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-132/+115
* nrf, doc: Don't refer to `Default` impl of `saadc::ChannelConfig`Frank Plowman2024-08-091-1/+2
* saddc regression fixnerwalt2024-07-151-1/+1
* Adding _nrf91 featurenerwalt2024-07-151-2/+2
* Adding support for 9120nerwalt2024-06-281-2/+2
* nrf: remove mod sealed.Dario Nieuwenhuis2024-04-051-10/+6
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-2/+2
* Adjusted build issueCameron2023-06-301-2/+2
* Attempt to fix certain borrowing rule issuesCameron2023-06-301-1/+3
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-5/+5
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-3/+3
* common/peripheral: do not require mut in PeripheralRef clone_unchecked.Dario Nieuwenhuis2023-04-111-1/+1
* nrf/saadc: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-28/+34
* nrf: docs.Dario Nieuwenhuis2023-02-011-21/+35
* Stop sampling when exiting the Saadc methodshuntc2023-01-181-3/+9
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-1/+1
* Avoid context switch and wait for stophuntc2022-08-311-47/+2
* Permits the future to be cancelledhuntc2022-08-301-2/+31
* Additional docohuntc2022-08-301-0/+2
* Ensure that the sampling is stoppedhuntc2022-08-261-0/+43
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
* nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis2022-07-231-71/+63
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-14/+14
* Rename unsafe_impl_unborrow to impl_unborrowDario Nieuwenhuis2022-07-231-9/+4
* WIP: Make unborrow safe to useGrant Miller2022-07-231-13/+3
* nrf/saadc: add type-erased AnyInput.Dario Nieuwenhuis2022-07-211-1/+26
* Run rustfmt.Dario Nieuwenhuis2022-06-121-47/+19
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-2/+2
* Add saadc::VddhDiv5Inputalexmoon2022-04-081-0/+23
* Simplifies the API by taking in the TIMER and PPI channelshuntc2022-03-071-39/+53
* Improve nRF Saadc samplinghuntc2022-03-071-7/+76
* Some documentation corrections and expansionhuntc2021-11-221-1/+1
* nrf: saadc do not reexport pac enumsJacob Rosenthal2021-11-201-10/+188
* nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-261-2/+2
* nrf: saadc dummy pin for vdd samplingJacob Rosenthal2021-10-241-0/+23
* Formattinghuntc2021-10-181-3/+1
* Optimises the buffer passing for nRF SAADChuntc2021-10-181-1/+1
* Comments correctedhuntc2021-10-181-5/+4
* Renamed sample rate to what it actually ishuntc2021-10-181-4/+4
* Remove unneeded stophuntc2021-10-181-1/+0
* Ensure the compiler doesn't reorder things before calling the samplerhuntc2021-10-181-0/+2