aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * esp-hosted: fix warnings.Dario Nieuwenhuis2023-06-224-17/+7
| * esp-hosted: wait for esp firmware init.Dario Nieuwenhuis2023-06-224-3/+37
| * esp-hosted: nicer names for shared state struct.Dario Nieuwenhuis2023-06-223-71/+52
| * esp-hosted: print events.Dario Nieuwenhuis2023-06-224-11/+90
| * wip: esp-hosted net driver.Dario Nieuwenhuis2023-06-229-0/+2012
|/
* Merge pull request #1569 from xoviat/tl-mbox-2xoviat2023-06-2117-262/+727
|\
| * stm32/wpan: fix data alignmentxoviat2023-06-212-9/+20
| * Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2xoviat2023-06-1969-3604/+2934
| |\
| * | stm32/wpan: fix bugsxoviat2023-06-193-9/+12
| * | stm32/wpan: fix lifetime paramxoviat2023-06-181-1/+1
| * | stm32/wpan: add shci mac initxoviat2023-06-182-9/+15
| * | stm32/wpan: add draft mac mboxxoviat2023-06-189-7/+223
| * | stm32/wpan: reorg modulesxoviat2023-06-185-103/+120
| * | stm32/ipcc: minor cleanupxoviat2023-06-181-7/+5
| * | stm32/wpan: add ble, mac features and cleanupxoviat2023-06-183-35/+7
| * | stm32/wpan: cleanup and expand shcixoviat2023-06-184-107/+349
* | | Merge pull request #1501 from xoviat/canDario Nieuwenhuis2023-06-204-21/+510
|\ \ \
| * \ \ Merge pull request #3 from schphil/canxoviat2023-06-201-1/+4
| |\ \ \
| | * | | fix extended can idPhilipp Scheff2023-06-161-1/+4