aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* pwm_sequence consume bufferJacob Rosenthal2021-11-111-7/+1
* Merge #455bors[bot]2021-11-114-2/+213
|\
| * remove unstable feature and dependency, and make pwm_sequence a near mirror o...Jacob Rosenthal2021-11-103-59/+87
| * fix examples for mut self set_dutyJacob Rosenthal2021-11-103-3/+3
| * make SequenceConfig struct is consistent with other Config structs, that are ...Jacob Rosenthal2021-11-032-26/+23
| * rename to SimplePwm and SequencePwmJacob Rosenthal2021-11-035-11/+12
| * restore example and add set_time_stretch apiJacob Rosenthal2021-11-032-29/+132
| * rename error enum againJacob Rosenthal2021-11-022-2/+2
| * seperate start from pwmseq::newJacob Rosenthal2021-11-012-3/+3
| * seperate sequence from duty cycle pwm structJacob Rosenthal2021-11-012-7/+11
| * led dimming example, dont need to keep all examples, just covering ground to ...Jacob Rosenthal2021-11-011-0/+47
| * generalize new and change pwm example to a servoJacob Rosenthal2021-11-011-82/+29
| * better not as a constructor?Jacob Rosenthal2021-11-012-12/+10
| * reduce complexity of loopmodeJacob Rosenthal2021-11-012-3/+3
| * documentationJacob Rosenthal2021-11-012-2/+2
| * stop->sequence_stopJacob Rosenthal2021-10-311-1/+1
| * add ability to configure loop count from 1 to infiniteJacob Rosenthal2021-10-302-11/+14
| * a runtime generated sin table exampleJacob Rosenthal2021-10-292-0/+42
| * simplify api, more interesting exampleJacob Rosenthal2021-10-291-7/+7
| * simple_playback api from nrf sdkJacob Rosenthal2021-10-291-0/+41
* | Merge #482bors[bot]2021-11-111-0/+32
|\ \
| * | Add MCO peripheral.Matous Hybl2021-11-111-0/+32
* | | Merge #468bors[bot]2021-11-103-2/+156
|\ \ \
| * | | Add v1c ethernet driver for the STM32F7 family.Matous Hybl2021-11-103-2/+156
| |/ /
* / / Update U5 to init RCC.Bob McWhirter2021-11-082-3/+8
|/ /
* | Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-0732-198/+63
* | Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.Matous Hybl2021-11-043-3/+8
* | Merge #465bors[bot]2021-11-025-1/+90
|\ \
| * | Omg. More formatting.Bob McWhirter2021-11-021-1/+0
| * | Need to include a bit of embassy for the NVIC.Bob McWhirter2021-11-021-0/+3
| * | Remove unused imports.Bob McWhirter2021-11-021-14/+0
| * | Formatting, per usual.Bob McWhirter2021-11-021-5/+5
| * | Add STM32U5 example.Bob McWhirter2021-11-024-0/+100
| * | Adjust for STM32U5.Bob McWhirter2021-11-021-1/+2
| |/
* / Update versions of critical-section and atomic-polyfillUlf Lilleengen2021-11-023-3/+3
|/
* Initial support for STM32F767ZI.Matous Hybl2021-10-269-0/+240
* Fixed examplesDion Dokter2021-10-262-4/+2
* Another redo using the feedback.Dion Dokter2021-10-263-18/+14
* Fixed examples and added defmt format to the new error typesDion Dokter2021-10-262-4/+4
* - Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter2021-10-261-9/+9
* Merge #456bors[bot]2021-10-261-0/+37
|\
| * Fix clock setup for MSI and PLL to allow RNG opereationUlf Lilleengen2021-10-261-0/+37
* | Merge #441bors[bot]2021-10-261-0/+35
|\ \ | |/ |/|
| * Add implementation of async trait for STM32 I2C v2Ulf Lilleengen2021-10-211-0/+35
* | Merge #444bors[bot]2021-10-232-0/+45
|\ \
| * | nrf: add NVMC driver.Dario Nieuwenhuis2021-10-222-0/+45
| |/
* / Use upstream version of rust-lorawanUlf Lilleengen2021-10-222-4/+4
|/
* Merge #440bors[bot]2021-10-201-0/+28
|\
| * Add i2c example for L4Ulf Lilleengen2021-10-201-0/+28
* | Specify unit in log outputUlf Lilleengen2021-10-191-1/+1