| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: typo | Cyril Marpaud | 2024-04-27 | 1 | -1/+1 |
| * | Merge pull request #2827 from alexmoon/wait-disabled | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+13 |
| |\ | |||||
| | * | Add `wait_disabled` method to `embassy_nrf::usb::Endpoint` | Alex Moon | 2024-04-16 | 1 | -1/+13 |
| * | | fix: typo | Cyril Marpaud | 2024-04-17 | 1 | -1/+1 |
| |/ | |||||
| * | nrf: Add basic CHANGELOG summarizing changes in embassy-nrf | Priit Laes | 2024-04-10 | 1 | -0/+40 |
| * | nrf: remove mod sealed. | Dario Nieuwenhuis | 2024-04-05 | 19 | -404/+327 |
| * | nRF52840/config: add dcdc voltage parameter | DeepSOIC | 2024-03-21 | 1 | -0/+39 |
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 3 | -2/+4 |
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| * | Fixed suggestions, added nRF51 to BLE | Erik Bånvik | 2024-03-05 | 4 | -57/+10 |
| * | Do not build radio for nrf5340-app | Erik Bånvik | 2024-03-05 | 1 | -1/+1 |
| * | Fixed nrf51 radio build | Erik Bånvik | 2024-03-05 | 2 | -1/+3 |
| * | Support nearly all nRF5 RADIOs | Erik Bånvik | 2024-03-05 | 11 | -3/+95 |
| * | More formatting | Erik Bånvik | 2024-03-05 | 1 | -2/+2 |
| * | Some more unifying, documentation | Erik Bånvik | 2024-03-05 | 3 | -90/+61 |
| * | Fixed formatting | Erik Bånvik | 2024-03-03 | 1 | -7/+7 |
| * | Export Error in BLE module | Erik Bånvik | 2024-03-03 | 1 | -0/+1 |
| * | Remove Event, which was mostly used for debugging | Erik Bånvik | 2024-02-29 | 3 | -338/+1 |
| * | Clear all interrupts | Erik Bånvik | 2024-02-29 | 1 | -3/+2 |
| * | Fixed missing nrf52840 in Event | Erik Bånvik | 2024-02-29 | 2 | -4/+27 |
| * | Added IEEE 802.15.4 radio | Erik Bånvik | 2024-02-28 | 6 | -22/+917 |
| * | Merge pull request #2351 from jewel-rs/feat/radio | Ulf Lilleengen | 2024-02-28 | 4 | -0/+523 |
| |\ | |||||
| | * | fix: radio error | Guilherme S. Salustiano | 2024-02-28 | 1 | -1/+1 |
| | * | remove first person comments | Guilherme S. Salustiano | 2024-02-12 | 2 | -18/+7 |
| | * | add comments about buffer unsound | Guilherme S. Salustiano | 2024-02-10 | 1 | -0/+4 |
| | * | add buffer input on transmit/receive | Guilherme S. Salustiano | 2024-02-10 | 1 | -5/+11 |
| | * | apply clippy sugestions | Guilherme S. Salustiano | 2024-02-10 | 1 | -4/+2 |
| | * | remove first person comments and assert disable state when it's necessary | Guilherme S. Salustiano | 2024-02-10 | 1 | -94/+105 |
| | * | remove radio implementation on chips not tested | Guilherme S. Salustiano | 2024-02-07 | 8 | -45/+1 |
| | * | remove some supports | Guilherme S. Salustiano | 2024-02-07 | 1 | -3/+3 |
| | * | ci rerun | Guilherme S. Salustiano | 2024-02-07 | 1 | -1/+1 |
| | * | remove radio feature | Guilherme S. Salustiano | 2024-02-07 | 10 | -14/+10 |
| | * | remove jewel dependency | Guilherme S. Salustiano | 2024-02-07 | 3 | -92/+86 |
| | * | remove default on radio | Guilherme S. Salustiano | 2024-02-07 | 1 | -12/+1 |
| | * | feat/implement ble radio on nrf | Guilherme S. Salustiano | 2024-02-07 | 12 | -0/+580 |
| * | | Merge pull request #2630 from plaes/nrf-spim-reduce-spam | Dario Nieuwenhuis | 2024-02-27 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | nrf: spim: Hide the "Copying SPIM tx buffer into RAM for DMA" traces | Priit Laes | 2024-02-27 | 1 | -2/+2 |
| * | | | nrf: Bump embedded-storage-async to 0.4.1 | Priit Laes | 2024-02-27 | 1 | -1/+1 |
| |/ / | |||||
| * | | nrf/uarte: prevent accidentally driving tx pin on rxonly uart if it was left ... | Dario Nieuwenhuis | 2024-02-22 | 1 | -34/+26 |
| * | | nrf/uart: Add support for rx-only or tx-only BufferedUart. | Dario Nieuwenhuis | 2024-02-21 | 2 | -108/+255 |
| * | | nrf/uart: share waker state between buffered and nonbuffered. | Dario Nieuwenhuis | 2024-02-21 | 2 | -19/+18 |
| * | | nrf/buffered_uart: refactor so rx/tx halves are independent. | Dario Nieuwenhuis | 2024-02-21 | 1 | -218/+229 |
| * | | nrf/uart: add split_by_ref. | Dario Nieuwenhuis | 2024-02-21 | 1 | -0/+8 |
| * | | nrf/buffered_uart: simplify split lifetimes. | Dario Nieuwenhuis | 2024-02-21 | 1 | -12/+12 |
| * | | Merge pull request #2596 from NBonaparte/nrf-spi-drive | Dario Nieuwenhuis | 2024-02-20 | 2 | -5/+20 |
| |\ \ | |||||
| | * | | fix(nrf/spim): use `OutputDrive` to set pin drives | NBonaparte | 2024-02-19 | 2 | -38/+17 |
| | * | | feat(nrf/spim): allow specifying drive of SPI pins | NBonaparte | 2024-02-18 | 1 | -3/+39 |
| * | | | nrf: Remove useless lifetimes | Priit Laes | 2024-02-17 | 1 | -4/+4 |
| * | | | nrf: Remove useless returns | Priit Laes | 2024-02-17 | 2 | -2/+2 |
| * | | | nrf: More nits cleaned up - useless cast and struct item | Priit Laes | 2024-02-17 | 2 | -2/+2 |
