| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Remove outdated comment | Andres Oliva | 2023-10-11 | 1 | -2/+0 | |
| | * | | | Remove more unused stuff | Andres Oliva | 2023-10-11 | 3 | -3/+0 | |
| | * | | | cargo fmt | Andres Oliva | 2023-10-11 | 1 | -1/+0 | |
| | * | | | Feature guarded more unused stuff | Andres Oliva | 2023-10-11 | 1 | -1/+7 | |
| | * | | | Fix some issues with unused stuff | Andres Oliva | 2023-10-11 | 1 | -0/+3 | |
| | * | | | cfg! macro didn't work, had to duplicate functions with different guards | Andres Oliva | 2023-10-11 | 1 | -21/+29 | |
| | * | | | cargo fmt | Andres Oliva | 2023-10-11 | 1 | -2/+12 | |
| | * | | | Try using cfg! macro | Andres Oliva | 2023-10-11 | 1 | -16/+20 | |
| | * | | | Added guards to individual APIs | Andres Oliva | 2023-10-11 | 3 | -6/+80 | |
| | * | | | Move the feature gates to the i2c module instead of the pub use statement | Andres Oliva | 2023-10-11 | 2 | -3/+1 | |
| | * | | | Gate pub use _version::* | Andres Oliva | 2023-10-11 | 1 | -0/+2 | |
| | * | | | Add time feature to CI | Andres Oliva | 2023-10-11 | 2 | -89/+89 | |
| | * | | | Add comment about feature gate on I2C mod | Andres Oliva | 2023-10-11 | 1 | -0/+2 | |
| | * | | | Add time feature back and gate i2c on time | Andres Oliva | 2023-10-11 | 2 | -5/+5 | |
| | * | | | stm32: add timeout to I2C driver | Andres Oliva | 2023-10-10 | 7 | -290/+85 | |
| * | | | | Merge pull request #2023 from xoviat/rcc-mux | xoviat | 2023-10-12 | 3 | -10/+202 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32: add initial rcc mux for h5 | xoviat | 2023-10-11 | 3 | -10/+202 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2046 from embassy-rs/stm32-remove-polyfill | Dario Nieuwenhuis | 2023-10-12 | 12 | -41/+78 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-10-12 | 8 | -29/+69 | |
| | * | | | | net: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-10-12 | 4 | -12/+9 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2044 from embassy-rs/stm32-pac-pll-enums | Dario Nieuwenhuis | 2023-10-11 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32/rcc: LSE xtal is 32768hz, not 32000hz. | Dario Nieuwenhuis | 2023-10-11 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2041 from embassy-rs/stm32-pac-pll-enums | Dario Nieuwenhuis | 2023-10-11 | 31 | -402/+266 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 31 | -402/+266 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2039 from jcdickinson/rp-i2c-stop-restart | Dario Nieuwenhuis | 2023-10-11 | 1 | -2/+13 | |
| |\ \ \ \ | ||||||
| | * | | | | fix (rp i2c): fix restart/stop flags for i2c master methods | Jonathan Dickinson | 2023-10-10 | 1 | -2/+13 | |
| * | | | | | Merge pull request #2038 from jcdickinson/rp-i2c-slew | Dario Nieuwenhuis | 2023-10-11 | 2 | -36/+23 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | fix (rp i2c): set i2c slew rate to spec value | Jonathan Dickinson | 2023-10-10 | 2 | -36/+23 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2037 from embassy-rs/stm32-pac-pll-enums | Dario Nieuwenhuis | 2023-10-10 | 14 | -234/+31 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32/rcc: unify L0 and L1. | Dario Nieuwenhuis | 2023-10-11 | 6 | -220/+17 | |
| | * | | | | stm32/rcc: rename HSE32 to HSE | Dario Nieuwenhuis | 2023-10-11 | 8 | -14/+14 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2036 from embassy-rs/stm32-pac-pll-enums | Dario Nieuwenhuis | 2023-10-10 | 20 | -930/+366 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | stm32/rcc: use more PLL etc enums from PAC. | Dario Nieuwenhuis | 2023-10-11 | 20 | -930/+366 | |
| |/ / / | ||||||
| * | | | Merge pull request #2032 from andresv/stm32-check-flash-lock-before-unlocking | Dario Nieuwenhuis | 2023-10-10 | 7 | -20/+40 | |
| |\ \ \ | ||||||
| | * | | | stm32 flash: check lock bit before unlocking | Andres Vahter | 2023-10-10 | 7 | -20/+40 | |
| |/ / / | ||||||
| * | | | Merge pull request #2028 from glaeqen/stm32-eth-station-management | xoviat | 2023-10-10 | 10 | -44/+33 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Patch tests & examples | Gabriel Górski | 2023-10-09 | 6 | -12/+6 | |
| | * | | stm32/eth: Move `phy_addr` from `Ethernet` to `PHY` | Gabriel Górski | 2023-10-09 | 4 | -32/+27 | |
| |/ / | ||||||
| * | | Merge pull request #2026 from embassy-rs/stm32-pac-pll-enums | Dario Nieuwenhuis | 2023-10-09 | 47 | -1383/+599 | |
| |\ \ | ||||||
| | * | | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 47 | -1383/+599 | |
| |/ / | ||||||
| * | | Merge pull request #2025 from xoviat/update-pac | xoviat | 2023-10-08 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | stm32: update metapac | xoviat | 2023-10-08 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge pull request #2022 from HelloWorldTeraByte/impl-pwm-trait | Dario Nieuwenhuis | 2023-10-07 | 3 | -0/+106 | |
| |\ \ | ||||||
| | * | | Implemented Pwm trait for complementary pwm from embedded_hal | randi | 2023-10-07 | 1 | -0/+40 | |
| | * | | Implemented Pwm trait from embedded_hal | randi | 2023-10-07 | 2 | -0/+66 | |
| * | | | Merge pull request #2019 from embassy-rs/net-hostname | Dario Nieuwenhuis | 2023-10-07 | 3 | -2/+50 | |
| |\ \ \ | ||||||
| | * | | | ci: set target dir if not specified. | Dario Nieuwenhuis | 2023-10-07 | 1 | -1/+4 | |
| | * | | | net: add support for dhcp hostname option. | Dario Nieuwenhuis | 2023-10-07 | 3 | -1/+46 | |
| * | | | | Merge pull request #2018 from jamesmunns/add-derives | Dario Nieuwenhuis | 2023-10-07 | 10 | -10/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | Add missing derive | James Munns | 2023-10-07 | 1 | -1/+1 | |
