| Commit message (Collapse) | 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 |
| | | | | | Combining _nrf9160 and _nrf9120 in many places to reduce cfgs | ||||
| * | 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 |
| | | | | | Co-authored-by: Sol Harter <[email protected]> | ||||
| * | 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 ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+2 |
| | | | | | internal use only. (#1700) | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`. - Reexport the PAC interrupt enum in `embassy_xx::interrupt`. This has a few advantages: - The `embassy_xx::interrupt` module is now more "standard". - It works with `cortex-m` functions for manipulating interrupts, for example. - It works with RTIC. - the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs. - When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`. | ||||
| | * | 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 ↵ | Dario Nieuwenhuis | 2023-03-06 | 1 | -45/+86 |
| | | | | | | | | | interrupt binding. | ||||
| | * | 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 |
