| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | nrf after cargo check | rafael | 2024-07-14 | 1 | -2/+2 | |
| * | | | | nrf | rafael | 2024-07-14 | 1 | -0/+18 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #3145 from embassy-rs/nrf-radio-fixes | Ulf Lilleengen | 2024-07-03 | 1 | -7/+2 | |
| |\ \ \ | ||||||
| | * | | | remove unused logging | Ulf Lilleengen | 2024-07-03 | 1 | -3/+0 | |
| | * | | | fix cancellation hanging on event never occuring | Ulf Lilleengen | 2024-07-03 | 1 | -4/+2 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #3139 from igiona/AllowDrivingStrengthInPwm | Dario Nieuwenhuis | 2024-07-01 | 2 | -5/+54 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | fixup! feat(pwm): allow specifying OutputDrive for PWM channels | Giona Imperatori | 2024-07-01 | 1 | -4/+4 | |
| | * | | feat(pwm): allow specifying OutputDrive for PWM channels | Giona Imperatori | 2024-07-01 | 2 | -5/+54 | |
| | |/ | ||||||
| * / | expose enabling and disabling irq for triggers | Ulf Lilleengen | 2024-07-01 | 1 | -0/+18 | |
| |/ | ||||||
| * | nrf/buffered_uart: take into account EASYDMA_SIZE. fixes nrf52832 | Dario Nieuwenhuis | 2024-06-25 | 1 | -4/+5 | |
| * | nrf: fix wrong order configuring gpios. | Dario Nieuwenhuis | 2024-06-25 | 2 | -2/+6 | |
| * | nrf/gpiote: fix port1 on nrf5340 | Dario Nieuwenhuis | 2024-06-25 | 1 | -8/+8 | |
| * | 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 | |
| * | Use raw slices .len() method instead of unsafe hacks. | Dario Nieuwenhuis | 2024-06-13 | 4 | -48/+22 | |
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 | |
| * | Emit cargo:rustc-check-cfg instructions from build.rs | Jan Špaček | 2024-05-30 | 1 | -1/+1 | |
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 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` | 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 | |
