aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update rust-toolchainUlf Lilleengen2021-12-167-9/+4
* Merge #544bors[bot]2021-12-161-0/+68
|\
| * Introduces split on the nRF Uartehuntc2021-12-151-0/+68
* | Merge #540bors[bot]2021-12-1610-0/+243
|\ \
| * | [examples] Add examples for STM32F3VasanthakumarV2021-12-1310-0/+243
* | | Merge #542bors[bot]2021-12-142-8/+6
|\ \ \ | |_|/ |/| |
| * | nrf/gpiote: remove PortInput, move impls to Input.Dario Nieuwenhuis2021-12-142-8/+6
| * | Revert blinky changes for nowUlf Lilleengen2021-12-101-11/+8
| * | More contentUlf Lilleengen2021-12-101-8/+11
* | | Merge #537bors[bot]2021-12-121-3/+3
|\ \ \
| * | | Documents the nRF BufferedUarte problemhuntc2021-12-121-3/+3
* | | | Use smoltcp 0.8.0 from crates.io.Matous Hybl2021-12-122-4/+2
|/ / /
* | | Provides AsyncWrite with flushhuntc2021-12-101-0/+3
* | | Add DCMI example.Matous Hybl2021-12-092-1/+378
* | | Use smoltcp revision from its master branch.Matous Hybl2021-12-092-2/+2
|/ /
* / Do not use exported Result to mitigate problems with clap.Matous Hybl2021-12-082-3/+8
|/
* Fix build examples with defmt.Dario Nieuwenhuis2021-12-062-0/+12
* Fix embassy-net documentation of running examples.Matous Hybl2021-12-061-2/+2
* Refactor sx127x radio to use async SPI with DMAUlf Lilleengen2021-12-032-13/+6
* Update rust-lorawan to version supporting defmt 0.3Ulf Lilleengen2021-12-022-5/+6
* Removed unsafe from uartehuntc2021-12-012-19/+16
* examples: remove unused deps.Dario Nieuwenhuis2021-11-2915-56/+2
* examples/stm32g4: add pwm exampleDario Nieuwenhuis2021-11-272-1/+37
* stm32: add stm32g4 support.Dario Nieuwenhuis2021-11-278-1/+136
* Merge #486bors[bot]2021-11-261-0/+73
|\
| * nrf: sequencepwm add eventsJacob Rosenthal2021-11-131-0/+73
* | net: update smoltcpDario Nieuwenhuis2021-11-263-4/+3
* | net: don't depend directly on smoltcp outside embassy-netDario Nieuwenhuis2021-11-244-32/+3
* | Merge #501bors[bot]2021-11-241-1/+1
|\ \
| * | stm32: rename core features from _cmX to -cmX, cleanup gen.Dario Nieuwenhuis2021-11-231-1/+1
* | | Fix interrupt_take macro by specifying path to panic macro.Matous Hybl2021-11-2314-14/+4
|/ /
* | 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