| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+8 |
| | | |||||
| * | feat: gpdma support (wip) | elagil | 2025-09-05 | 1 | -3/+0 |
| | | |||||
| * | stm32/dma: fix packing/unpacking not working. | Dario Nieuwenhuis | 2025-07-04 | 1 | -10/+3 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -10/+8 |
| | | |||||
| * | stm32/cryp: remove DMA generic param. | Dario Nieuwenhuis | 2025-03-25 | 1 | -442/+435 |
| | | |||||
| * | refactor: update DMA pointer types for cryp and hash modules | Liu Hancheng | 2025-01-04 | 1 | -4/+4 |
| | | |||||
| * | Emit cargo:rustc-check-cfg instructions from build.rs | Jan Špaček | 2024-05-30 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3002 from honzasp/rcc-info | Dario Nieuwenhuis | 2024-05-30 | 1 | -2/+2 |
| |\ | | | | | | | stm32/rcc: replace generated enable/disable code with runtime info | ||||
| | * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -2/+2 |
| | | | |||||
| * | | stm32: remove pointer-to-pointer-to-registers. | Dario Nieuwenhuis | 2024-05-30 | 1 | -56/+48 |
| |/ | | | | | in chiptool pacs the register block struct is already a pointer, so using pointers to it is redundant. | ||||
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 1 | -65/+68 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -8/+5 |
| | | |||||
| * | Correct cryp CI build issues. | Caleb Garrett | 2024-03-12 | 1 | -39/+59 |
| | | |||||
| * | Add async CRYP to test. | Caleb Garrett | 2024-03-12 | 1 | -30/+22 |
| | | |||||
| * | Add CRYP DMA support. Updated example. | Caleb Garrett | 2024-03-12 | 1 | -27/+586 |
| | | |||||
| * | Refactored cryp din/dout into functions. | Caleb Garrett | 2024-03-11 | 1 | -143/+133 |
| | | |||||
| * | Fix H7 CRYP operation. | Caleb Garrett | 2024-02-29 | 1 | -60/+99 |
| | | |||||
| * | Add CRYP test. | Caleb Garrett | 2024-02-25 | 1 | -1/+0 |
| | | |||||
| * | Address CI build issues. | Caleb Garrett | 2024-02-25 | 1 | -4/+3 |
| | | |||||
| * | Correct AAD ingest. | Caleb Garrett | 2024-02-25 | 1 | -5/+20 |
| | | |||||
| * | Correct tag generation. | Caleb Garrett | 2024-02-25 | 1 | -4/+4 |
| | | |||||
| * | Support v1 and v2 cryp variants. | Caleb Garrett | 2024-02-25 | 1 | -23/+133 |
| | | |||||
| * | Add DES and TDES support. Support variable tag sizes. | Caleb Garrett | 2024-02-25 | 1 | -34/+203 |
| | | |||||
| * | Corrected additional associated data operation. | Caleb Garrett | 2024-02-25 | 1 | -1/+1 |
| | | |||||
| * | Corrected CCM partial block ops. | Caleb Garrett | 2024-02-25 | 1 | -22/+24 |
| | | |||||
| * | Corrected GCM tag generation. | Caleb Garrett | 2024-02-25 | 1 | -9/+11 |
| | | |||||
| * | CCM mode functional. | Caleb Garrett | 2024-02-25 | 1 | -86/+300 |
| | | |||||
| * | Refactored ciphers into traits. | Caleb Garrett | 2024-02-25 | 1 | -220/+431 |
| | | |||||
| * | GCM mode functional. | Caleb Garrett | 2024-02-25 | 1 | -41/+193 |
| | | |||||
| * | CTR mode functional. | Caleb Garrett | 2024-02-25 | 1 | -2/+2 |
| | | |||||
| * | CBC and ECB AES modes functional. | Caleb Garrett | 2024-02-25 | 1 | -18/+21 |
| | | |||||
| * | Support CBC, ECB, CTR modes. | Caleb Garrett | 2024-02-25 | 1 | -68/+282 |
| | | |||||
| * | Add cryp configuration. | Caleb Garrett | 2024-02-25 | 1 | -0/+227 |
