| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -5/+1 |
| | | |||||
| * | Use raw slices .len() method instead of unsafe hacks. | Dario Nieuwenhuis | 2024-06-13 | 1 | -28/+7 |
| | | | | | Stabilized in 1.79. | ||||
| * | Fixed suggestions, added nRF51 to BLE | Erik BÄnvik | 2024-03-05 | 1 | -1/+0 |
| | | |||||
| * | nrf: Implement chunked DMA transfers for SPIM peripheral | Priit Laes | 2024-02-15 | 1 | -0/+13 |
| | | | | | | | On some chips (notably nrf52832), the maximum DMA transfer is 255 bytes, which has caused subtle issues while interfacing with various devices over SPI bus. | ||||
| * | fix warnings | Ulf Lilleengen | 2024-01-25 | 1 | -0/+1 |
| | | |||||
| * | Fix inverted boolean condition | Til Blechschmidt | 2022-03-08 | 1 | -1/+1 |
| | | |||||
| * | Change slice length check to use stable method | Til Blechschmidt | 2022-02-23 | 1 | -1/+2 |
| | | |||||
| * | Skip EasyDMA slice location check if slice is empty | Til Blechschmidt | 2022-02-23 | 1 | -2/+2 |
| | | |||||
| * | nrf: return ptr in slice_ptr_parts | Dario Nieuwenhuis | 2022-01-19 | 1 | -3/+3 |
| | | |||||
| * | nrf/spim: share code between blocking+async. | Dario Nieuwenhuis | 2022-01-13 | 1 | -5/+17 |
| | | |||||
| * | fix slice_in_ram for arbitrary size types | Jacob Rosenthal | 2021-11-03 | 1 | -2/+2 |
| | | |||||
| * | simple_playback api from nrf sdk | Jacob Rosenthal | 2021-10-29 | 1 | -2/+2 |
| | | |||||
| * | nrf: rename Cargo feature references from "51" to "nrf51". | Dario Nieuwenhuis | 2021-10-11 | 1 | -1/+1 |
| | | | | | | Note: the feature doesn't actually exist, references are there just in case nrf51xx is supported in the future. | ||||
| * | nrf: add support for nrf52805, nrf52811, nrf52820 | Dario Nieuwenhuis | 2021-05-17 | 1 | -0/+18 |
