aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* nRF52840/config: add dcdc voltage parameterDeepSOIC2024-03-211-0/+39
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-203-2/+4
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
* Fixed suggestions, added nRF51 to BLEErik Bånvik2024-03-054-57/+10
* Do not build radio for nrf5340-appErik Bånvik2024-03-051-1/+1
* Fixed nrf51 radio buildErik Bånvik2024-03-052-1/+3
* Support nearly all nRF5 RADIOsErik Bånvik2024-03-0511-3/+95
* More formattingErik Bånvik2024-03-051-2/+2
* Some more unifying, documentationErik Bånvik2024-03-053-90/+61
* Fixed formattingErik Bånvik2024-03-031-7/+7
* Export Error in BLE moduleErik Bånvik2024-03-031-0/+1
* Remove Event, which was mostly used for debuggingErik Bånvik2024-02-293-338/+1
* Clear all interruptsErik Bånvik2024-02-291-3/+2
* Fixed missing nrf52840 in EventErik Bånvik2024-02-292-4/+27
* Added IEEE 802.15.4 radioErik Bånvik2024-02-286-22/+917
* Merge pull request #2351 from jewel-rs/feat/radioUlf Lilleengen2024-02-284-0/+523
|\
| * fix: radio errorGuilherme S. Salustiano2024-02-281-1/+1
| * remove first person commentsGuilherme S. Salustiano2024-02-122-18/+7
| * add comments about buffer unsoundGuilherme S. Salustiano2024-02-101-0/+4
| * add buffer input on transmit/receiveGuilherme S. Salustiano2024-02-101-5/+11
| * apply clippy sugestionsGuilherme S. Salustiano2024-02-101-4/+2
| * remove first person comments and assert disable state when it's necessaryGuilherme S. Salustiano2024-02-101-94/+105
| * remove radio implementation on chips not testedGuilherme S. Salustiano2024-02-078-45/+1
| * remove some supportsGuilherme S. Salustiano2024-02-071-3/+3
| * ci rerunGuilherme S. Salustiano2024-02-071-1/+1