| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | Rename write to respond_to_read | Henrik Alsér | 2022-11-22 | 1 | -23/+29 | |
| | | | * | | config write, docs, add address_match_index | Henrik Alsér | 2022-11-22 | 2 | -13/+15 | |
| | | | * | | Return number of bytes written, add address match getter | kalkyl | 2022-11-14 | 1 | -65/+76 | |
| | | | * | | embassy-nrf: Add TWIS module | kalkyl | 2022-11-13 | 12 | -0/+770 | |
| | | | |/ | ||||||
| | | * | | Merge #1042 | bors[bot] | 2022-11-22 | 12 | -0/+573 | |
| | | |\ \ | ||||||
| | | | * | | Fix pin refs | Henrik Alsér | 2022-11-22 | 1 | -2/+2 | |
| | | | * | | Remove nrf9160 UARTE fix | Henrik Alsér | 2022-11-22 | 1 | -7/+0 | |
| | | | * | | Merge branch 'spis' of github.com:kalkyl/embassy into spis | Henrik Alsér | 2022-11-22 | 2 | -36/+26 | |
| | | | |\ \ | ||||||
| | | | | * | | Check events_acquired | kalkyl | 2022-11-14 | 1 | -1/+1 | |
| | | | | * | | Cleanup interrupts | kalkyl | 2022-11-14 | 1 | -2/+2 | |
| | | | | * | | Single waker | kalkyl | 2022-11-14 | 1 | -8/+6 | |
| | | | | * | | Feature gate UARTE disable | Henrik Alsér | 2022-11-13 | 1 | -0/+1 | |
| | | | | * | | Disable UARTE in embassy-nrf::init | Henrik Alsér | 2022-11-13 | 2 | -27/+18 | |
| | | | * | | | Fix txonly/rxonly data pin dir, _from_ram and doc | Henrik Alsér | 2022-11-22 | 1 | -7/+7 | |
| | | | |/ / | ||||||
| | | | * | | rustfmt | Henrik Alsér | 2022-11-05 | 1 | -1/+0 | |
| | | | * | | Acquire semaphore on blocking | Henrik Alsér | 2022-11-05 | 1 | -3/+14 | |
| | | | * | | Add status checks | Henrik Alsér | 2022-11-05 | 1 | -27/+42 | |
| | | | * | | rustfmt | Henrik Alsér | 2022-11-05 | 1 | -4/+19 | |
| | | | * | | embassy-nrf: Add SPIS module | Henrik Alsér | 2022-11-05 | 12 | -0/+550 | |
| | | | |/ | ||||||
| | | * / | embassy-nrf: Default disable UARTE (nrf9160) | Henrik Alsér | 2022-11-22 | 1 | -0/+7 | |
| | | |/ | ||||||
| | * | | Fixed erase bug | Dion Dokter | 2022-12-09 | 1 | -11/+6 | |
| | * | | Adapted nvmc so it can be used for all nrf targets | Dion Dokter | 2022-11-10 | 5 | -11/+75 | |
| | |/ | ||||||
| | * | Merge #959 | bors[bot] | 2022-10-26 | 1 | -7/+12 | |
| | |\ | ||||||
| | | * | Address review feedback | ivmarkov | 2022-10-24 | 1 | -7/+11 | |
| | | * | Change time Driver contract to never fire the alarm synchronously | ivmarkov | 2022-10-24 | 1 | -8/+9 | |
| | * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -8/+8 | |
| | * | | Update usb | Dion Dokter | 2022-10-26 | 1 | -7/+7 | |
| | * | | Update nrf pacs | Dion Dokter | 2022-10-26 | 8 | -58/+58 | |
| | |/ | ||||||
| | * | Merge #855 | bors[bot] | 2022-10-21 | 7 | -0/+265 | |
| | |\ | ||||||
| | | * | add support for pdm microphones in nrf driver | pbert | 2022-10-13 | 7 | -0/+265 | |
| | * | | Removes some of the code duplication for UarteWithIdle | huntc | 2022-10-09 | 1 | -267/+131 | |
| | |/ | ||||||
| | * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 5 | -16/+16 | |
| | * | usb: make HALs depend only on embassy-usb-driver. | Dario Nieuwenhuis | 2022-09-27 | 1 | -4/+2 | |
| | * | usb: split driver trait to separate crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -8/+9 | |
| | * | Merge #958 | bors[bot] | 2022-09-23 | 1 | -25/+17 | |
| | |\ | ||||||
| | | * | Re-add timer.stop() | Zoey Riordan | 2022-09-23 | 1 | -2/+3 | |
| | | * | Fix builds on other nrf pacs | Zoey Riordan | 2022-09-21 | 1 | -4/+4 | |
| | | * | Remove unused function | Zoey Riordan | 2022-09-21 | 1 | -10/+0 | |
| | | * | Remove left-in comments and logs | Zoey Riordan | 2022-09-21 | 1 | -2/+0 | |
| | | * | Implement proper `Drop` for `BufferedUarte` | Zoey Riordan | 2022-09-21 | 1 | -14/+17 | |
| | * | | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 12 | -16/+12 | |
| | * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Merge #936 | bors[bot] | 2022-08-31 | 1 | -60/+150 | |
| | |\ | ||||||
| | | * | Avoid double-borrow | Zoey Riordan | 2022-08-30 | 1 | -6/+9 | |
| | | * | Deduplicate IO methods | Zoey Riordan | 2022-08-30 | 1 | -169/+101 | |
| | | * | Add split() method to BufferedUarte in embassy-nrf | Zoey Riordan | 2022-08-30 | 1 | -12/+167 | |
| | * | | Merge #938 | bors[bot] | 2022-08-31 | 4 | -154/+154 | |
| | |\ \ | ||||||
| | | * | | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 4 | -154/+154 | |
| | | |/ | ||||||
| | * | | Avoid context switch and wait for stop | huntc | 2022-08-31 | 1 | -47/+2 | |
| | * | | Permits the future to be cancelled | huntc | 2022-08-30 | 1 | -2/+31 | |
