aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Adjust the config.toml for U5.Bob McWhirter2021-11-171-5/+2
* Remove unused depsDario Nieuwenhuis2021-11-1514-16/+4
* Adjust for bxcan API.Bob McWhirter2021-11-151-3/+4
* Further cargo muckings for smol/defmt.Bob McWhirter2021-11-152-3/+7
* Remove extraneous defmt-trace feature.Bob McWhirter2021-11-151-1/+1
* Adjust all examples to defmt 0.3.Bob McWhirter2021-11-1512-174/+53
* Update to defmt 3.0ish.Bob McWhirter2021-11-155-47/+24
* pwm_sequence show implicit and explicit stop functionalityJacob Rosenthal2021-11-111-3/+6
* pwm_servo example comment for clarityJacob Rosenthal2021-11-111-0/+1
* nrf: dump the pwm_sequence example for clarityJacob Rosenthal2021-11-112-129/+9
* nrf: sequencepwm rename top to max_duty for consistancyJacob Rosenthal2021-11-111-1/+1
* fixJacob Rosenthal2021-11-111-2/+2
* fixJacob Rosenthal2021-11-111-2/+8
* 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