| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Own the sequence buffer | huntc | 2022-01-29 | 1 | -32/+76 | |
| | * | Now permits sequences to be mutated subsequently | huntc | 2022-01-28 | 1 | -7/+17 | |
| | * | Doc tidying | huntc | 2022-01-28 | 1 | -3/+1 | |
| | * | Make the sequence a little nicer to pass around | huntc | 2022-01-28 | 1 | -17/+29 | |
| | * | PWM WS2812B example and per sequence config | huntc | 2022-01-28 | 1 | -27/+62 | |
| * | | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -1/+1 | |
| |/ | ||||||
| * | Stop PWM before assigning the new sequence | huntc | 2022-01-25 | 1 | -2/+2 | |
| * | Strengthen the borrow | huntc | 2022-01-24 | 1 | -1/+1 | |
| * | Permit many sequences to be passed | huntc | 2022-01-23 | 1 | -30/+32 | |
| * | nrf: return ptr in slice_ptr_parts | Dario Nieuwenhuis | 2022-01-19 | 1 | -3/+3 | |
| * | nrf: impl embedded-hal 1.0 and embedded-hal-async traits. | Dario Nieuwenhuis | 2022-01-13 | 7 | -252/+910 | |
| * | nrf/rng: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -64/+51 | |
| * | nrf/qspi: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -120/+88 | |
| * | nrf/uarte: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -184/+257 | |
| * | nrf/gpiote: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 2 | -52/+31 | |
| * | nrf/gpio: Rename FlexPin to Flex. | Dario Nieuwenhuis | 2022-01-13 | 2 | -16/+16 | |
| * | nrf/twim: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -265/+155 | |
| * | nrf/spim: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -22/+43 | |
| * | nrf/spim: share code between blocking+async. | Dario Nieuwenhuis | 2022-01-13 | 2 | -142/+89 | |
| * | Makes the uarte endtx event available | huntc | 2022-01-10 | 1 | -0/+6 | |
| * | Remove unsafe from new on RND | huntc | 2022-01-06 | 1 | -1/+1 | |
| * | Merge #539 | bors[bot] | 2022-01-04 | 7 | -0/+94 | |
| |\ | ||||||
| | * | use upstream nrf-usdb | Jacob Rosenthal | 2022-01-03 | 1 | -2/+1 | |
| | * | undo T:regs in impl UsbPeripheral | Jacob Rosenthal | 2021-12-15 | 1 | -1/+2 | |
| | * | use Instance regs | Jacob Rosenthal | 2021-12-15 | 1 | -9/+9 | |
| | * | fix nrf52820 | Jacob Rosenthal | 2021-12-15 | 1 | -0/+2 | |
| | * | enable USB peripheral for relevant chips | Jacob Rosenthal | 2021-12-15 | 6 | -12/+68 | |
| | * | use forked nrf-usbd | Jacob Rosenthal | 2021-12-15 | 1 | -1/+2 | |
| | * | rename to UsbBus | Jacob Rosenthal | 2021-12-15 | 1 | -5/+5 | |
| | * | cleanup | Jacob Rosenthal | 2021-12-14 | 1 | -1/+0 | |
| | * | sorta works, too many interupts? | Jacob Rosenthal | 2021-12-14 | 1 | -36/+13 | |
| | * | dont expose embedded_hal_common::usb | Jacob Rosenthal | 2021-12-14 | 2 | -51/+31 | |
| | * | revert | Jacob Rosenthal | 2021-12-14 | 1 | -6/+15 | |
| | * | make send, consolidate usb types | Jacob Rosenthal | 2021-12-13 | 1 | -15/+6 | |
| | * | stub out the embassy registers for usbd | Jacob Rosenthal | 2021-12-13 | 3 | -20/+77 | |
| | * | usb feature gate | Jacob Rosenthal | 2021-12-12 | 1 | -11/+15 | |
| | * | nrf-usbd | Jacob Rosenthal | 2021-12-12 | 2 | -0/+18 | |
| * | | Lower some verbose logs to trace. | Dario Nieuwenhuis | 2021-12-23 | 3 | -6/+6 | |
| * | | nrf/gpio: add infallible inherent methods, remove some duplication. | Dario Nieuwenhuis | 2021-12-20 | 2 | -241/+205 | |
| * | | Set Uarte log levels to trace | huntc | 2021-12-17 | 1 | -11/+11 | |
| * | | Remove unneeded rustfmt::skip | Ulf Lilleengen | 2021-12-16 | 6 | -46/+92 | |
| * | | Update rust-toolchain | Ulf Lilleengen | 2021-12-16 | 1 | -1/+0 | |
| * | | Merge #544 | bors[bot] | 2021-12-16 | 1 | -63/+152 | |
| |\ \ | ||||||
| | * | | Properly initialise refcount | huntc | 2021-12-16 | 1 | -1/+5 | |
| | * | | Too much copy/pasta | huntc | 2021-12-16 | 1 | -109/+0 | |
| | * | | Ref count the peripheral drop | huntc | 2021-12-16 | 1 | -10/+24 | |
| | * | | Introduces split on the nRF Uarte | huntc | 2021-12-15 | 1 | -18/+198 | |
| * | | | Merge #542 | bors[bot] | 2021-12-14 | 2 | -79/+101 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | nrf/gpiote: remove PortInput, move impls to Input. | Dario Nieuwenhuis | 2021-12-14 | 2 | -79/+101 | |
| * | | | Documents the nRF BufferedUarte problem | huntc | 2021-12-12 | 2 | -4/+15 | |
| | |/ |/| | ||||||
