aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | stm32: Assert in BufferedUart that the buffers are not empty.Kevin P. Fleming2025-05-251-0/+2
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4232 from RaulIQ/mainUlf Lilleengen2025-05-271-0/+83
| |\ \ \ \ \
| | * | | | | doc: update documentation to pass testRaulIQ2025-05-221-2/+0
| | * | | | | format simple_pwm.rs with rustfmtRaulIQ2025-05-221-4/+3
| | * | | | | improve waveform_up_multi_channel documentationRaulIQ2025-05-211-1/+19
| | * | | | | add waveform_up_multichannel using DMAR/DCRRaulIQ2025-05-211-0/+68
| | | |/ / / | | |/| | |
| * | | | | stm32: Improvements to CRC HAL.Kevin P. Fleming2025-05-262-30/+25
| | |/ / / | |/| | |
| * | | | fix: lock on early returnokhsunrog2025-05-211-8/+10
| * | | | fix UBokhsunrog2025-05-211-5/+13
| * | | | Merge remote-tracking branch 'origin/main' into adding_eepromokhsunrog2025-05-211-1/+1
| |\ \ \ \
| | * | | | Add support for rtc_v3h7rsAdam Morgan2025-05-211-1/+1
| | |/ / /
| * | | | make API more consistentokhsunrog2025-05-211-1/+1
| * | | | adding docsokhsunrog2025-05-211-43/+45
| * | | | new APIokhsunrog2025-05-213-96/+229
| * | | | nightly fmtokhsunrog2025-05-211-2/+1
| * | | | eeprom supportokhsunrog2025-05-212-1/+98
| * | | | only support eeprom for l0 and l1okhsunrog2025-05-211-2/+3
| * | | | import and re-export EEPROM_BASE and EEPROM_SIZE in flash moduleokhsunrog2025-05-211-0/+2
| |/ / /
| * | | Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-17/+47
| * | | 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-1422-404/+248
| |\ \ \
| | * | | 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
| | * | | | | 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
| | * | | | | Merge branch 'main' into configurable-bank-supportdiondokter2025-05-0112-65/+69
| | |\| | | |
| | | * | | | stm32/otg: calculate TRDT using AHB freq instead of kernel freq.Dario Nieuwenhuis2025-04-302-1/+3
| | * | | | | Add L4+ supportDion Dokter2025-04-291-0/+10
| | * | | | | Add f7 supportDion Dokter2025-04-291-0/+10
| | * | | | | Add F4 supportDion Dokter2025-04-291-0/+10
| | * | | | | Add support for L5Dion Dokter2025-04-291-0/+10
| | * | | | | Add support for g0Dion Dokter2025-04-291-1/+11
| | * | | | | Check the bank setup when requiredDion Dokter2025-04-242-0/+14