| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Merge pull request #4252 from kpfleming/assert-empty-buffer-buffereduart | Dario Nieuwenhuis | 2025-05-27 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | stm32: Assert in BufferedUart that the buffers are not empty. | Kevin P. Fleming | 2025-05-25 | 1 | -0/+2 | |
| | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | | Merge pull request #4232 from RaulIQ/main | Ulf Lilleengen | 2025-05-27 | 1 | -0/+83 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | doc: update documentation to pass test | RaulIQ | 2025-05-22 | 1 | -2/+0 | |
| | | * | | | | | | format simple_pwm.rs with rustfmt | RaulIQ | 2025-05-22 | 1 | -4/+3 | |
| | | * | | | | | | improve waveform_up_multi_channel documentation | RaulIQ | 2025-05-21 | 1 | -1/+19 | |
| | | * | | | | | | add waveform_up_multichannel using DMAR/DCR | RaulIQ | 2025-05-21 | 1 | -0/+68 | |
| | | | |_|/ / / | | |/| | | | | ||||||
| | * | | | | | | stm32: Improvements to CRC HAL. | Kevin P. Fleming | 2025-05-26 | 2 | -30/+25 | |
| | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Merge pull request #4228 from okhsunrog/adding_eeprom | Ulf Lilleengen | 2025-05-23 | 4 | -2/+288 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | fix: lock on early return | okhsunrog | 2025-05-21 | 1 | -8/+10 | |
| | | * | | | | | fix UB | okhsunrog | 2025-05-21 | 1 | -5/+13 | |
| | | * | | | | | Merge remote-tracking branch 'origin/main' into adding_eeprom | okhsunrog | 2025-05-21 | 1 | -1/+1 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | make API more consistent | okhsunrog | 2025-05-21 | 1 | -1/+1 | |
| | | * | | | | | | adding docs | okhsunrog | 2025-05-21 | 1 | -43/+45 | |
| | | * | | | | | | new API | okhsunrog | 2025-05-21 | 3 | -96/+229 | |
| | | * | | | | | | always declare eeprom | okhsunrog | 2025-05-21 | 1 | -1/+2 | |
| | | * | | | | | | nightly fmt | okhsunrog | 2025-05-21 | 1 | -2/+1 | |
| | | * | | | | | | eeprom support | okhsunrog | 2025-05-21 | 2 | -1/+98 | |
| | | * | | | | | | only support eeprom for l0 and l1 | okhsunrog | 2025-05-21 | 1 | -2/+3 | |
| | | * | | | | | | import and re-export EEPROM_BASE and EEPROM_SIZE in flash module | okhsunrog | 2025-05-21 | 1 | -0/+2 | |
| | | * | | | | | | adding eeprom constants to _generated.rs | okhsunrog | 2025-05-20 | 1 | -0/+41 | |
| | | * | | | | | | update stm32-metapac | okhsunrog | 2025-05-20 | 1 | -2/+2 | |
| | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 | |
| | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Update stm32-metapac tag | Adam Morgan | 2025-05-21 | 1 | -2/+2 | |
| | * | | | | | Add support for rtc_v3h7rs | Adam Morgan | 2025-05-21 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| | * | | | | Merge pull request #4212 from embassy-rs/fix-doc | Dario Nieuwenhuis | 2025-05-19 | 1 | -2/+8 | |
| | |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | | * | | | fix: add bank configuration doc build features | Ulf Lilleengen | 2025-05-16 | 1 | -2/+8 | |
| | * | | | | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 | |
| | * | | | | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 2 | -18/+50 | |
| | * | | | | Impl Drop for stm32 Rng | Tobias Naumann | 2025-05-16 | 1 | -0/+9 | |
| | |/ / / | ||||||
| | * | | | add the possibility to document `bind_interrupts` `struct`s | Ralph Ursprung | 2025-05-15 | 1 | -5/+8 | |
| | * | | | Merge branch 'embassy-rs:main' into update_doc_comment_for_adc_read | Jakob | 2025-05-14 | 25 | -422/+306 | |
| | |\ \ \ | ||||||
| | | * | | | Interrupt Doc Comments | jake-taf | 2025-05-14 | 1 | -1/+4 | |
| | | * | | | Merge pull request #4124 from mickem/allow_stm32_to_re_init_rcc | Dario Nieuwenhuis | 2025-05-13 | 2 | -11/+30 | |
| | | |\ \ \ | ||||||
| | | | * | | | removed unused import | Michael Medin | 2025-04-28 | 1 | -1/+0 | |
| | | | * | | | function needs to be pub(crate) | Michael Medin | 2025-04-28 | 1 | -1/+1 | |
| | | | * | | | Moved functions to rcc module (this is a bit awkward as we now have two init ... | Michael Medin | 2025-04-28 | 2 | -31/+31 | |
| | | | * | | | updated cs gates for dual core | Michael Medin | 2025-04-24 | 1 | -2/+0 | |
| | | | * | | | Possible fix for unused CS and feature selections | Michael Medin | 2025-04-24 | 1 | -0/+1 | |
| | | | * | | | Fixed formatting | Michael Medin | 2025-04-24 | 1 | -1/+1 | |
| | | | * | | | Updated based on feedback | Michael Medin | 2025-04-24 | 1 | -24/+18 | |
| | | | * | | | Fixed for cs not always used | Michael Medin | 2025-04-24 | 1 | -2/+2 | |
| | | | * | | | Fixed formatting | Michael Medin | 2025-04-24 | 1 | -1/+0 | |
| | | | * | | | Add function to allow re-init rcc config for stm32 | Michael Medin | 2025-04-24 | 1 | -0/+28 | |
| | | * | | | | Merge pull request #4173 from phycrax/derive-for-pwmpincfg | Ulf Lilleengen | 2025-05-09 | 1 | -0/+2 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | derive debug copy clone defmt for pwmpinconfig | Süha Ünüvar | 2025-05-07 | 1 | -0/+2 | |
| | | * | | | | | Stm32: Fix opamp copy pasta mistake | Dion Dokter | 2025-05-08 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | | * | | | | Merge branch 'main' into configurable-bank-support | Dion Dokter | 2025-05-06 | 1 | -1/+1 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Fix clippy::bad_bit_mask | Hiroaki Yutani | 2025-05-06 | 1 | -1/+1 | |
| | | | * | | | | Update stm32-metapac | Dario Nieuwenhuis | 2025-05-01 | 1 | -2/+2 | |
