aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2812 from borisfaure/mut-hid-request-handlerDario Nieuwenhuis2024-04-237-46/+46
|\ | | | | | | usb::hid::RequestHandler::set_report(&mut self, ...)
| * usb-hid: all the RequestHandler method accept &mut selfBoris Faure2024-04-157-21/+21
| |
| * examples: request_handler is mutableBoris Faure2024-04-157-25/+25
| |
* | Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfgDario Nieuwenhuis2024-04-233-4/+4
|\ \ | | | | | | | | | stm32: can: fd: Properties for common runtime get/set operations
| * | examples: stm32: can: fix buildTorin Cooper-Bennun2024-04-223-4/+4
| | |
* | | rustfmt usb examplesJoël Schulz-Ansres2024-04-228-13/+13
| | |
* | | Add comment on vbus_detection to all USB examplesJoël Schulz-Ansres2024-04-228-1/+104
|/ /
* | Merge pull request #2813 from diondokter/u0-dionDario Nieuwenhuis2024-04-1612-1/+462
|\ \ | | | | | | | | | More U0 support
| * | Fix rng clockDion Dokter2024-04-161-1/+3
| | |
| * | Add spi, i2c and fix usartDion Dokter2024-04-163-7/+52
| | |
| * | Added RTC exampleDion Dokter2024-04-162-1/+51
| | |
| * | Merge branch 'master' into u0-dionDion Dokter2024-04-1629-165/+53
| |\ \
| * | | Add CRCDion Dokter2024-04-141-0/+31
| | | |
| * | | Add wdt and flashDion Dokter2024-04-142-0/+84
| | | |
| * | | Remove temp variableDion Dokter2024-04-141-1/+0
| | | |
| * | | Add ADCDion Dokter2024-04-141-3/+1
| | | |
| * | | Add some examples.Dion Dokter2024-04-136-0/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - usart works - dac works - rng gets stuck on while loop - usb_serial works, but cannot test due to lack of user usb port - adc needs work and does not work yet
| * | | Disable the speed limitationDion Dokter2024-04-131-1/+1
| | | |
| * | | Add stm32u0 support.Dario Nieuwenhuis2024-04-136-0/+114
| | | |
| * | | stm32/adc: update g4 for new pac.Dario Nieuwenhuis2024-04-131-1/+1
| | | |
* | | | More probe-run -> probe-rs run.Dario Nieuwenhuis2024-04-162-2/+2
| | | |
* | | | L4 Example: probe-run to probe-rsJames Munns2024-04-161-1/+1
| |/ / |/| | | | | Reverts some change made in https://github.com/embassy-rs/embassy/pull/1792
* | | stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-1612-60/+16
| | |
* | | Merge pull request #2792 from wagcampbell/wgc/u5-flash-non-secureDario Nieuwenhuis2024-04-151-0/+4
|\ \ \ | | | | | | | | | | | | Support non-secure flash operations on STM32U5
| * | | Add support for using secure registersWarren Campbell2024-04-151-0/+4
| | |/ | |/|
* | | stm32/i2c: remove DMA generic params.Dario Nieuwenhuis2024-04-155-69/+5
| | |
* | | stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-1510-33/+25
|/ /
* | Add stm32u0 support.Dario Nieuwenhuis2024-04-146-0/+114
| |
* | stm32/adc: update g4 for new pac.Dario Nieuwenhuis2024-04-141-1/+1
|/
* Fix spelling and white space mistakesVega Deftwing2024-04-112-5/+5
|
* Merge branch 'main' of https://github.com/embassy-rs/embassyGustav Toft2024-04-1110-24/+23
|\
| * stm32: update adc examplesAndres Vahter2024-04-1010-24/+23
| |
* | Merge branch 'main' of https://github.com/embassy-rs/embassyGustav Toft2024-04-108-2/+102
|\|
| * Incorporated adam’s suggestion into all multiprio commentsBarnaby Walters2024-04-074-12/+16
| |
| * Apply suggestions from code reviewBarnaby Walters2024-04-072-2/+2
| | | | | | Co-authored-by: becothas <[email protected]>
| * [embassy-stm32] added comments explaining multiprio interruptsBarnaby Walters2024-04-074-0/+16
| |
| * Add VBUS detection blackpill commentBarnaby Walters2024-04-051-0/+1
| |
| * Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-051-1/+2
| |
| * rp: remove mod sealed.Dario Nieuwenhuis2024-04-051-1/+1
| |
| * Merge pull request #2697 from eZioPan/stm32-cordicDario Nieuwenhuis2024-04-041-0/+78
| |\ | | | | | | | | | stm32 CORDIC driver
| | * stm32 CORDIC: re-design APIeZio Pan2024-03-231-8/+51
| | |
| | * stm32 CORDIC: add exampleeZio Pan2024-03-231-0/+35
| | |
* | | Merge branch 'main' of https://github.com/GustavToft/embassyGustav Toft2024-04-0459-230/+390
|\| |
| * | Merge pull request #2746 from msrd0/multiprio-example-stm32h7Dario Nieuwenhuis2024-04-042-2/+147
| |\ \ | | | | | | | | | | | | Add multiprio example for stm32h7 inspired by stm32f4
| | * | Add multiprio example for stm32h7 inspired by stm32f4Dominic2024-04-042-2/+147
| | | |
| * | | rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-023-3/+3
| | | |
| * | | stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-023-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait are a relic from the `bxcan` crate. Remove them, move the functionality into the main structs.
| * | | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods ↵Corey Schuhen2024-03-285-35/+121
| |/ / | | | | | | | | | instead of a tuple sometimes.
| * / Remove ad-hoc fixes for setting the IOSV bit to trueEmilie Burgun2024-03-261-6/+0
| |/
| * Merge pull request #2730 from embassy-rs/stm32-sealedDario Nieuwenhuis2024-03-234-70/+86
| |\ | | | | | | stm32: use private_bounds for sealed traits.