| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -48/+0 |
| | | |||||
| * | fix: ensure spi irq is disabled when dropped | Ulf Lilleengen | 2023-08-10 | 1 | -0/+3 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -11/+11 |
| | | |||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 33 | -52/+52 |
| | | | | | 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 | 36 | -2645/+6329 |
| |\ | |||||
| | * | Merge pull request #1600 from ilikepi63/main | Dario Nieuwenhuis | 2023-07-05 | 7 | -45/+54 |
| | |\ | | | | | | | | | | feature(1354): Added lifetimes to Event + Tasks | ||||
| | | * | Update embassy-nrf/src/ppi/mod.rs | Cameron Harris | 2023-07-05 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: Dario Nieuwenhuis <[email protected]> | ||||
| | | * | Update embassy-nrf/src/ppi/ppi.rs | Cameron Harris | 2023-07-05 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: Dario Nieuwenhuis <[email protected]> | ||||
| | | * | Update embassy-nrf/src/ppi/ppi.rs | Cameron Harris | 2023-07-05 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: Dario Nieuwenhuis <[email protected]> | ||||
| | | * | Update embassy-nrf/src/ppi/mod.rs | Cameron Harris | 2023-07-05 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: Dario Nieuwenhuis <[email protected]> | ||||
| | | * | Removed unnecessary lifetime naming | Cameron | 2023-07-05 | 4 | -23/+23 |
| | | | | |||||
| | | * | Removed unnecessary space | Cameron | 2023-07-05 | 1 | -1/+0 |
| | | | | |||||
| | | * | Removed unnecessary changes | Cameron | 2023-07-05 | 1 | -3/+2 |
| | | | | |||||
| | | * | Fixed Lifetimes in Events & Tasks | Cameron | 2023-07-05 | 3 | -10/+10 |
| | | | | |||||
| | | * | Formatting stuff | Cameron | 2023-06-30 | 1 | -2/+2 |
| | | | | |||||
| | | * | Adjusted build issue | Cameron | 2023-06-30 | 1 | -2/+2 |
| | | | | |||||
| | | * | Attempt to fix certain borrowing rule issues | Cameron | 2023-06-30 | 2 | -2/+6 |
| | | | | |||||
| | | * | Build failures | Cameron | 2023-06-30 | 1 | -1/+1 |
| | | | | |||||
| | | * | Build failures | Cameron | 2023-06-30 | 1 | -2/+2 |
| | | | | |||||
| | | * | Build failures | Cameron | 2023-06-30 | 1 | -1/+1 |
| | | | | |||||
| | | * | Lifetimes in dppi | Cameron | 2023-06-29 | 1 | -2/+2 |
| | | | | |||||
| | | * | Lifetime groups | Cameron | 2023-06-29 | 1 | -2/+2 |
| | | | | |||||
| | | * | feature(1354): Added lifetimes to Event + | Cameron | 2023-06-29 | 2 | -13/+20 |
| | | | | |||||
| | * | | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -16/+4 |
| | | | | |||||
| | * | | Add lifetimes to the functions | Dion Dokter | 2023-07-04 | 1 | -2/+2 |
| | |/ | |||||
| | * | PR Fixes | Cameron | 2023-06-29 | 1 | -6/+6 |
| | | | |||||
| | * | Fixed Pointer Updates | Cameron | 2023-06-29 | 1 | -6/+6 |
| | | | |||||
| | * | feature(1355): Add trigger to task, triggered + clear to Event | Cameron | 2023-06-29 | 1 | -0/+15 |
| | | | |||||
| | * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -3/+3 |
| | | | |||||
| | * | embassy-nrf: Idle detection for RX only uarte | Timo Kröger | 2023-06-13 | 1 | -44/+51 |
| | | | | | | | | | | | Introduce `with_idle()` to upgrade an `UarteRx` instance to `UarteRxWithIdle`. Use the method in the split constructor aswell. | ||||
| | * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 11 | -11/+11 |
| | | | |||||
| | * | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+0 |
| | | | | | | | | | Closes #1547 | ||||
| | * | Add `rt` feature to HALs, cfg out interrupt handling when not set. | Dario Nieuwenhuis | 2023-06-08 | 2 | -0/+4 |
| | | | |||||
| | * | Reexport NVIC_PRIO_BITS at HAL root. | Dario Nieuwenhuis | 2023-06-08 | 4 | -2/+9 |
| | | | | | | | | | This allows using RTIC with `#[rtic::app(device = embassy_nrf, ...)]` | ||||
| | * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 30 | -511/+460 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | 18 | -88/+79 |
| | | | |||||
| | * | ci: fix nrf, rp tests. | Dario Nieuwenhuis | 2023-05-29 | 2 | -3/+23 |
| | | | |||||
| | * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 1 | -1/+1 |
| | | | |||||
| | * | nrf/timer: use low power counter mode. | Dario Nieuwenhuis | 2023-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | The regular one permanently requests HFCLK, while the low power one only does so while counting, for 1 clock cycle. The regular mode is "deprecated" too. | ||||
| | * | Disable ppi group first to avoid BufferedUarte not getting dropped properly | Linus Harberg | 2023-05-26 | 1 | -0/+2 |
| | | | |||||
| | * | nrf/uarte: fix deref warning, fix errata not being applied on nrf53. | Dario Nieuwenhuis | 2023-05-19 | 1 | -6/+4 |
| | | | |||||
| | * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| | | | |||||
| | * | Remove unused `feature(type_alias_impl_trait)`. | Dario Nieuwenhuis | 2023-05-14 | 1 | -4/+1 |
| | | | |||||
| | * | Fix some typos | Dirk Stolle | 2023-05-08 | 3 | -9/+9 |
| | | | |||||
| | * | Add support for setting up the nRFs internal DCDCs | Emil Fresk | 2023-04-26 | 1 | -0/+80 |
| | | | |||||
| | * | Remove the _todo_embedded_hal_serial impls. EH will probably not have these ↵ | Dario Nieuwenhuis | 2023-04-15 | 1 | -77/+0 |
| | | | | | | | | | serial traits. | ||||
