aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #1592 from kevswims/feature/stm32g4-usb-crsDario Nieuwenhuis2023-06-282-10/+95
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | STM32G4: Add CRS support to RCCKevin Lannen2023-06-282-10/+95
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1591 from bugadani/patch-1Dario Nieuwenhuis2023-06-281-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make StackResources::new() constDániel Buga2023-06-281-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1589 from embassy-rs/otg-fixesDario Nieuwenhuis2023-06-2713-259/+382
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | stm32: update metapac, includes fix for OTG with 9 endpoints (H7)Dario Nieuwenhuis2023-06-273-5/+7
| * | | | | | | | | sync/pipe: fix doc typos.Dario Nieuwenhuis2023-06-271-2/+2
| * | | | | | | | | stm32/otg: add VBUS detection.Dario Nieuwenhuis2023-06-277-206/+297
| * | | | | | | | | rp/usb: add TODO: implement VBUS detection.Dario Nieuwenhuis2023-06-271-0/+1
| * | | | | | | | | stm32/usb: add TODO: implement VBUS detection.Dario Nieuwenhuis2023-06-271-42/+43
| * | | | | | | | | stm32/otg: set tx fifo num in IN endpoints on configure.Dario Nieuwenhuis2023-06-271-2/+4
| * | | | | | | | | stm32/otg: clear NAK bit on endpoint enable.Dario Nieuwenhuis2023-06-271-1/+2
| * | | | | | | | | stm32/otg: flush fifos on reconfigure and on ep disable.Dario Nieuwenhuis2023-06-271-1/+26
| | | | | | | | | * hrtim: minor cleanupxoviat2023-07-013-15/+17
| | | | | | | | | * rustfmtxoviat2023-06-304-10/+2
| | | | | | | | | * stm32/hrtim: minor fixesxoviat2023-06-301-11/+38
| | | | | | | | | * stm32/hrtim: impl. bridge, dead-time part. res.xoviat2023-06-303-78/+241
| | | | | | | | | * stm32/hrtim: add example impl.xoviat2023-06-308-1/+129
| | | | | | | | | * stm32/hrtim: impl channel alloc type systemxoviat2023-06-303-266/+194
| | | | | | | | | * stm32/hrtim: add api conceptxoviat2023-06-301-30/+95
| | | | | | | | | * stm32/hrtim: impl. draft frequency computationxoviat2023-06-302-15/+155
| | | | | | | | | * stm32/hrtim: first draftxoviat2023-06-304-0/+256
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #1587 from embassy-rs/update-smoltcp2Dario Nieuwenhuis2023-06-261-1/+1
|\| | | | | | | |
| * | | | | | | | Update smoltcp to 0.10Dario Nieuwenhuis2023-06-261-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #1585 from embassy-rs/update-smoltcp2Dario Nieuwenhuis2023-06-264-9/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Update smoltcp.Dario Nieuwenhuis2023-06-264-9/+18
|/ / / / / / / /
* | | | | | | | Merge pull request #1583 from bugadani/constDario Nieuwenhuis2023-06-255-28/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | Modify an exampleDániel Buga2023-06-251-1/+5
| * | | | | | | | Allow arbitrary expressions as pool_sizeDániel Buga2023-06-251-9/+9
| * | | | | | | | Update darlingDániel Buga2023-06-254-18/+37
|/ / / / / / / /
* | | | | | | | Merge pull request #1580 from xoviat/wpanxoviat2023-06-2517-128/+146
|\ \ \ \ \ \ \ \
| * | | | | | | | stm32/wpan: update examplexoviat2023-06-251-1/+3
| * | | | | | | | stm32/wpan: move linker file into pkgxoviat2023-06-233-11/+12
| * | | | | | | | stm32/wpan: implement mm patternxoviat2023-06-237-62/+78
| * | | | | | | | stm32/wpan: use align to align dataxoviat2023-06-232-21/+14
| * | | | | | | | rustfmtxoviat2023-06-231-1/+0
| * | | | | | | | stm32/wpan: reorg subsystemsxoviat2023-06-2310-34/+41
|/ / / / / / / /
* | | | | | | | Merge pull request #1577 from dbdbc/mainDario Nieuwenhuis2023-06-231-2/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | disable pull-up and down resistors for rp adc blocking_readDietrich Beck2023-06-221-2/+8
* | | | | | | | Merge pull request #1576 from OueslatiGhaith/hci_v2xoviat2023-06-2313-33/+613
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | stm32/tests: update ble testxoviat2023-06-225-26/+207
| * | | | | | | update hci crate git pathGhaithOueslati2023-06-221-1/+1
| * | | | | | | update hci crate nameGhaithOueslati2023-06-222-3/+3
| * | | | | | | fix unsound access in `EvtBox`goueslati2023-06-223-12/+5
| * | | | | | | fix buildgoueslati2023-06-223-7/+7
| * | | | | | | wpan: add BLE HCIgoueslati2023-06-229-6/+412
* | | | | | | | Merge pull request #1546 from embassy-rs/esp-hostedDario Nieuwenhuis2023-06-2213-11/+2395
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | esp-hosted: add perf hil test.Dario Nieuwenhuis2023-06-225-13/+280
| * | | | | | | esp-hosted: smaller delay after transfer, makes slightly better perf.Dario Nieuwenhuis2023-06-221-1/+6
| * | | | | | | esp-hosted: fix build on stable.Dario Nieuwenhuis2023-06-221-4/+20