index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-nrf
/
src
/
pdm.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-2
/
+2
*
nrf/pdm: erase instance generics
Dario Nieuwenhuis
2025-09-28
1
-51
/
+56
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-17
/
+9
*
nrf: port to chiptool-based `nrf-pac`.
Dario Nieuwenhuis
2024-11-04
1
-103
/
+84
*
Adding _nrf91 feature
nerwalt
2024-07-15
1
-4
/
+4
*
fix: typo
Cyril Marpaud
2024-04-17
1
-1
/
+1
*
nrf: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
1
-22
/
+19
*
nrf: Use .is_empty() instead of .len() == 0
Priit Laes
2024-02-17
1
-1
/
+1
*
embassy-nrf: Don't break lines; make rustfmt happy
Frank Plowman
2024-02-16
1
-3
/
+1
*
embassy-nrf: Fix various typos and make style more consistent
Frank Plowman
2024-02-16
1
-20
/
+20
*
embassy-nrf: Use fully-qualified `core::mem::transmute`
Frank Plowman
2024-02-16
1
-2
/
+1
*
embassy-nrf: Fix PDM gain register value derivation
Frank Plowman
2024-02-16
1
-9
/
+9
*
Drop futures dependency in embassy-nrf
Dániel Buga
2023-10-31
1
-1
/
+1
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-2
/
+2
*
cargo fmt
Quentin Smith
2023-07-18
1
-2
/
+1
*
Update pdm driver to build with all the PACs
Quentin Smith
2023-07-18
1
-4
/
+29
*
cargo fmt
Quentin Smith
2023-07-18
1
-8
/
+18
*
Remove merge error
Quentin Smith
2023-07-18
1
-1
/
+1
*
Merge remote-tracking branch 'origin/main' into nrf-pdm
Quentin Smith
2023-07-17
1
-162
/
+285
|
\
|
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-7
/
+6
|
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-3
/
+3
|
*
nrf/pdm: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
1
-45
/
+86
|
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-1
/
+13
|
*
add support for pdm microphones in nrf driver
pbert
2022-10-13
1
-0
/
+242
*
util -> sync rename
Quentin Smith
2022-08-23
1
-1
/
+1
*
PDM clock frequency control
Quentin Smith
2022-08-21
1
-3
/
+10
*
Stop PDM sampling when future is dropped
Quentin Smith
2022-08-21
1
-13
/
+15
*
Discard the first N samples due to transients
Quentin Smith
2022-08-21
1
-3
/
+19
*
Add continuous PDM sampling with example
Quentin Smith
2022-08-20
1
-3
/
+115
*
Set gain at runtime
Quentin Smith
2022-08-20
1
-0
/
+21
*
Initial PDM driver
Quentin Smith
2022-08-20
1
-0
/
+185