aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
Commit message (Expand)AuthorAgeFilesLines
* 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
| * remove radio featureGuilherme S. Salustiano2024-02-0710-14/+10
| * remove jewel dependencyGuilherme S. Salustiano2024-02-073-92/+86
| * remove default on radioGuilherme S. Salustiano2024-02-071-12/+1
| * feat/implement ble radio on nrfGuilherme S. Salustiano2024-02-0712-0/+580
* | Merge pull request #2630 from plaes/nrf-spim-reduce-spamDario Nieuwenhuis2024-02-271-2/+2
|\ \
| * | nrf: spim: Hide the "Copying SPIM tx buffer into RAM for DMA" tracesPriit Laes2024-02-271-2/+2
* | | nrf: Bump embedded-storage-async to 0.4.1Priit Laes2024-02-271-1/+1
|/ /
* | nrf/uarte: prevent accidentally driving tx pin on rxonly uart if it was left ...Dario Nieuwenhuis2024-02-221-34/+26
* | nrf/uart: Add support for rx-only or tx-only BufferedUart.Dario Nieuwenhuis2024-02-212-108/+255
* | nrf/uart: share waker state between buffered and nonbuffered.Dario Nieuwenhuis2024-02-212-19/+18
* | nrf/buffered_uart: refactor so rx/tx halves are independent.Dario Nieuwenhuis2024-02-211-218/+229
* | nrf/uart: add split_by_ref.Dario Nieuwenhuis2024-02-211-0/+8
* | nrf/buffered_uart: simplify split lifetimes.Dario Nieuwenhuis2024-02-211-12/+12
* | Merge pull request #2596 from NBonaparte/nrf-spi-driveDario Nieuwenhuis2024-02-202-5/+20
|\ \
| * | fix(nrf/spim): use `OutputDrive` to set pin drivesNBonaparte2024-02-192-38/+17
| * | feat(nrf/spim): allow specifying drive of SPI pinsNBonaparte2024-02-181-3/+39
* | | nrf: Remove useless lifetimesPriit Laes2024-02-171-4/+4
* | | nrf: Remove useless returnsPriit Laes2024-02-172-2/+2
* | | nrf: More nits cleaned up - useless cast and struct itemPriit Laes2024-02-172-2/+2
* | | nrf: Drop needless letPriit Laes2024-02-172-5/+4
* | | nrf: Remove useless borrowsPriit Laes2024-02-175-11/+11
* | | nrf: Use .is_empty() instead of .len() == 0Priit Laes2024-02-175-14/+14
* | | Merge pull request #2584 from ohrlabs/fix-pdm-gainDario Nieuwenhuis2024-02-171-29/+26
|\ \ \
| * | | embassy-nrf: Don't break lines; make rustfmt happyFrank Plowman2024-02-161-3/+1
| * | | embassy-nrf: Fix various typos and make style more consistentFrank Plowman2024-02-161-20/+20
| * | | embassy-nrf: Use fully-qualified `core::mem::transmute`Frank Plowman2024-02-161-2/+1
| * | | embassy-nrf: Fix PDM gain register value derivationFrank Plowman2024-02-161-9/+9
| |/ /
* / / nrf: Implement chunked DMA transfers for SPIM peripheralPriit Laes2024-02-152-44/+81
|/ /