aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
* Update stm32-metapac tagAdam Morgan2025-05-211-2/+2
* Add support for rtc_v3h7rsAdam Morgan2025-05-211-1/+1
* Merge pull request #4212 from embassy-rs/fix-docDario Nieuwenhuis2025-05-191-2/+8
|\
| * fix: add bank configuration doc build featuresUlf Lilleengen2025-05-161-2/+8
* | Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
* | Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-182-18/+50
* | Impl Drop for stm32 RngTobias Naumann2025-05-161-0/+9
|/
* add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-5/+8
* Merge branch 'embassy-rs:main' into update_doc_comment_for_adc_readJakob2025-05-1425-422/+306
|\
| * Interrupt Doc Commentsjake-taf2025-05-141-1/+4
| * Merge pull request #4124 from mickem/allow_stm32_to_re_init_rccDario Nieuwenhuis2025-05-132-11/+30
| |\
| | * removed unused importMichael Medin2025-04-281-1/+0
| | * function needs to be pub(crate)Michael Medin2025-04-281-1/+1
| | * Moved functions to rcc module (this is a bit awkward as we now have two init ...Michael Medin2025-04-282-31/+31
| | * updated cs gates for dual coreMichael Medin2025-04-241-2/+0
| | * Possible fix for unused CS and feature selectionsMichael Medin2025-04-241-0/+1
| | * Fixed formattingMichael Medin2025-04-241-1/+1
| | * Updated based on feedbackMichael Medin2025-04-241-24/+18
| | * Fixed for cs not always usedMichael Medin2025-04-241-2/+2
| | * Fixed formattingMichael Medin2025-04-241-1/+0
| | * Add function to allow re-init rcc config for stm32Michael Medin2025-04-241-0/+28
| * | Merge pull request #4173 from phycrax/derive-for-pwmpincfgUlf Lilleengen2025-05-091-0/+2
| |\ \
| | * | derive debug copy clone defmt for pwmpinconfigSüha Ünüvar2025-05-071-0/+2
| * | | Stm32: Fix opamp copy pasta mistakeDion Dokter2025-05-081-1/+1
| |/ /
| * | Merge branch 'main' into configurable-bank-supportDion Dokter2025-05-061-1/+1
| |\ \
| | * | Fix clippy::bad_bit_maskHiroaki Yutani2025-05-061-1/+1
| | * | Update stm32-metapacDario Nieuwenhuis2025-05-011-2/+2
| * | | Updated metapac tagDion Dokter2025-05-061-4/+2
| * | | Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ...Dion Dokter2025-05-0116-144/+26
| * | | Fix dual bank support for F7Dion Dokter2025-05-011-2/+55
| * | | Fix the f4 flash tests by throwing away alt modeDion Dokter2025-05-011-249/+68
| * | | Maybe fixed all CIDion Dokter2025-05-011-2/+2
| * | | Merge branch 'main' into configurable-bank-supportdiondokter2025-05-0113-65/+74
| |\| |
| | * | stm32/otg: calculate TRDT using AHB freq instead of kernel freq.Dario Nieuwenhuis2025-04-303-1/+8
| * | | Use generated metapac instead of local oneDion Dokter2025-04-291-2/+2
| * | | Update changelogDion Dokter2025-04-291-1/+1
| * | | Add L4+ supportDion Dokter2025-04-291-0/+10
| * | | Add f7 supportDion Dokter2025-04-291-0/+10
| * | | Add F4 supportDion Dokter2025-04-292-8/+14
| * | | Add support for L5Dion Dokter2025-04-291-0/+10
| * | | Add support for g0Dion Dokter2025-04-291-1/+11
| * | | Add to changelogDion Dokter2025-04-241-0/+1
| * | | Check the bank setup when requiredDion Dokter2025-04-242-0/+14
| * | | Add configurable bank support in build scriptDion Dokter2025-04-242-18/+58
* | | | Fix compile error in adc_read doc comment codeJakob2025-05-143-6/+6
| |/ / |/| |
* | | Merge pull request #4137 from cschuhen/stm32-can-data-lenDario Nieuwenhuis2025-04-274-16/+21
|\ \ \
| * | | Make raw_data public.Corey Schuhen2025-04-271-2/+2
| * | | STM32: Fix CAN transmit on bxcan targetsAdam Greig2025-04-183-3/+8
| * | | STM32: Change CAN data() to return slice with correct lengthAdam Greig2025-04-182-11/+9