| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Move wake on sense to nfct | Alexander Walter | 2024-12-14 | 2 | -7/+6 | |
| | | | | ||||||
| * | | | rustfmt | Alexander Walter | 2024-12-14 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Add nrf9160 | Alexander Walter | 2024-12-14 | 2 | -3/+14 | |
| | | | | ||||||
| * | | | Added system off and wake-on-field | Alexander Walter | 2024-12-13 | 2 | -0/+16 | |
| |/ / | ||||||
| * / | nrf: Add RESET operations helpers for the nrf5340 | Alessandro Gasbarroni | 2024-12-12 | 2 | -0/+85 | |
| |/ | ||||||
| * | nrf/nfct: actually fix frame timing. | Dario Nieuwenhuis | 2024-12-07 | 1 | -6/+15 | |
| | | | | | Now it works both with android and iOS, and both with and without logs. | |||||
| * | nrf/nfct: use the right error register for rx and tx. | Dario Nieuwenhuis | 2024-12-06 | 1 | -2/+6 | |
| | | ||||||
| * | nrf/nfct: set correct frame delay timing. | Dario Nieuwenhuis | 2024-12-06 | 1 | -6/+6 | |
| | | | | | | This makes it work both with and without trace logging, before it would only work with. | |||||
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 4 | -12/+8 | |
| | | ||||||
| * | nrf: Add NFCT driver. | Dario Nieuwenhuis | 2024-11-20 | 6 | -0/+429 | |
| | | | | | | Co-Authored-By: turbocool3r <[email protected]> Co-Authored-By: ferris <[email protected]> | |||||
| * | nrf: Remove leftover info message and fix link to errata | Priit Laes | 2024-11-19 | 2 | -2/+1 | |
| | | ||||||
| * | nrf: add nrf54l base: gpio and time driver. | Dario Nieuwenhuis | 2024-11-17 | 7 | -46/+560 | |
| | | ||||||
| * | Update nrf-pac. | Dario Nieuwenhuis | 2024-11-15 | 15 | -818/+591 | |
| | | ||||||
| * | fix(nrf5340-app): added SPIM4 peripheral | Giona Imperatori | 2024-11-09 | 1 | -0/+2 | |
| | | ||||||
| * | Fix "non-local impl definition" warning from recent nightlies. | Dario Nieuwenhuis | 2024-11-08 | 1 | -27/+36 | |
| | | ||||||
| * | nrf/pwm: disconnect input. | Dario Nieuwenhuis | 2024-11-04 | 1 | -1/+10 | |
| | | ||||||
| * | nrf/pwm: fix bad pin assignment. | Dario Nieuwenhuis | 2024-11-04 | 1 | -1/+1 | |
| | | ||||||
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 42 | -2176/+2018 | |
| | | ||||||
| * | Refactoring and cleanup | Alex Moon | 2024-10-23 | 1 | -86/+95 | |
| | | ||||||
| * | Remove support for consecutive Read operations | Alex Moon | 2024-10-23 | 1 | -132/+57 | |
| | | | | | Due to Twim hardware limitations | |||||
| * | Add support for transactions to Twim in embassy-nrf | Alex Moon | 2024-10-23 | 1 | -244/+377 | |
| | | ||||||
| * | fix: review comments | Dinu Blanovschi | 2024-10-22 | 1 | -5/+14 | |
| | | ||||||
| * | nrf: add try_write to BufferedUarte. | Dario Nieuwenhuis | 2024-08-21 | 1 | -0/+28 | |
| | | ||||||
| * | nrf, doc: Don't refer to `Default` impl of `saadc::ChannelConfig` | Frank Plowman | 2024-08-09 | 1 | -1/+2 | |
| | | | | | | | `saadc::ChannelConfig` does not implement the `Default` trait, so its documentation should not refer to it. Modify the documentation to instead describe how the struct should be created and configured. | |||||
| * | nrf: wdt: Fix formatting for `Safety` section | Priit Laes | 2024-08-08 | 1 | -2/+3 | |
| | | ||||||
| * | nrf: gpio: Fix return values for functions returning unit type - `()` | Priit Laes | 2024-08-08 | 1 | -8/+16 | |
| | | ||||||
| * | nrf: buffered_uarte: Add overrides for `too_many_arguments` lint | Priit Laes | 2024-08-08 | 1 | -0/+7 | |
| | | | | | | One possible future fix for this could be refactoring at least ppi arguments into separate struct. | |||||
| * | Merge pull request #3171 from nerwalt/nrf9151 | Dario Nieuwenhuis | 2024-07-18 | 7 | -40/+499 | |
| |\ | | | | | | | nrf9151 support | |||||
| | * | saddc regression fix | nerwalt | 2024-07-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | cargo fmt | nerwalt | 2024-07-15 | 1 | -2/+4 | |
| | | | ||||||
| | * | Adding _nrf91 feature | nerwalt | 2024-07-15 | 6 | -36/+58 | |
| | | | | | | | | | Combining _nrf9160 and _nrf9120 in many places to reduce cfgs | |||||
| | * | Merge branch 'main' into nrf9151 | nerwalt | 2024-07-15 | 1 | -0/+18 | |
| | |\ | ||||||
| | * | | Connecting GPIOTE interrupts | nerwalt | 2024-07-15 | 1 | -5/+5 | |
| | | | | ||||||
| | * | | Putting never used/constucted items behind feature flag | nerwalt | 2024-07-15 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | Merge branch 'main' into nrf9151 | nerwalt | 2024-07-11 | 2 | -12/+55 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'main' into nrf9151 | nerwalt | 2024-07-01 | 1 | -0/+18 | |
| | |\ \ \ | ||||||
| | * | | | | Adding support for 9120 | nerwalt | 2024-06-28 | 6 | -31/+465 | |
| | | | | | | ||||||
| * | | | | | 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 | |
| |\ \ \ | | | | | | | | | | | | | fix cancellation hanging on event never occuring | |||||
| | * | | | 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 | |
| | | |/ | |/| | | | | | | | | | | - The end event is not triggered by stop and might therefor never occur - Clear the end_event after operation is done instead of disabled | |||||
| * | | | Merge pull request #3139 from igiona/AllowDrivingStrengthInPwm | Dario Nieuwenhuis | 2024-07-01 | 1 | -5/+53 | |
| |\ \ \ | |/ / |/| | | | | | feat(pwm): allow specifying OutputDrive for PWM channels | |||||
| | * | | 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 | 1 | -5/+53 | |
| | |/ | ||||||
| * / | 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 | |
| | | | | | | Docs say "PSEL.RXD, PSEL.RTS, PSEL.RTS, and PSEL.TXD must only be configured when the UARTE is disabled." For some reason nrf52 doesn't care but nrf91 does. | |||||
| * | nrf/gpiote: fix port1 on nrf5340 | Dario Nieuwenhuis | 2024-06-25 | 1 | -8/+8 | |
| | | ||||||
