| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/usb: add TODO: implement VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 1 | -42/+43 |
| * | stm32/otg: set tx fifo num in IN endpoints on configure. | Dario Nieuwenhuis | 2023-06-27 | 1 | -2/+4 |
| * | stm32/otg: clear NAK bit on endpoint enable. | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+2 |
| * | stm32/otg: flush fifos on reconfigure and on ep disable. | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+26 |
| * | Update smoltcp to 0.10 | Dario Nieuwenhuis | 2023-06-26 | 1 | -1/+1 |
| * | Merge pull request #1585 from embassy-rs/update-smoltcp2 | Dario Nieuwenhuis | 2023-06-26 | 4 | -9/+18 |
| |\ | |||||
| | * | Update smoltcp. | Dario Nieuwenhuis | 2023-06-26 | 4 | -9/+18 |
| |/ | |||||
| * | Merge pull request #1583 from bugadani/const | Dario Nieuwenhuis | 2023-06-25 | 5 | -28/+51 |
| |\ | |||||
| | * | Modify an example | Dániel Buga | 2023-06-25 | 1 | -1/+5 |
| | * | Allow arbitrary expressions as pool_size | Dániel Buga | 2023-06-25 | 1 | -9/+9 |
| | * | Update darling | Dániel Buga | 2023-06-25 | 4 | -18/+37 |
| |/ | |||||
| * | Merge pull request #1580 from xoviat/wpan | xoviat | 2023-06-25 | 17 | -128/+146 |
| |\ | |||||
| | * | stm32/wpan: update example | xoviat | 2023-06-25 | 1 | -1/+3 |
| | * | stm32/wpan: move linker file into pkg | xoviat | 2023-06-23 | 3 | -11/+12 |
| | * | stm32/wpan: implement mm pattern | xoviat | 2023-06-23 | 7 | -62/+78 |
| | * | stm32/wpan: use align to align data | xoviat | 2023-06-23 | 2 | -21/+14 |
| | * | rustfmt | xoviat | 2023-06-23 | 1 | -1/+0 |
| | * | stm32/wpan: reorg subsystems | xoviat | 2023-06-23 | 10 | -34/+41 |
| |/ | |||||
| * | Merge pull request #1577 from dbdbc/main | Dario Nieuwenhuis | 2023-06-23 | 1 | -2/+8 |
| |\ | |||||
| | * | disable pull-up and down resistors for rp adc blocking_read | Dietrich Beck | 2023-06-22 | 1 | -2/+8 |
| * | | Merge pull request #1576 from OueslatiGhaith/hci_v2 | xoviat | 2023-06-23 | 13 | -33/+613 |
| |\ \ | |/ |/| | |||||
| | * | stm32/tests: update ble test | xoviat | 2023-06-22 | 5 | -26/+207 |
| | * | update hci crate git path | GhaithOueslati | 2023-06-22 | 1 | -1/+1 |
| | * | update hci crate name | GhaithOueslati | 2023-06-22 | 2 | -3/+3 |
| | * | fix unsound access in `EvtBox` | goueslati | 2023-06-22 | 3 | -12/+5 |
| | * | fix build | goueslati | 2023-06-22 | 3 | -7/+7 |
| | * | wpan: add BLE HCI | goueslati | 2023-06-22 | 9 | -6/+412 |
| * | | Merge pull request #1546 from embassy-rs/esp-hosted | Dario Nieuwenhuis | 2023-06-22 | 13 | -11/+2395 |
| |\ \ | |/ |/| | |||||
| | * | esp-hosted: add perf hil test. | Dario Nieuwenhuis | 2023-06-22 | 5 | -13/+280 |
| | * | esp-hosted: smaller delay after transfer, makes slightly better perf. | Dario Nieuwenhuis | 2023-06-22 | 1 | -1/+6 |
| | * | esp-hosted: fix build on stable. | Dario Nieuwenhuis | 2023-06-22 | 1 | -4/+20 |
| | * | esp-hosted: fix warnings. | Dario Nieuwenhuis | 2023-06-22 | 4 | -17/+7 |
| | * | esp-hosted: wait for esp firmware init. | Dario Nieuwenhuis | 2023-06-22 | 4 | -3/+37 |
| | * | esp-hosted: nicer names for shared state struct. | Dario Nieuwenhuis | 2023-06-22 | 3 | -71/+52 |
| | * | esp-hosted: print events. | Dario Nieuwenhuis | 2023-06-22 | 4 | -11/+90 |
| | * | wip: esp-hosted net driver. | Dario Nieuwenhuis | 2023-06-22 | 9 | -0/+2012 |
| |/ | |||||
| * | Merge pull request #1569 from xoviat/tl-mbox-2 | xoviat | 2023-06-21 | 17 | -262/+727 |
| |\ | |||||
| | * | stm32/wpan: fix data alignment | xoviat | 2023-06-21 | 2 | -9/+20 |
| | * | Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2 | xoviat | 2023-06-19 | 69 | -3604/+2934 |
| | |\ | |||||
| | * | | stm32/wpan: fix bugs | xoviat | 2023-06-19 | 3 | -9/+12 |
| | * | | stm32/wpan: fix lifetime param | xoviat | 2023-06-18 | 1 | -1/+1 |
| | * | | stm32/wpan: add shci mac init | xoviat | 2023-06-18 | 2 | -9/+15 |
| | * | | stm32/wpan: add draft mac mbox | xoviat | 2023-06-18 | 9 | -7/+223 |
| | * | | stm32/wpan: reorg modules | xoviat | 2023-06-18 | 5 | -103/+120 |
| | * | | stm32/ipcc: minor cleanup | xoviat | 2023-06-18 | 1 | -7/+5 |
| | * | | stm32/wpan: add ble, mac features and cleanup | xoviat | 2023-06-18 | 3 | -35/+7 |
| | * | | stm32/wpan: cleanup and expand shci | xoviat | 2023-06-18 | 4 | -107/+349 |
| * | | | Merge pull request #1501 from xoviat/can | Dario Nieuwenhuis | 2023-06-20 | 4 | -21/+510 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #3 from schphil/can | xoviat | 2023-06-20 | 1 | -1/+4 |
| | |\ \ \ | |||||
| | | * | | | fix extended can id | Philipp Scheff | 2023-06-16 | 1 | -1/+4 |
