| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/adc: cleanup f1, f3, v1, and v2 | xoviat | 2023-09-27 | 4 | -7/+13 |
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 16 | -21/+19 |
| * | Update rust-lorawan crate versions. | ceekdee | 2023-09-25 | 4 | -24/+8 |
| * | Update for rust-lorawan and lora-phy version 2. | ceekdee | 2023-09-24 | 20 | -103/+54 |
| * | stm32: fix rtc example | luveti | 2023-09-24 | 1 | -0/+1 |
| * | stm32/rcc: unify h5 and h7. | Dario Nieuwenhuis | 2023-09-21 | 19 | -74/+310 |
| * | stm32/adc: make v1 async and leave en | xoviat | 2023-09-20 | 1 | -3/+9 |
| * | Merge pull request #1919 from xoviat/adc | xoviat | 2023-09-18 | 1 | -9/+14 |
| |\ | |||||
| | * | stm32/adc: add async conversion | xoviat | 2023-09-18 | 1 | -9/+14 |
| * | | stm32: use PAC enums for VOS. | Dario Nieuwenhuis | 2023-09-18 | 2 | -2/+2 |
| |/ | |||||
| * | Merge pull request #1915 from xoviat/rcc | xoviat | 2023-09-16 | 3 | -10/+10 |
| |\ | |||||
| | * | stm32/rcc: convert bus prescalers to pac enums | xoviat | 2023-09-16 | 3 | -10/+10 |
| * | | Merge pull request #1916 from wkf/main | xoviat | 2023-09-16 | 4 | -8/+8 |
| |\ \ | |/ |/| | |||||
| | * | Update stm32wb examples to use ble/mac firmware. | Will Farrell | 2023-09-16 | 4 | -8/+8 |
| * | | stm32: add stm32wba support. | Dario Nieuwenhuis | 2023-09-16 | 5 | -0/+98 |
| * | | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 35 | -35/+35 |
| * | | stm32: bump fmc version | Tobias Breitwieser | 2023-09-14 | 2 | -2/+2 |
| * | | Merge pull request #1834 from dave-andersen/main | Dario Nieuwenhuis | 2023-09-10 | 1 | -3/+4 |
| |\ \ | |||||
| | * | | Fix timing on RP2040 pio_ws2812.rs example | Dave Andersen | 2023-08-27 | 1 | -3/+4 |
| * | | | Add example, fix small bug in respond_and_fill | Caleb Jamison | 2023-09-10 | 1 | -0/+118 |
| * | | | stm32/f3: add high res for hrtim and misc. | xoviat | 2023-09-10 | 2 | -6/+12 |
| * | | | Merge pull request #1878 from xoviat/adc | xoviat | 2023-09-10 | 1 | -5/+18 |
| |\ \ \ | |||||
| | * | | | stm32: fix adc f3 and example | xoviat | 2023-09-09 | 1 | -5/+18 |
| * | | | | Merge pull request #1874 from JuliDi/eth-getstatus-async | Dario Nieuwenhuis | 2023-09-09 | 5 | -6/+18 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | add wait_config_up to examples | JuliDi | 2023-09-08 | 5 | -6/+18 |
| * | | | | rcc: more cleanup | xoviat | 2023-09-08 | 3 | -3/+2 |
| |/ / / | |||||
| * | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into adc-g4 | xoviat | 2023-09-05 | 1 | -0/+34 |
| |\ \ \ | |||||
| | * | | | stm32: add initial adc f3 impl | xoviat | 2023-09-05 | 1 | -0/+34 |
| * | | | | initial support for STM32G4 ADC | Daehyeok Mun | 2023-09-04 | 2 | -0/+43 |
| |/ / / | |||||
| * | | | Merge pull request #1854 from bugadani/str | Dario Nieuwenhuis | 2023-09-03 | 10 | -8/+16 |
| |\ \ \ | |||||
| | * | | | Fix bootloader application examples | Dániel Buga | 2023-09-02 | 10 | -8/+16 |
| * | | | | Merge pull request #1831 from vDorst/adin1110-part2 | Dario Nieuwenhuis | 2023-09-02 | 2 | -8/+20 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'embassy-rs:main' into adin1110-part2 | René van Dorst | 2023-08-28 | 38 | -48/+55 |
| | |\ \ \ \ | |||||
| | * | | | | | stm32l4: bump embassy-net-adin1110 to v0.2.0 | René van Dorst | 2023-08-28 | 1 | -2/+2 |
| | * | | | | | stm32l4: Update adin1110 example add FCS option | René van Dorst | 2023-08-28 | 1 | -6/+18 |
| | | |/ / / | |/| | | | |||||
| * | | | | | rp: Fix write size in embassy-boot example app | kalkyl | 2023-08-30 | 1 | -1/+1 |
| * | | | | | Merge pull request #1832 from embassy-rs/pipe-bufread | Dario Nieuwenhuis | 2023-08-29 | 1 | -6/+4 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | sync/pipe: impl BufRead. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+4 |
| | | |/ / | |/| | | |||||
| * / | | | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 34 | -38/+38 |
| |/ / / | |||||
| * | | | rustfmt | xoviat | 2023-08-27 | 1 | -4/+2 |
| * | | | Merge branch 'main' of https://github.com/aidant/embassy into rtc | xoviat | 2023-08-27 | 1 | -5/+14 |
| |\ \ \ | |||||
| | * | | | fix hanging on rtc example | aidant | 2023-08-27 | 1 | -5/+14 |
| | |/ / | |||||
| * | | | stm32: fix l4 re-export | xoviat | 2023-08-27 | 2 | -2/+2 |
| * | | | stm32: fix wl re-export | xoviat | 2023-08-27 | 1 | -3/+3 |
| |/ / | |||||
| * | | Merge pull request #1821 from embassy-rs/net-ppp | Dario Nieuwenhuis | 2023-08-25 | 2 | -1/+221 |
| |\ \ | |||||
| | * | | net-ppp: add std example. | Dario Nieuwenhuis | 2023-08-25 | 2 | -1/+221 |
| * | | | Merge pull request #1792 from vDorst/adin1110-pr | Dario Nieuwenhuis | 2023-08-25 | 3 | -3/+449 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | stm32l4: Add EVAL-ADIN1110EBZ example with basic http server | René van Dorst | 2023-08-24 | 3 | -3/+449 |
| * | | | net: allow changing IP config at runtime. | Dario Nieuwenhuis | 2023-08-25 | 1 | -1/+1 |
| |/ / | |||||
| * | | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 34 | -34/+34 |
