| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -6/+1 |
| | | | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information | ||||
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -2/+9 |
| | | |||||
| * | feat: stm32 spi driver slave mode | Cristian Milatinov | 2025-11-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SPI slave constructors Fix SPI slave constructors Fix embedded hal async trait One more constructor fix Set SSM bit in SPI driver according to CommunicationMode Fix embedded_hal_async trait to be generic for both master and slave Fix I2S driver to use async master SPI Forgot import from spi mode Fix CommunicationMode associated const conditionals Duplicate doc for CommunicationMode const Add missing nss argument Fix existing SPI tests not compiling Fix stm32h7rs examples not compiling Fix failing stm32l4 example Fix stm32h7 example Fix stm32h7 spi_bdma example Fix stm32h7 spi example Fix stm32f4 example docs: added entry in changelog.md fix: spi_v3 vals mismatch + rise_fall_speed renamed to gpio_speed fix: added spi_v6 conditional compilation feature fix: use if_afio macro in slave constructors fix: add missing trait bound fix: if_afio for cs pin trait fix: changelog message fix: broken rebase | ||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -4/+6 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -4/+4 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -1/+0 |
| | | |||||
| * | merge new embassy changes | jrmoulton | 2025-06-10 | 1 | -8/+6 |
| |\ | |||||
| | * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| | | | | | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| | * | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types. | Dario Nieuwenhuis | 2024-10-07 | 1 | -1/+1 |
| | | | |||||
| | * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -6/+5 |
| | | | |||||
| * | | fix examples | jrmoulton | 2024-08-13 | 1 | -1/+1 |
| |/ | |||||
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 1 | -7/+2 |
| | | |||||
| * | stm32/i2c: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-21 | 1 | -1/+1 |
| | | |||||
| * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 1 | -1/+1 |
| | | |||||
| * | stm32/i2c: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -1/+1 |
| | | |||||
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -13/+11 |
| | | |||||
| * | Remove ad-hoc fixes for setting the IOSV bit to true | Emilie Burgun | 2024-03-26 | 1 | -6/+0 |
| | | |||||
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -1/+1 |
| | | |||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -7/+6 |
| | | |||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -4/+4 |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -5/+2 |
| | | |||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -5/+8 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -4/+4 |
| | | |||||
| * | stm32/i2c: add async, dual interrupt scaffolding. | Dario Nieuwenhuis | 2023-11-24 | 1 | -1/+2 |
| | | |||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 1 | -2/+2 |
| | | |||||
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: merge wl into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 1 | -15/+19 |
| | | |||||
| * | stm32: update metapac | xoviat | 2023-10-17 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: add better support for L4/L4+ differences. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: port L4 to the "flattened" API like h5/h7. | Dario Nieuwenhuis | 2023-10-15 | 1 | -8/+11 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 1 | -2/+0 |
| | | |||||
| * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 1 | -4/+4 |
| | | |||||
| * | Add some uncontroversial derives to Error types | James Munns | 2023-10-06 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'embassy-rs:main' into adin1110-part2 | René van Dorst | 2023-08-28 | 1 | -1/+1 |
| |\ | |||||
| | * | stm32: fix l4 re-export | xoviat | 2023-08-27 | 1 | -1/+1 |
| | | | |||||
| * | | stm32l4: Update adin1110 example add FCS option | René van Dorst | 2023-08-28 | 1 | -6/+18 |
| |/ | |||||
| * | stm32l4: Add EVAL-ADIN1110EBZ example with basic http server | René van Dorst | 2023-08-24 | 1 | -0/+438 |
| Page show the current temperature and auto refresh every 1s. | |||||
