| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add HAL and example for using nRF EGU peripheral | Ulf Lilleengen | 2024-06-18 | 12 | -0/+221 | |
| | | ||||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 | |
| | | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | |||||
| * | Use raw slices .len() method instead of unsafe hacks. | Dario Nieuwenhuis | 2024-06-13 | 4 | -48/+22 | |
| | | | | | Stabilized in 1.79. | |||||
| * | Emit cargo:rustc-check-cfg instructions from build.rs | Jan Špaček | 2024-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | 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` | |||||
| | * | 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: remove mod sealed. | Dario Nieuwenhuis | 2024-04-05 | 19 | -404/+327 | |
| | | ||||||
| * | nRF52840/config: add dcdc voltage parameter | DeepSOIC | 2024-03-21 | 1 | -0/+39 | |
| | | | | | address #2700 | |||||
| * | 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 | |
| |\ | | | | | | | [embassry_nrf]: add BLE Radio driver | |||||
| | * | 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 | 9 | -11/+10 | |
| | | | ||||||
| | * | remove jewel dependency | Guilherme S. Salustiano | 2024-02-07 | 2 | -89/+85 | |
| | | | ||||||
| | * | 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 | 11 | -0/+575 | |
| | | | ||||||
| * | | nrf: spim: Hide the "Copying SPIM tx buffer into RAM for DMA" traces | Priit Laes | 2024-02-27 | 1 | -2/+2 | |
| | | | | | | | | | | | Now that SPIM driver seems to be properly working, hide the trace logs which occur whenever tx buffer needs to be copied into RAM. | |||||
| * | | nrf/uarte: prevent accidentally driving tx pin on rxonly uart if it was left ↵ | Dario Nieuwenhuis | 2024-02-22 | 1 | -34/+26 | |
| | | | | | | | | | in PSEL. | |||||
| * | | 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 | |
| |\ \ | | | | | | | | | | feat(nrf/spim): allow specifying drive of SPI pins | |||||
| | * | | 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 | |
| | | | | ||||||
