| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+2 |
| * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -3/+3 |
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 |
| * | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+0 |
| * | Reexport NVIC_PRIO_BITS at HAL root. | Dario Nieuwenhuis | 2023-06-08 | 1 | -2/+3 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -19/+12 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -1/+1 |
| * | 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 |
| * | Add support for setting up the nRFs internal DCDCs | Emil Fresk | 2023-04-26 | 1 | -0/+80 |
| * | nrf/uicr: only check lowest bit. | Dario Nieuwenhuis | 2023-03-07 | 1 | -13/+9 |
| * | nrf/interrupt: do not reexport `take!` macro. | Dario Nieuwenhuis | 2023-03-06 | 1 | -1/+1 |
| * | nrf/rng: make available on all chips, use Instance trait, switch to new inter... | Dario Nieuwenhuis | 2023-03-06 | 1 | -1/+1 |
| * | nrf/qdec: make available on all chips, use Instance trait, switch to new inte... | Dario Nieuwenhuis | 2023-03-06 | 1 | -1/+1 |
| * | nrf/pdm: make available on all chips, use Instance trait, switch to new inter... | Dario Nieuwenhuis | 2023-03-06 | 1 | -0/+2 |
| * | nrf: add new interrupt binding traits and macro. | Dario Nieuwenhuis | 2023-03-06 | 1 | -4/+29 |
| * | Merge pull request #1232 from embassy-rs/nrf-qspi-fixes | Dario Nieuwenhuis | 2023-03-05 | 1 | -1/+1 |
| |\ |
|
| | * | nrf/qspi: add nrf53 support. | Dario Nieuwenhuis | 2023-03-05 | 1 | -1/+1 |
| * | | nrf/buffered_uarte: make available on stable. | Dario Nieuwenhuis | 2023-03-04 | 1 | -1/+0 |
| |/ |
|
| * | nrf: warn if uicr configuration could not be written. | Dario Nieuwenhuis | 2023-02-20 | 1 | -13/+65 |
| * | nrf: add support for UICR configuration. | Dario Nieuwenhuis | 2023-02-20 | 1 | -0/+156 |
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 1 | -44/+2 |
| * | Merge branch 'master' into nrf91/53-nvmc | Dion Dokter | 2022-12-09 | 1 | -1/+16 |
| |\ |
|
| | * | Merge #1049 | bors[bot] | 2022-12-09 | 1 | -0/+2 |
| | |\ |
|
| | | * | Interrupts, async, sine oscillator | Christian Perez Llamas | 2022-11-12 | 1 | -1/+1 |
| | | * | Cargo fmt | Roman Valls Guimera | 2022-11-11 | 1 | -5/+1 |
| | | * | Restrict to pacs supporting i2s | Christian Perez Llamas | 2022-11-10 | 1 | -1/+5 |
| | | * | Draft: Initial support for I2S with a working example. | Christian Perez Llamas | 2022-11-09 | 1 | -0/+2 |
| | * | | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -1/+5 |
| | * | | Merge #1056 | bors[bot] | 2022-11-22 | 1 | -0/+1 |
| | |\ \ |
|
| | | * | | config write, docs, add address_match_index | Henrik Alsér | 2022-11-22 | 1 | -6/+0 |
| | | * | | embassy-nrf: Add TWIS module | kalkyl | 2022-11-13 | 1 | -0/+7 |
| | | |/ |
|
| | * | | Merge #1042 | bors[bot] | 2022-11-22 | 1 | -0/+1 |
| | |\ \ |
|
| | | * | | Remove nrf9160 UARTE fix | Henrik Alsér | 2022-11-22 | 1 | -7/+0 |
| | | * | | Feature gate UARTE disable | Henrik Alsér | 2022-11-13 | 1 | -0/+1 |
| | | * | | Disable UARTE in embassy-nrf::init | Henrik Alsér | 2022-11-13 | 1 | -0/+6 |
| | | * | | embassy-nrf: Add SPIS module | Henrik Alsér | 2022-11-05 | 1 | -0/+1 |
| | | |/ |
|
| | * / | embassy-nrf: Default disable UARTE (nrf9160) | Henrik Alsér | 2022-11-22 | 1 | -0/+7 |
| | |/ |
|
| * / | Adapted nvmc so it can be used for all nrf targets | Dion Dokter | 2022-11-10 | 1 | -1/+0 |
| |/ |
|
| * | add support for pdm microphones in nrf driver | pbert | 2022-10-13 | 1 | -0/+8 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -1/+1 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -1/+1 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -1/+1 |
| * | Add more API docs for embassy-cortex-m and embassy-nrf | Ulf Lilleengen | 2022-06-23 | 1 | -2/+28 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -6/+3 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -11/+11 |
| * | Merge branch 'embassy-rs:master' into qdec | Henrik Alsér | 2022-05-07 | 1 | -0/+1 |
| |\ |
|
| | * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -0/+1 |
| * | | Add qdec module | Henrik Alsér | 2022-05-07 | 1 | -0/+2 |
| |/ |
|