| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3169 from Adancurusul/g4_dev | Dario Nieuwenhuis | 2024-09-10 | 2 | -0/+104 |
| |\ | |||||
| | * | Add oversampling and differential for g4 | Chen Yuheng | 2024-07-11 | 2 | -0/+104 |
| * | | Merge pull request #3271 from sjoerdsimons/ucpd-sop-filters | Dario Nieuwenhuis | 2024-09-10 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | [UCPD] Add support for non-SOP packets | Sjoerd Simons | 2024-08-18 | 1 | -1/+1 |
| * | | | Merge pull request #3297 from CBJamo/rp2350_flash | Dario Nieuwenhuis | 2024-09-10 | 3 | -13/+51 |
| |\ \ \ | |||||
| | * | | | Fixup: forgot to rename fn in example | Caleb Jamison | 2024-08-29 | 1 | -2/+2 |
| | * | | | Import otp from rp-hal, helper fns for chipid and randid | Caleb Jamison | 2024-08-29 | 1 | -0/+46 |
| | * | | | rp235x flash support. | Caleb Jamison | 2024-08-29 | 2 | -13/+5 |
| * | | | | Merge pull request #3105 from embassy-rs/net-nrf91 | Dario Nieuwenhuis | 2024-09-09 | 4 | -3/+218 |
| |\ \ \ \ | |||||
| | * | | | | Use byte slice for config | Ulf Lilleengen | 2024-09-06 | 1 | -2/+2 |
| | * | | | | Move configure out of run | Ulf Lilleengen | 2024-09-05 | 1 | -1/+2 |
| | * | | | | Mintor fixes after testing re-attach | Ulf Lilleengen | 2024-09-05 | 1 | -25/+29 |
| | * | | | | Add closing if raw socket to handle re-attach | Ulf Lilleengen | 2024-09-04 | 1 | -0/+2 |
| | * | | | | Add context run task | Ulf Lilleengen | 2024-09-04 | 1 | -43/+50 |
| | * | | | | Make tracing optional and use dedicated task | Ulf Lilleengen | 2024-09-04 | 1 | -31/+27 |
| | * | | | | Document public API and fix warnings | Ulf Lilleengen | 2024-09-04 | 1 | -3/+3 |
| | * | | | | Use at-commands crate and support DNS | Ulf Lilleengen | 2024-09-04 | 2 | -57/+22 |
| | * | | | | Add utility for setting configuration for a context | Ulf Lilleengen | 2024-09-04 | 1 | -42/+22 |
| | * | | | | Add embassy-net-nrf91. | Dario Nieuwenhuis | 2024-08-21 | 4 | -3/+263 |
| | | |/ / | |/| | | |||||
| * | | | | cyw43: add support for WPA3 and more extensive security options. | Dario Nieuwenhuis | 2024-09-09 | 2 | -4/+10 |
| * | | | | Enable critical-section/std on wasm | Samuel Maier | 2024-09-05 | 1 | -1/+0 |
| * | | | | nrf52840: fix naming of LED states in examples (#3304) | Adrian Friedli | 2024-09-02 | 2 | -4/+4 |
| * | | | | rp: add example code to flash bluetooth fw (#3290) | Pedro Ferreira | 2024-08-26 | 1 | -0/+2 |
| * | | | | chore: Remove unused keyboard code from rp mouse example | James Bowes | 2024-08-26 | 1 | -7/+0 |
| | |/ / |/| | | |||||
| * | | | Use released bt-hci crate | Ulf Lilleengen | 2024-08-21 | 2 | -2/+0 |
| |/ / | |||||
| * | | rp: use the rp-binary-info crate for binary info. | Dario Nieuwenhuis | 2024-08-17 | 43 | -172/+172 |
| * | | Fix dma nvic issues on dual core lines | Alexandros Liarokapis | 2024-08-17 | 2 | -6/+6 |
| * | | Merge pull request #3216 from 1-rafael-1/rp-example-orchestrate-tasks | Dario Nieuwenhuis | 2024-08-13 | 1 | -0/+318 |
| |\ \ | |||||
| | * | | review comments | rafael | 2024-07-28 | 1 | -7/+59 |
| | * | | add example to rp: orchestrate multiple tasks | rafael | 2024-07-27 | 1 | -1/+1 |
| | * | | add example to rp: orchestrate multiple tasks | rafael | 2024-07-27 | 1 | -2/+1 |
| | * | | add example to rp: orchestrate multiple tasks | rafael | 2024-07-27 | 1 | -0/+267 |
| * | | | Merge pull request #3243 from HellbenderInc/rp2350 | Dario Nieuwenhuis | 2024-08-12 | 51 | -4/+4893 |
| |\ \ \ | |||||
| | * | | | rp: update PAC, fix CI. | Dario Nieuwenhuis | 2024-08-12 | 2 | -2/+2 |
| | * | | | Switch to single pac | Caleb Jamison | 2024-08-09 | 1 | -1/+1 |
| | * | | | cargo fmt | Caleb Jamison | 2024-08-08 | 43 | -84/+44 |
| | * | | | Initial rp235x support | Caleb Jamison | 2024-08-08 | 49 | -2/+4931 |
| * | | | | cyw43: make sure to yield if doing busy-polling for interrupts. | Dario Nieuwenhuis | 2024-08-09 | 1 | -0/+3 |
| |/ / / | |||||
| * | | | Merge pull request #3232 from embassy-rs/misc-fixes-44 | Dario Nieuwenhuis | 2024-08-07 | 26 | -126/+41 |
| |\ \ \ | |||||
| | * | | | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 26 | -126/+41 |
| * | | | | Rename package for embassy-stm32h755cm7-example | Niels Becker | 2024-08-06 | 1 | -1/+1 |
| * | | | | Rename package for embassy-stm32h755cm4-example | Niels Becker | 2024-08-06 | 1 | -1/+1 |
| * | | | | cyw43: add Bluetooth support. | Dario Nieuwenhuis | 2024-08-05 | 7 | -14/+175 |
| |/ / / | |||||
| * | | | Merge pull request #3158 from diondokter/stm-dualcore | Ulf Lilleengen | 2024-08-05 | 21 | -13/+440 |
| |\ \ \ | |||||
| | * | | | Add H7 dual core to common and run fmt | Dion Dokter | 2024-08-05 | 4 | -10/+8 |
| | * | | | Fix tests | Dion Dokter | 2024-08-05 | 1 | -1/+4 |
| | * | | | Updated WL examples to use new API | Dion Dokter | 2024-08-05 | 9 | -16/+69 |
| | * | | | Update new examples to new releases | Dion Dokter | 2024-08-05 | 2 | -6/+6 |
| | * | | | Fix WL boot example | Dion Dokter | 2024-08-05 | 3 | -3/+24 |
| | * | | | Merge branch 'master' into stm-dualcore | Dion Dokter | 2024-08-05 | 68 | -144/+2595 |
| | |\ \ \ | |||||
