| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oops | Grant Miller | 2024-02-23 | 1 | -1/+1 |
| * | Improve hygiene | Grant Miller | 2024-02-14 | 1 | -5/+4 |
| * | Fix feature flag in executor tests | Grant Miller | 2024-02-14 | 1 | -1/+1 |
| * | wip | Grant Miller | 2024-02-14 | 1 | -3/+15 |
| * | Merge pull request #2564 from embassy-rs/rcc-f1-update | Dario Nieuwenhuis | 2024-02-14 | 12 | -439/+191 |
| |\ | |||||
| | * | stm32/rcc: unify f0, f1, f3. | Dario Nieuwenhuis | 2024-02-14 | 6 | -525/+137 |
| | * | stm32/rcc: port F0 to new API. | Dario Nieuwenhuis | 2024-02-13 | 5 | -161/+204 |
| | * | stm32/rcc: port F1 to new API. | Dario Nieuwenhuis | 2024-02-13 | 5 | -161/+257 |
| | * | stm32/rcc: some f3 fixes. | Dario Nieuwenhuis | 2024-02-13 | 1 | -2/+3 |
| * | | Merge pull request #2543 from badrbouslikhin/usb-dfu-erase-then-write | Dario Nieuwenhuis | 2024-02-14 | 2 | -17/+266 |
| |\ \ | |||||
| | * | | refactor(boot): use sector instead of page for consistency | Badr Bouslikhin | 2024-02-12 | 2 | -16/+16 |
| | * | | refactor(boot): move page erase index out of state | Badr Bouslikhin | 2024-02-12 | 2 | -18/+10 |
| | * | | test(boot): add various write firmware test configurations | Badr Bouslikhin | 2024-02-11 | 2 | -0/+150 |
| | * | | feat(boot): enhance firmware write functionality | Badr Bouslikhin | 2024-02-11 | 2 | -17/+124 |
| | * | | Revert "feat(usb-dfu): change usb dfu chunks write mechanism " | Badr Bouslikhin | 2024-02-11 | 1 | -16/+1 |
| | * | | Revert "feat(boot): introduce non-erase flash write method " | Badr Bouslikhin | 2024-02-11 | 1 | -35/+0 |
| | * | | Merge branch 'embassy-rs:main' into usb-dfu-erase-then-write | Badr Bouslikhin | 2024-02-11 | 58 | -351/+948 |
| | |\ \ | |||||
| | * | | | feat(usb-dfu): change usb dfu chunks write mechanism | Badr Bouslikhin | 2024-02-07 | 1 | -1/+16 |
| | * | | | feat(boot): introduce non-erase flash write method | Badr Bouslikhin | 2024-02-07 | 1 | -0/+35 |
| * | | | | Merge pull request #2569 from bsodmike/stm32_speed_settings_typo | Dario Nieuwenhuis | 2024-02-14 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | FIX: Correct typo in stm32 gpio | Michael de Silva | 2024-02-14 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #2565 from caleb-garrett/hmac | Dario Nieuwenhuis | 2024-02-13 | 5 | -17/+110 |
| |\ \ \ \ | |||||
| | * | | | | Added HMAC to STM32 hash test. | Caleb Garrett | 2024-02-13 | 2 | -0/+23 |
| | * | | | | Fixed HMAC blocking mode. | Caleb Garrett | 2024-02-12 | 1 | -5/+5 |
| | * | | | | Added HMAC example. | Caleb Garrett | 2024-02-12 | 2 | -0/+23 |
| | * | | | | Update STM32 hash test. | Caleb Garrett | 2024-02-12 | 1 | -2/+2 |
| | * | | | | Add STM32 HMAC function. | Caleb Garrett | 2024-02-12 | 2 | -14/+61 |
| * | | | | | Merge pull request #2567 from jr-oss/faq_linker_error | Dario Nieuwenhuis | 2024-02-13 | 1 | -0/+7 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Update docs/modules/ROOT/pages/faq.adoc | James Munns | 2024-02-13 | 1 | -1/+1 |
| | * | | | | FAQ add hint to embassy-time linker error to include HAL in linking | Ralf | 2024-02-13 | 1 | -0/+7 |
| * | | | | | Merge pull request #2528 from caleb-garrett/hash | Dario Nieuwenhuis | 2024-02-13 | 9 | -11/+701 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | fmt | Caleb Garrett | 2024-02-11 | 1 | -1/+2 |
| | * | | | | Consolidated hash drivers. | Caleb Garrett | 2024-02-11 | 7 | -824/+566 |
| | * | | | | Merge branch 'main' into hash | Caleb Garrett | 2024-02-09 | 63 | -372/+1064 |
| | |\ \ \ \ | |||||
| | * | | | | | Removed hash DMA from unsupported configs. | Caleb Garrett | 2024-02-08 | 6 | -16/+89 |
| | * | | | | | Fix digest interrupt enable. | Caleb Garrett | 2024-02-06 | 2 | -2/+2 |
| | * | | | | | Updated stm32-metapac. | Caleb Garrett | 2024-02-06 | 2 | -8/+4 |
| | * | | | | | Separated hash interrupt bindings. | Caleb Garrett | 2024-02-05 | 1 | -0/+16 |
| | * | | | | | Corrected hash CI build issues. | Caleb Garrett | 2024-02-05 | 2 | -3/+3 |
| | * | | | | | Added STM32 hash test. | Caleb Garrett | 2024-02-05 | 3 | -8/+88 |
| | * | | | | | Merge branch 'main' into hash | Caleb Garrett | 2024-02-04 | 9 | -30/+147 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Format hash example. | Caleb Garrett | 2024-02-04 | 1 | -1/+0 |
| | * | | | | | | Merge commit '1f940bf9e868438090ea126eb2267f5e9325fbd4' into hash | Caleb Garrett | 2024-02-04 | 88 | -1292/+3251 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge branch 'main' into hash | Caleb Garrett | 2024-02-03 | 88 | -1292/+3251 |
| | | |\ \ \ \ \ \ | |||||
| | * | | | | | | | | Addressed hash CI build issues. | Caleb Garrett | 2024-02-04 | 6 | -357/+731 |
| | |/ / / / / / / | |||||
| | * | | | | | | | Added hash DMA implementation. | Caleb Garrett | 2024-02-03 | 3 | -84/+78 |
| | * | | | | | | | Added hash interrupts for async. | Caleb Garrett | 2024-02-01 | 1 | -37/+134 |
| | * | | | | | | | Added hash v1/v2 configs. | Caleb Garrett | 2024-02-01 | 1 | -0/+6 |
| | * | | | | | | | Added hash module with blocking implementation. Included SHA256 example. | Caleb Garrett | 2024-01-31 | 5 | -4/+316 |
| * | | | | | | | | Merge pull request #2563 from nbars/main | Dario Nieuwenhuis | 2024-02-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
