aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1
Commit message (Collapse)AuthorAgeFilesLines
* adc: remove sample_time from structxoviat2025-11-101-3/+3
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-064-7/+7
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-052-4/+5
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-292-2/+2
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-6/+6
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
|
* fix examplesSüha Ünüvar2025-06-271-1/+1
|
* stm32: adapt examples to timer API changesmelvdl2025-06-271-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-273-5/+5
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-1/+1
|
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* Merge pull request #3014 from brunob45/pwm_inputDario Nieuwenhuis2024-05-312-0/+106
|\ | | | | | | Add PWM Input for STM32
| * fix fmtBruno Bousquet2024-05-291-1/+4
| |
| * rename get_width_ticks and add info!() in examplesBruno Bousquet2024-05-291-5/+4
| |
| * Apply suggestions from code reviewBruno Bousquet2024-05-292-2/+2
| | | | | | Co-authored-by: Romain Reignier <[email protected]>
| * fix fmt againBruno Bousquet2024-05-291-2/+1
| |
| * Merge branch 'pwm_input_f103' into pwm_inputBruno Bousquet2024-05-291-1/+2
| |\
| | * fix fmtBruno Bousquet2024-05-291-1/+2
| | |
| * | remove dev filesBruno Bousquet2024-05-294-99/+0
| |/
| * fix F103 exampleBruno Bousquet2024-05-292-2/+4
| |
| * pwm_input is working on F446Bruno Bousquet2024-05-293-2/+52
| |
| * add f103 example for input_captureBruno Bousquet2024-05-285-0/+151
| |
* | Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|/
* fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-291-2/+2
|
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
|
* Update dependent versionsJames Munns2024-04-231-1/+1
|
* stm32: update adc examplesAndres Vahter2024-04-101-3/+3
|
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-8/+5
| | | | | | 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-282-13/+90
| | | | instead of a tuple sometimes.
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
|
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+1
|
* Shared frame types.Corey Schuhen2024-03-131-3/+3
| | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData