aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
* nrf: add try_write to BufferedUarte.Dario Nieuwenhuis2024-08-211-0/+28
* Fixes build issues related to nrf9120 featuresnerwalt2024-08-121-4/+4
* nrf, doc: Don't refer to `Default` impl of `saadc::ChannelConfig`Frank Plowman2024-08-091-1/+2
* nrf: wdt: Fix formatting for `Safety` sectionPriit Laes2024-08-081-2/+3
* nrf: gpio: Fix return values for functions returning unit type - `()`Priit Laes2024-08-081-8/+16
* nrf: buffered_uarte: Add overrides for `too_many_arguments` lintPriit Laes2024-08-081-0/+7
* nrf: Rearrange CHANGELOG by features for better overviewPriit Laes2024-08-051-21/+28
* update datesUlf Lilleengen2024-08-051-1/+1
* Prepare for embassy-nrf releaseUlf Lilleengen2024-08-052-1/+6
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* Prepare release of embassy-hal-internalUlf Lilleengen2024-08-051-1/+1
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
* Merge pull request #3171 from nerwalt/nrf9151Dario Nieuwenhuis2024-07-188-42/+514
|\
| * saddc regression fixnerwalt2024-07-151-1/+1
| * cargo fmtnerwalt2024-07-151-2/+4
| * Adding _nrf91 featurenerwalt2024-07-157-44/+67
| * Merge branch 'main' into nrf9151nerwalt2024-07-151-0/+18
| |\
| * | Connecting GPIOTE interruptsnerwalt2024-07-151-5/+5
| * | Putting never used/constucted items behind feature flagnerwalt2024-07-151-2/+3
| * | Using published nrf9120-pacnerwalt2024-07-151-1/+1
| * | Merge branch 'main' into nrf9151nerwalt2024-07-113-12/+56
| |\ \
| * \ \ Merge branch 'main' into nrf9151nerwalt2024-07-011-0/+18
| |\ \ \
| * | | | Clean upnerwalt2024-07-011-0/+5
| * | | | Adding support for 9120nerwalt2024-06-287-38/+472
| * | | | Adding initial support for nrf9151 s and nsnerwalt2024-06-271-0/+7
* | | | | Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
| |_|_|/ |/| | |
* | | | nrf after cargo checkrafael2024-07-141-2/+2
* | | | nrfrafael2024-07-141-0/+18
| |_|/ |/| |
* | | Merge pull request #3145 from embassy-rs/nrf-radio-fixesUlf Lilleengen2024-07-031-7/+2
|\ \ \
| * | | remove unused loggingUlf Lilleengen2024-07-031-3/+0
| * | | fix cancellation hanging on event never occuringUlf Lilleengen2024-07-031-4/+2
| | |/ | |/|
* | | Merge pull request #3139 from igiona/AllowDrivingStrengthInPwmDario Nieuwenhuis2024-07-012-5/+54
|\ \ \ | |/ / |/| |
| * | fixup! feat(pwm): allow specifying OutputDrive for PWM channelsGiona Imperatori2024-07-011-4/+4
| * | feat(pwm): allow specifying OutputDrive for PWM channelsGiona Imperatori2024-07-012-5/+54
| |/
* / expose enabling and disabling irq for triggersUlf Lilleengen2024-07-011-0/+18
|/
* nrf/buffered_uart: take into account EASYDMA_SIZE. fixes nrf52832Dario Nieuwenhuis2024-06-251-4/+5
* nrf: fix wrong order configuring gpios.Dario Nieuwenhuis2024-06-252-2/+6
* nrf/gpiote: fix port1 on nrf5340Dario Nieuwenhuis2024-06-251-8/+8
* add HAL and example for using nRF EGU peripheralUlf Lilleengen2024-06-1812-0/+221
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* Use raw slices .len() method instead of unsafe hacks.Dario Nieuwenhuis2024-06-134-48/+22
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
* Emit cargo:rustc-check-cfg instructions from build.rsJan Špaček2024-05-301-1/+1
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* fix: typoCyril Marpaud2024-04-271-1/+1
* Merge pull request #2827 from alexmoon/wait-disabledDario Nieuwenhuis2024-04-261-1/+13
|\
| * Add `wait_disabled` method to `embassy_nrf::usb::Endpoint`Alex Moon2024-04-161-1/+13
* | fix: typoCyril Marpaud2024-04-171-1/+1
|/
* nrf: Add basic CHANGELOG summarizing changes in embassy-nrfPriit Laes2024-04-101-0/+40
* nrf: remove mod sealed.Dario Nieuwenhuis2024-04-0519-404/+327