| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Merge pull request #1653 from xoviat/eth | Dario Nieuwenhuis | 2023-07-15 | 5 | -4/+115 | |
| | |\ \ \ | ||||||
| | | * | | | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 5 | -5/+5 | |
| | | * | | | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 5 | -5/+5 | |
| | | * | | | stm32/eth: add f4 example | xoviat | 2023-07-15 | 1 | -0/+111 | |
| | * | | | | wpan: factor mac logic into other mod | xoviat | 2023-07-15 | 2 | -6/+6 | |
| | * | | | | rustfmt | xoviat | 2023-07-15 | 3 | -3/+3 | |
| | * | | | | Merge branch 'master' into mac-3 | xoviat | 2023-07-15 | 38 | -10/+616 | |
| | |\ \ \ \ | ||||||
| | | * | | | | stm32wb: add gatt server example | GhaithOueslati | 2023-07-15 | 2 | -0/+401 | |
| | | * | | | | wpan: update `stm32wb-hci` to version 0.1.3 | GhaithOueslati | 2023-07-15 | 1 | -4/+1 | |
| | | |/ / / | ||||||
| | | * | | | Enable RTC on STM32WL chips (#1645) | Phil Markgraf | 2023-07-15 | 3 | -3/+47 | |
| | | * | | | Round temp to make more sense. | Henrik Berg | 2023-07-13 | 1 | -1/+4 | |
| | | * | | | Add descriptions to all RP2040 examples. Some need hardware that was not spec... | Henrik Berg | 2023-07-13 | 33 | -5/+122 | |
| | | * | | | RP: Don't reset RTC in Clock::init. Updated example. | Henrik Berg | 2023-07-12 | 1 | -17/+9 | |
| | | * | | | RP: Add save/restore to Rtc. Example use. | Henrik Berg | 2023-07-12 | 1 | -21/+34 | |
| | | * | | | RP: Rename Rtc to match STM32 impl. Remove setting RTC in new(). | Henrik Berg | 2023-07-12 | 1 | -4/+10 | |
| | | * | | | RP: Add RTC example to rp2040. | Henrik Berg | 2023-07-12 | 1 | -0/+33 | |
| | * | | | | cleanup | goueslati | 2023-07-13 | 3 | -6/+10 | |
| | * | | | | make it work, disgustingly | goueslati | 2023-07-13 | 2 | -8/+60 | |
| | * | | | | change MacAddress to a union instead of an enum | goueslati | 2023-07-12 | 2 | -45/+67 | |
| | * | | | | parsing MAC structs | goueslati | 2023-07-12 | 2 | -65/+50 | |
| | * | | | | wip: added MAC commands | goueslati | 2023-07-11 | 3 | -34/+207 | |
| | * | | | | wip | goueslati | 2023-07-10 | 3 | -3/+124 | |
| | |/ / / | ||||||
| | * | | | mac: move table initialization after sys ready | xoviat | 2023-07-09 | 1 | -1/+11 | |
| | * | | | Merge pull request #1623 from pennae/rp-adc | Dario Nieuwenhuis | 2023-07-07 | 1 | -8/+9 | |
| | |\ \ \ | ||||||
| | | * | | | rp/adc: rewrite the module | pennae | 2023-07-07 | 1 | -8/+9 | |
| | * | | | | rp/pio: use bind_interrupts for irqs | pennae | 2023-07-07 | 8 | -20/+64 | |
| | * | | | | Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2 | Dario Nieuwenhuis | 2023-07-05 | 34 | -34/+34 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 34 | -34/+34 | |
| | * | | | | | Merge pull request #1578 from schphil/can-split | xoviat | 2023-07-05 | 2 | -8/+76 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | make stm32f4 example work | Philipp Scheff | 2023-07-04 | 1 | -8/+10 | |
| | | * | | | | 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 | |
| | | * | | | | Merge branch 'embassy-rs:main' into can-split | schphil | 2023-06-23 | 7 | -5/+496 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | 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 | |
| | * | | | | | | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when o... | Dario Nieuwenhuis | 2023-07-05 | 2 | -3/+9 | |
| | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm... | Mathias | 2023-07-05 | 13 | -30/+69 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 13 | -30/+68 | |
| | * | | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm... | Mathias | 2023-07-03 | 134 | -354/+1336 | |
| | |\| | | | | | ||||||
| | * | | | | | | L4: Switch to MSI to prevent problems with PLL configuration, and enable powe... | Mathias | 2023-07-01 | 1 | -0/+50 | |
| * | | | | | | | hrtim: fix example and auto adjust psc. | xoviat | 2023-07-01 | 2 | -28/+64 | |
| * | | | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-01 | 53 | -106/+287 | |
| |\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | | Release embassy-net v0.1 | Dario Nieuwenhuis | 2023-06-29 | 1 | -0/+23 | |
| | * | | | | | | Merge pull request #1565 from JuliDi/main | Dario Nieuwenhuis | 2023-06-29 | 4 | -19/+153 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | remove need for StaticCell in dac_dma example for stm32l4 | JuliDi | 2023-06-28 | 2 | -23/+8 | |
| | | * | | | | | | revert to STM32L4S5VI | JuliDi | 2023-06-28 | 2 | -6/+5 | |
| | | * | | | | | | attempt at fixing ci | JuliDi | 2023-06-28 | 1 | -1/+0 | |
| | | * | | | | | | attempt at fixing ci | JuliDi | 2023-06-28 | 3 | -6/+7 | |
| | | * | | | | | | add doc | JuliDi | 2023-06-28 | 1 | -0/+2 | |
