| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added HMAC example. | Caleb Garrett | 2024-02-12 | 1 | -0/+22 | |
| * | Add STM32 HMAC function. | Caleb Garrett | 2024-02-12 | 1 | -1/+1 | |
| * | fmt | Caleb Garrett | 2024-02-11 | 1 | -1/+2 | |
| * | Consolidated hash drivers. | Caleb Garrett | 2024-02-11 | 1 | -5/+5 | |
| * | Removed hash DMA from unsupported configs. | Caleb Garrett | 2024-02-08 | 1 | -3/+6 | |
| * | Format hash example. | Caleb Garrett | 2024-02-04 | 1 | -1/+0 | |
| * | 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 | 1 | -0/+49 | |
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 | |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 | |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 11 | -11/+0 | |
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -7/+13 | |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 | |
| * | stm32/rcc: fix pll enum naming on f4, f7. | Dario Nieuwenhuis | 2023-11-13 | 3 | -5/+5 | |
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -0/+1 | |
| * | stm32/rcc: refactor f7. | Dario Nieuwenhuis | 2023-10-18 | 4 | -13/+61 | |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 6 | -13/+13 | |
| * | Patch tests & examples | Gabriel Górski | 2023-10-09 | 1 | -2/+1 | |
| * | stm32/adc: cleanup f1, f3, v1, and v2 | xoviat | 2023-09-27 | 1 | -1/+1 | |
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 1 | -1/+1 | |
| * | stm32/rcc: unify h5 and h7. | Dario Nieuwenhuis | 2023-09-21 | 1 | -1/+2 | |
| * | add wait_config_up to examples | JuliDi | 2023-09-08 | 1 | -1/+4 | |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 | |
| * | Merge remote-tracking branch 'origin/main' into bxcan_timestamp | chemicstry | 2023-07-31 | 1 | -2/+4 | |
| |\ | ||||||
| | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 1 | -2/+4 | |
| * | | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 1 | -2/+2 | |
| |/ | ||||||
| * | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 1 | -1/+1 | |
| * | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 1 | -1/+1 | |
| * | Merge pull request #1578 from schphil/can-split | xoviat | 2023-07-05 | 1 | -0/+66 | |
| |\ | ||||||
| | * | remove unused imports from example | Philipp Scheff | 2023-07-03 | 1 | -4/+1 | |
| | * | allow deed code can rx & clippy | Philipp Scheff | 2023-07-03 | 1 | -7/+7 | |
| | * | fmt | Philipp Scheff | 2023-07-03 | 1 | -6/+10 | |
| | * | add as_mut & set loopback true in example | Philipp Scheff | 2023-06-22 | 1 | -2/+4 | |
| | * | add stm32f7 can example | Philipp Scheff | 2023-06-22 | 1 | -0/+63 | |
| * | | stm32/otg: add VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+3 | |
| |/ | ||||||
| * | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 1 | -2/+2 | |
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 1 | -1/+1 | |
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 1 | -13/+8 | |
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+5 | |
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 | |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -6/+6 | |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+2 | |
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 4 | -13/+24 | |
| * | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -1/+1 | |
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 | |
| * | Align flash examples | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -2/+2 | |
| * | Fix examples broken by the macro fix. | Dario Nieuwenhuis | 2023-03-08 | 2 | -4/+2 | |
| * | stm32/sdmmc: Implement proper clock configuration | chemicstry | 2023-02-23 | 1 | -0/+1 | |
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to a... | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+0 | |
