| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2564 from embassy-rs/rcc-f1-update | Dario Nieuwenhuis | 2024-02-14 | 2 | -6/+18 |
| |\ | |||||
| | * | stm32/rcc: port F1 to new API. | Dario Nieuwenhuis | 2024-02-13 | 2 | -6/+18 |
| * | | Added HMAC example. | Caleb Garrett | 2024-02-12 | 2 | -0/+23 |
| * | | Add STM32 HMAC function. | Caleb Garrett | 2024-02-12 | 1 | -1/+1 |
| * | | Merge pull request #2528 from caleb-garrett/hash | Dario Nieuwenhuis | 2024-02-13 | 4 | -4/+61 |
| |\ \ | |/ |/| | |||||
| | * | fmt | Caleb Garrett | 2024-02-11 | 1 | -1/+2 |
| | * | Consolidated hash drivers. | Caleb Garrett | 2024-02-11 | 1 | -5/+5 |
| | * | Merge branch 'main' into hash | Caleb Garrett | 2024-02-09 | 30 | -63/+282 |
| | |\ | |||||
| | * | | Removed hash DMA from unsupported configs. | Caleb Garrett | 2024-02-08 | 2 | -4/+7 |
| | * | | Merge branch 'main' into hash | Caleb Garrett | 2024-02-04 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Format hash example. | Caleb Garrett | 2024-02-04 | 1 | -1/+0 |
| | * | | | Merge commit '1f940bf9e868438090ea126eb2267f5e9325fbd4' into hash | Caleb Garrett | 2024-02-04 | 13 | -4/+520 |
| | |\ \ \ | |||||
| | | * \ \ | Merge branch 'main' into hash | Caleb Garrett | 2024-02-03 | 13 | -4/+520 |
| | | |\ \ \ | |||||
| | * | | | | | Addressed hash CI build issues. | Caleb Garrett | 2024-02-04 | 2 | -4/+4 |
| | |/ / / / | |||||
| | * | | | | Added hash DMA implementation. | Caleb Garrett | 2024-02-03 | 1 | -8/+12 |
| | * | | | | Added hash module with blocking implementation. Included SHA256 example. | Caleb Garrett | 2024-01-31 | 2 | -2/+52 |
| * | | | | | Print panics via defmt per default for the stm32f0 example | Nils Bars | 2024-02-12 | 1 | -1/+1 |
| * | | | | | Merge pull request #2414 from JomerDev/usb-logger-without-device | Ulf Lilleengen | 2024-02-12 | 1 | -0/+117 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add example | Jomer.Dev | 2024-01-08 | 1 | -0/+117 |
| * | | | | | | stm32/rcc: port F3 RCC to new API | Dario Nieuwenhuis | 2024-02-12 | 6 | -35/+71 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | restore original public API of timer, but keep new PAC | eZio Pan | 2024-02-10 | 1 | -2/+2 |
| * | | | | | add methods with macro | eZio Pan | 2024-02-10 | 1 | -2/+2 |
| * | | | | | update timer mod after stm32-metapac timer_v2 | eZio Pan | 2024-02-09 | 2 | -14/+14 |
| * | | | | | Merge pull request #2544 from shufps/feat/adc-l0 | Dario Nieuwenhuis | 2024-02-09 | 1 | -0/+40 |
| |\ \ \ \ \ | |||||
| | * | | | | | made adc example working with default clock configuration and switched in `v1... | shufps | 2024-02-08 | 1 | -7/+2 |
| | * | | | | | clippy | shufps | 2024-02-08 | 1 | -2/+1 |
| | * | | | | | cargo fmt | shufps | 2024-02-08 | 1 | -1/+1 |
| | * | | | | | added ADC example running on L0 | shufps | 2024-02-08 | 1 | -0/+46 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | fix(boot): update examples | Badr Bouslikhin | 2024-02-07 | 18 | -44/+24 |
| * | | | | | fix(boot): update stm32wb-dfu example readme | Badr Bouslikhin | 2024-02-07 | 2 | -2/+2 |
| * | | | | | feat: enhance bootloader for multiple flash support | Badr Bouslikhin | 2024-02-06 | 7 | -3/+202 |
| |/ / / / | |||||
| * | | / | nrf/gpiote: add support for nrf51. | Dario Nieuwenhuis | 2024-02-04 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -3/+3 |
| * | | | Merge pull request #2410 from eZioPan/waveform-on-CHx | Dario Nieuwenhuis | 2024-02-01 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | impl waveform with TIM Channel | eZio Pan | 2024-01-06 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C. | Dario Nieuwenhuis | 2024-02-01 | 5 | -5/+6 |
| * | | | Implement MII interface | Simon B. Gasse | 2024-02-01 | 6 | -5/+147 |
| * | | | Rename timeout_at to with_deadline | Caleb Jamison | 2024-01-31 | 1 | -3/+3 |
| * | | | Add timeout_at convenience function and example. | Caleb Jamison | 2024-01-31 | 1 | -0/+80 |
| * | | | Merge pull request #2469 from embassy-rs/nrf51-basic-support | Dario Nieuwenhuis | 2024-01-31 | 5 | -0/+89 |
| |\ \ \ | |||||
| | * | | | lower arena for nrf51 | Ulf Lilleengen | 2024-01-25 | 1 | -1/+1 |
| | * | | | adjust memory settings for lower end variant | Ulf Lilleengen | 2024-01-25 | 1 | -2/+2 |
| | * | | | fix: use nrf51-dk chip variant | Ulf Lilleengen | 2024-01-25 | 1 | -2/+2 |
| | * | | | fix doc comment | Ulf Lilleengen | 2024-01-24 | 1 | -1/+1 |
| | * | | | rustfmt | Ulf Lilleengen | 2024-01-24 | 1 | -1/+0 |
| | * | | | feat: add basic support for nRF51 chips to embassy-nrf | Ulf Lilleengen | 2024-01-24 | 5 | -0/+90 |
| * | | | | Add FDCAN examples for STM32G4, STM32H5 and STM32H7 | Corey Schuhen | 2024-01-31 | 4 | -1/+205 |
| * | | | | Add FDCAN dependency in correct flavor based on selected chip. | Tomasz bla Fortuna | 2024-01-31 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | fix: typo in netcat command for std example | Valentin Trophime | 2024-01-29 | 1 | -2/+2 |
| |/ / | |||||
| * | | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 10 | -35/+26 |
