| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Own the sequence buffer | huntc | 2022-01-29 | 3 | -36/+32 | |
| | * | Now permits sequences to be mutated subsequently | huntc | 2022-01-28 | 3 | -14/+41 | |
| | * | Make the sequence a little nicer to pass around | huntc | 2022-01-28 | 3 | -27/+23 | |
| | * | PWM WS2812B example and per sequence config | huntc | 2022-01-28 | 3 | -9/+83 | |
| * | | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -1/+0 | |
| |/ | ||||||
| * | Stop PWM before assigning the new sequence | huntc | 2022-01-25 | 2 | -2/+2 | |
| * | Strengthen the borrow | huntc | 2022-01-24 | 2 | -2/+2 | |
| * | Permit many sequences to be passed | huntc | 2022-01-23 | 2 | -17/+11 | |
| * | nrf: impl embedded-hal 1.0 and embedded-hal-async traits. | Dario Nieuwenhuis | 2022-01-13 | 1 | -1/+0 | |
| * | nrf/rng: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -4/+2 | |
| * | nrf/qspi: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 2 | -2/+0 | |
| * | nrf/uarte: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 3 | -13/+7 | |
| * | nrf/gpiote: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 2 | -2/+0 | |
| * | nrf/twim: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 2 | -2/+2 | |
| * | nrf/spim: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -5/+4 | |
| * | Remove unsafe from new on RND | huntc | 2022-01-06 | 1 | -1/+1 | |
| * | Merge #539 | bors[bot] | 2022-01-04 | 3 | -0/+164 | |
| |\ | ||||||
| | * | example cleanup | Jacob Rosenthal | 2021-12-16 | 2 | -5/+2 | |
| | * | usb_uart_io example equivilent to usb_uart | Jacob Rosenthal | 2021-12-16 | 1 | -0/+70 | |
| | * | simplify usb_uart example | Jacob Rosenthal | 2021-12-16 | 1 | -30/+30 | |
| | * | cleanup example | Jacob Rosenthal | 2021-12-15 | 1 | -23/+25 | |
| | * | enable USB peripheral for relevant chips | Jacob Rosenthal | 2021-12-15 | 1 | -2/+2 | |
| | * | rename to UsbBus | Jacob Rosenthal | 2021-12-15 | 1 | -2/+2 | |
| | * | dont rely on nrf-usdb | Jacob Rosenthal | 2021-12-14 | 1 | -1/+0 | |
| | * | sorta works, too many interupts? | Jacob Rosenthal | 2021-12-14 | 2 | -4/+3 | |
| | * | dont expose embedded_hal_common::usb | Jacob Rosenthal | 2021-12-14 | 1 | -6/+2 | |
| | * | revert | Jacob Rosenthal | 2021-12-14 | 1 | -2/+4 | |
| | * | make send, consolidate usb types | Jacob Rosenthal | 2021-12-13 | 1 | -4/+2 | |
| | * | stub out the embassy registers for usbd | Jacob Rosenthal | 2021-12-13 | 1 | -2/+4 | |
| | * | usb feature gate | Jacob Rosenthal | 2021-12-12 | 1 | -1/+1 | |
| | * | nrf-usbd | Jacob Rosenthal | 2021-12-12 | 2 | -0/+99 | |
| * | | nrf/gpio: add infallible inherent methods, remove some duplication. | Dario Nieuwenhuis | 2021-12-20 | 3 | -16/+12 | |
| * | | Merge #544 | bors[bot] | 2021-12-16 | 1 | -0/+68 | |
| |\ \ | ||||||
| | * | | Introduces split on the nRF Uarte | huntc | 2021-12-15 | 1 | -0/+68 | |
| * | | | Merge #542 | bors[bot] | 2021-12-14 | 2 | -8/+6 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | nrf/gpiote: remove PortInput, move impls to Input. | Dario Nieuwenhuis | 2021-12-14 | 2 | -8/+6 | |
| | * | | Revert blinky changes for now | Ulf Lilleengen | 2021-12-10 | 1 | -11/+8 | |
| | * | | More content | Ulf Lilleengen | 2021-12-10 | 1 | -8/+11 | |
| * | | | Documents the nRF BufferedUarte problem | huntc | 2021-12-12 | 1 | -3/+3 | |
| | |/ |/| | ||||||
| * | | Provides AsyncWrite with flush | huntc | 2021-12-10 | 1 | -0/+3 | |
| |/ | ||||||
| * | Removed unsafe from uarte | huntc | 2021-12-01 | 2 | -19/+16 | |
| * | Merge #486 | bors[bot] | 2021-11-26 | 1 | -0/+73 | |
| |\ | ||||||
| | * | nrf: sequencepwm add events | Jacob Rosenthal | 2021-11-13 | 1 | -0/+73 | |
| * | | Fix interrupt_take macro by specifying path to panic macro. | Matous Hybl | 2021-11-23 | 13 | -13/+4 | |
| * | | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 1 | -2/+2 | |
| * | | Remove extraneous defmt-trace feature. | Bob McWhirter | 2021-11-15 | 1 | -1/+1 | |
| * | | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 1 | -15/+4 | |
| |/ | ||||||
| * | pwm_sequence show implicit and explicit stop functionality | Jacob Rosenthal | 2021-11-11 | 1 | -3/+6 | |
| * | pwm_servo example comment for clarity | Jacob Rosenthal | 2021-11-11 | 1 | -0/+1 | |
| * | nrf: dump the pwm_sequence example for clarity | Jacob Rosenthal | 2021-11-11 | 2 | -129/+9 | |
