aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4
Commit message (Collapse)AuthorAgeFilesLines
* chore: bump usbd-hid versionHaobo Gu2025-11-251-1/+1
| | | | Signed-off-by: Haobo Gu <[email protected]>
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-6/+1
| | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-2/+1
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-211-2/+14
| | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* stm32/adc: extract into commonxoviat2025-11-125-10/+13
| | | | add common low-level interface for adc
* adc: seal special channelsxoviat2025-11-111-0/+5
|
* adc: cleanup g4xoviat2025-11-111-3/+3
|
* adc: remove sample_time from structxoviat2025-11-103-6/+3
|
* Restore cargo toml for examplesJakob2025-11-072-17/+5
|
* fmt againJakob2025-11-071-1/+1
|
* cargo fmtJakob2025-11-071-2/+3
|
* Rework how sequences ADC are specified. Update documentation in g4. ↵Jakob2025-11-073-13/+26
| | | | Carefully chose which methods to expose publicly
* consume regular ringbufxoviat2025-11-051-6/+12
|
* Create raii wrapper for injected conversionsJakob2025-11-051-18/+20
|
* Remove unused import from exampleJakob2025-11-041-1/+1
|
* Implement into_ring_buffered for g4. Add methods for configuring injected ↵Jakob2025-11-044-9/+154
| | | | sampling for g4.
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-067-10/+10
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-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
|
* revert deleted importSüha Ünüvar2025-08-081-0/+1
|
* rustfmtSüha Ünüvar2025-08-081-2/+2
|
* i2c examplesSüha Ünüvar2025-08-081-5/+4
|
* 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
|
* stm32: adapt examples to timer API changesmelvdl2025-06-271-1/+1
|
* merge new embassy changesjrmoulton2025-06-107-24/+182
|\
| * 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-271-1/+1
| |
| * 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
| |
| * Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-5/+0
| |
| * 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
| |
| * stm32 adc g4: example of async readIvan Li2024-11-231-0/+60
| | | | | | | | Signed-off-by: Ivan Li <[email protected]>
| * 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
| |
| * Merge pull request #3317 from GrantM11235/simplepwmchannelUlf Lilleengen2024-10-231-10/+9
| |\ | | | | | | | | | embassy-stm32: Add SimplePwmChannel
| | * last oops I promiseGrant Miller2024-09-061-2/+1
| | |
| | * Update examplesGrant Miller2024-09-061-9/+9
| | |
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
| | |
| * | Merge pull request #3169 from Adancurusul/g4_devDario Nieuwenhuis2024-09-102-0/+104
| |\ \ | | | | | | | | | | | | Add adc oversampling and adc differential for g4
| | * | Add oversampling and differential for g4Chen Yuheng2024-07-112-0/+104
| | | |
| * | | [UCPD] Add support for non-SOP packetsSjoerd Simons2024-08-181-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | Allow capturing (and distinguishing) non-SOP packets as well. The default configuration will just configure SOP packets. For ease of use the default receive function signature is unchanged as for PD sinks (which is likely the common usage) just SOP is enough so no need to differentiate.