| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | rename to UsbBus | Jacob Rosenthal | 2021-12-15 | 1 | -2/+2 | |
| | * | sorta works, too many interupts? | Jacob Rosenthal | 2021-12-14 | 1 | -3/+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 | 1 | -0/+94 | |
| * | | 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 | |
| |/ | ||||||
| * | 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 | |
| * | nrf: sequencepwm rename top to max_duty for consistancy | Jacob Rosenthal | 2021-11-11 | 1 | -1/+1 | |
| * | fix | Jacob Rosenthal | 2021-11-11 | 1 | -2/+2 | |
| * | fix | Jacob Rosenthal | 2021-11-11 | 1 | -2/+8 | |
| * | pwm_sequence consume buffer | Jacob Rosenthal | 2021-11-11 | 1 | -7/+1 | |
| * | remove unstable feature and dependency, and make pwm_sequence a near mirror o... | Jacob Rosenthal | 2021-11-10 | 2 | -58/+87 | |
| * | fix examples for mut self set_duty | Jacob Rosenthal | 2021-11-10 | 3 | -3/+3 | |
| * | make SequenceConfig struct is consistent with other Config structs, that are ... | Jacob Rosenthal | 2021-11-03 | 2 | -26/+23 | |
| * | rename to SimplePwm and SequencePwm | Jacob Rosenthal | 2021-11-03 | 5 | -11/+12 | |
| * | restore example and add set_time_stretch api | Jacob Rosenthal | 2021-11-03 | 2 | -29/+132 | |
| * | rename error enum again | Jacob Rosenthal | 2021-11-02 | 2 | -2/+2 | |
| * | seperate start from pwmseq::new | Jacob Rosenthal | 2021-11-01 | 2 | -3/+3 | |
| * | seperate sequence from duty cycle pwm struct | Jacob Rosenthal | 2021-11-01 | 2 | -7/+11 | |
| * | led dimming example, dont need to keep all examples, just covering ground to ... | Jacob Rosenthal | 2021-11-01 | 1 | -0/+47 | |
| * | generalize new and change pwm example to a servo | Jacob Rosenthal | 2021-11-01 | 1 | -82/+29 | |
| * | better not as a constructor? | Jacob Rosenthal | 2021-11-01 | 2 | -12/+10 | |
| * | reduce complexity of loopmode | Jacob Rosenthal | 2021-11-01 | 2 | -3/+3 | |
| * | documentation | Jacob Rosenthal | 2021-11-01 | 2 | -2/+2 | |
| * | stop->sequence_stop | Jacob Rosenthal | 2021-10-31 | 1 | -1/+1 | |
| * | add ability to configure loop count from 1 to infinite | Jacob Rosenthal | 2021-10-30 | 2 | -11/+14 | |
| * | a runtime generated sin table example | Jacob Rosenthal | 2021-10-29 | 1 | -0/+41 | |
| * | simplify api, more interesting example | Jacob Rosenthal | 2021-10-29 | 1 | -7/+7 | |
| * | simple_playback api from nrf sdk | Jacob Rosenthal | 2021-10-29 | 1 | -0/+41 | |
| * | Fixed examples | Dion Dokter | 2021-10-26 | 2 | -4/+2 | |
| * | Another redo using the feedback. | Dion Dokter | 2021-10-26 | 3 | -18/+14 | |
| * | Fixed examples and added defmt format to the new error types | Dion Dokter | 2021-10-26 | 2 | -4/+4 | |
| * | - Added _ppi and _dppi to distinguish between the new and the old peripheral. | Dion Dokter | 2021-10-26 | 1 | -9/+9 | |
