| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | | | nrf: Drop needless let | Priit Laes | 2024-02-17 | 2 | -5/+4 |
| * | | | nrf: Remove useless borrows | Priit Laes | 2024-02-17 | 5 | -11/+11 |
| * | | | nrf: Use .is_empty() instead of .len() == 0 | Priit Laes | 2024-02-17 | 5 | -14/+14 |
| * | | | Merge pull request #2584 from ohrlabs/fix-pdm-gain | Dario Nieuwenhuis | 2024-02-17 | 1 | -29/+26 |
| |\ \ \ | |||||
| | * | | | 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 |
| | |/ / | |||||
| * / / | nrf: Implement chunked DMA transfers for SPIM peripheral | Priit Laes | 2024-02-15 | 2 | -44/+81 |
| |/ / | |||||
