aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Rename write to respond_to_readHenrik Alsér2022-11-221-23/+29
| | | * | config write, docs, add address_match_indexHenrik Alsér2022-11-222-13/+15
| | | * | Return number of bytes written, add address match getterkalkyl2022-11-141-65/+76
| | | * | embassy-nrf: Add TWIS modulekalkyl2022-11-1312-0/+770
| | | |/
| | * | Merge #1042bors[bot]2022-11-2212-0/+573
| | |\ \
| | | * | Fix pin refsHenrik Alsér2022-11-221-2/+2
| | | * | Remove nrf9160 UARTE fixHenrik Alsér2022-11-221-7/+0
| | | * | Merge branch 'spis' of github.com:kalkyl/embassy into spisHenrik Alsér2022-11-222-36/+26
| | | |\ \
| | | | * | Check events_acquiredkalkyl2022-11-141-1/+1
| | | | * | Cleanup interruptskalkyl2022-11-141-2/+2
| | | | * | Single wakerkalkyl2022-11-141-8/+6
| | | | * | Feature gate UARTE disableHenrik Alsér2022-11-131-0/+1
| | | | * | Disable UARTE in embassy-nrf::initHenrik Alsér2022-11-132-27/+18
| | | * | | Fix txonly/rxonly data pin dir, _from_ram and docHenrik Alsér2022-11-221-7/+7
| | | |/ /
| | | * | rustfmtHenrik Alsér2022-11-051-1/+0
| | | * | Acquire semaphore on blockingHenrik Alsér2022-11-051-3/+14
| | | * | Add status checksHenrik Alsér2022-11-051-27/+42
| | | * | rustfmtHenrik Alsér2022-11-051-4/+19
| | | * | embassy-nrf: Add SPIS moduleHenrik Alsér2022-11-0512-0/+550
| | | |/
| | * / embassy-nrf: Default disable UARTE (nrf9160)Henrik Alsér2022-11-221-0/+7
| | |/
| * | Fixed erase bugDion Dokter2022-12-091-11/+6
| * | Adapted nvmc so it can be used for all nrf targetsDion Dokter2022-11-105-11/+75
| |/
| * Merge #959bors[bot]2022-10-261-7/+12
| |\
| | * Address review feedbackivmarkov2022-10-241-7/+11
| | * Change time Driver contract to never fire the alarm synchronouslyivmarkov2022-10-241-8/+9
| * | Update Rust nightly.Dario Nieuwenhuis2022-10-261-8/+8
| * | Update usbDion Dokter2022-10-261-7/+7
| * | Update nrf pacsDion Dokter2022-10-268-58/+58
| |/
| * Merge #855bors[bot]2022-10-217-0/+265
| |\
| | * add support for pdm microphones in nrf driverpbert2022-10-137-0/+265
| * | Removes some of the code duplication for UarteWithIdlehuntc2022-10-091-267/+131
| |/
| * Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-295-16/+16
| * usb: make HALs depend only on embassy-usb-driver.Dario Nieuwenhuis2022-09-271-4/+2
| * usb: split driver trait to separate crate.Dario Nieuwenhuis2022-09-261-8/+9
| * Merge #958bors[bot]2022-09-231-25/+17
| |\
| | * Re-add timer.stop()Zoey Riordan2022-09-231-2/+3
| | * Fix builds on other nrf pacsZoey Riordan2022-09-211-4/+4
| | * Remove unused functionZoey Riordan2022-09-211-10/+0
| | * Remove left-in comments and logsZoey Riordan2022-09-211-2/+0
| | * Implement proper `Drop` for `BufferedUarte`Zoey Riordan2022-09-211-14/+17
| * | Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-2212-16/+12
| * | Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+1
| |/
| * Merge #936bors[bot]2022-08-311-60/+150
| |\
| | * Avoid double-borrowZoey Riordan2022-08-301-6/+9
| | * Deduplicate IO methodsZoey Riordan2022-08-301-169/+101
| | * Add split() method to BufferedUarte in embassy-nrfZoey Riordan2022-08-301-12/+167
| * | Merge #938bors[bot]2022-08-314-154/+154
| |\ \
| | * | Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis2022-08-314-154/+154
| | |/
| * | Avoid context switch and wait for stophuntc2022-08-311-47/+2
| * | Permits the future to be cancelledhuntc2022-08-301-2/+31