aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | rustfmtkalkyl2024-05-091-5/+5
| | | |
* | | | rp: Add raw interrupt handler examplekalkyl2024-05-092-0/+96
|/ / /
* / / examples: Use unique crate name for stm32h7rs examplesPriit Laes2024-05-081-1/+1
|/ / | | | | | | | | Current name clashes with "regular" stm32h7 thus generating cargo warning.
* | formatPegasis2024-05-032-2/+2
| |
* | add example for bdmaPegasis2024-05-033-0/+122
| |
* | Merge pull request #2894 from kalkyl/webusb-winDario Nieuwenhuis2024-05-011-1/+19
|\ \ | |/ |/| rp: WebUSB example - add Windows compatibility
| * rp: WebUSB example - add Windows compatibilitykalkyl2024-04-301-1/+19
| |
* | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-0116-0/+767
|/
* Merge pull request #2889 from embassy-rs/update-metapac-42Dario Nieuwenhuis2024-04-293-7/+7
|\ | | | | | | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.
| * stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-293-7/+7
| |
* | Update wdt.rs: reverted change, probably unneccesary herepkoevesdi2024-04-291-1/+1
| |
* | Update wdt.rs: reverted changes, probably unneccesarypkoevesdi2024-04-291-2/+2
| |
* | Update wdt.rs: added missing typepkoevesdi2024-04-291-1/+1
| |
* | fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-297-9/+9
|/
* Merge pull request #2862 from AtoVproject/feature/web-usb-classDario Nieuwenhuis2024-04-281-0/+137
|\ | | | | WebUSB implementation
| * feature: WebUSB capability implementationChris Maniewski2024-04-271-0/+137
| | | | | | | | | | | | | | This adds the WebUSB implementation as per https://wicg.github.io/webusb/, using one in-endpoint and one out-endpoint as well as an example for the RP2040 to illustrate this capability.
* | low power for h5eZio Pan2024-04-282-1/+72
| |
* | Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-2639-39/+22
| |
* | Remove leftover `cargo new` boilerplate.Dario Nieuwenhuis2024-04-261-2/+0
| |
* | Merge pull request #2846 from BjornTheProgrammer/mainDario Nieuwenhuis2024-04-262-0/+326
|\ \ | | | | | | | | | Added PIO pwm examples for rp
| * | Changed attach to newBjorn2024-04-212-4/+4
| | |
| * | Merge branch 'main' of https://github.com/embassy-rs/embassyBjorn2024-04-2015-4/+465
| |\|
| * | Added PIO pwm examples for rpBjorn2024-04-202-0/+326
| | | | | | | | | | | | Two additionally `rp` examples, `pio_pwm.rs`, which is a baremetal example of how to do pwm with pio, and `pio_servo.rs`, which is a more extended example of pwm and pio with servos.
* | | Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2Dario Nieuwenhuis2024-04-2619-19/+19
|\ \ \ | | | | | | | | | | | | embassy-usb: Update version and add changelog
| * | | Update dependent versionsJames Munns2024-04-2319-19/+19
| | | |
* | | | 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
| | |/ | |/|