| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 3 | -3/+3 |
| | | |||||
| * | Keep 52840's task arena unchanged | Dániel Buga | 2024-12-07 | 1 | -1/+1 |
| | | |||||
| * | Shrink task arena of tests | Dániel Buga | 2024-12-07 | 1 | -1/+1 |
| | | |||||
| * | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 4 | -4/+4 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 4 | -4/+4 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | Update nrf-pac. | Dario Nieuwenhuis | 2024-11-15 | 1 | -14/+14 |
| | | |||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 4 | -4/+4 |
| | | |||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 4 | -4/+4 |
| | | |||||
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 5 | -6/+70 |
| | | |||||
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 4 | -4/+4 |
| | | |||||
| * | Update to rust 1.82. | Dario Nieuwenhuis | 2024-10-18 | 1 | -1/+1 |
| | | |||||
| * | tests/stm32: add uart async and blocking flush test. | Dario Nieuwenhuis | 2024-10-14 | 2 | -0/+24 |
| | | |||||
| * | tests: remove deprecated -Cinline-threshold. | Dario Nieuwenhuis | 2024-10-14 | 2 | -2/+0 |
| | | |||||
| * | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 2 | -3/+2 |
| | | | | | Fixes #2599 | ||||
| * | stm32/tests: test spi u8 and u16 word sizes. | Dario Nieuwenhuis | 2024-09-23 | 2 | -74/+140 |
| | | |||||
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 6 | -38/+32 |
| | | |||||
| * | Merge pull request #3271 from sjoerdsimons/ucpd-sop-filters | Dario Nieuwenhuis | 2024-09-10 | 1 | -2/+2 |
| |\ | | | | | | | [UCPD] Add support for non-SOP packets | ||||
| | * | [UCPD] Add support for non-SOP packets | Sjoerd Simons | 2024-08-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Allow capturing (and distinguishing) non-SOP packets as well. The default configuration will just configure SOP packets. For ease of use the default receive function signature is unchanged as for PD sinks (which is likely the common usage) just SOP is enough so no need to differentiate. | ||||
| * | | cyw43: add support for WPA3 and more extensive security options. | Dario Nieuwenhuis | 2024-09-09 | 1 | -1/+5 |
| |/ | |||||
| * | Merge pull request #3243 from HellbenderInc/rp2350 | Dario Nieuwenhuis | 2024-08-12 | 1 | -1/+1 |
| |\ | | | | | | | Initial rp235x support | ||||
| | * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -1/+1 |
| | | | | | | | | | Examples have been run, but there is not yet a test suite. | ||||
| * | | Simplify construction of StackResources::new() | Martin Liska | 2024-08-08 | 5 | -15/+5 |
| |/ | |||||
| * | Add H7 dual core to common and run fmt | Dion Dokter | 2024-08-05 | 1 | -2/+2 |
| | | |||||
| * | Fix tests | Dion Dokter | 2024-08-05 | 23 | -23/+41 |
| | | |||||
| * | Prepare to release embassy-rp | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 4 | -4/+4 |
| | | |||||
| * | Prepare for embassy-nrf release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 5 | -5/+5 |
| | | |||||
| * | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | tests/rp: add timer test. | Dario Nieuwenhuis | 2024-07-25 | 1 | -0/+25 |
| | | |||||
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 1 | -2/+2 |
| | | |||||
| * | wiznet: add version check to initialization sequence | Josh Junon | 2024-06-30 | 1 | -1/+2 |
| | | |||||
| * | tests/nrf: add non-buffered uart tests. | Dario Nieuwenhuis | 2024-06-25 | 3 | -0/+100 |
| | | |||||
| * | tests/nrf: generalize buffereduart tests for all chips. | Dario Nieuwenhuis | 2024-06-25 | 6 | -75/+108 |
| | | |||||
| * | tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160 | Dario Nieuwenhuis | 2024-06-25 | 27 | -133/+292 |
| | | |||||
| * | Merge pull request #3044 from kalkyl/adc-multi | Henrik Alsér | 2024-06-22 | 1 | -0/+13 |
| |\ | | | | | | | rp: Add multichannel ADC | ||||
| | * | Change pin in HIL test | kalkyl | 2024-06-22 | 1 | -1/+1 |
| | | | |||||
| | * | rp: Add multichannel ADC | kalkyl | 2024-06-05 | 1 | -0/+13 |
| | | | |||||
| * | | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -2/+2 |
| | | | |||||
| * | | --binary-format bin in rp examples | rafael | 2024-06-15 | 1 | -2/+2 |
| | | | |||||
| * | | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address ↵ | rafael | 2024-06-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | 0x10100000 yields: Error: --format has been renamed to --binary-format. Please use --binary-format bin instead of --format bin | ||||
| * | | stm32: update stm32-metapac, fixes memory.x for many families. | Dario Nieuwenhuis | 2024-06-12 | 1 | -8/+4 |
| | | | |||||
| * | | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 6 | -6/+6 |
| |/ | |||||
| * | stm32/spi: fix blocking_write on nosck spi. | Dario Nieuwenhuis | 2024-06-03 | 2 | -26/+15 |
| | | | | | Fixes #2902. | ||||
| * | Remove more BXCAN generics. | Corey Schuhen | 2024-06-02 | 3 | -11/+3 |
| | | |||||
| * | stm32/spi: test zero-length transfers in more cases. | Dario Nieuwenhuis | 2024-05-31 | 2 | -1/+13 |
| | | |||||
| * | stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions. | Dario Nieuwenhuis | 2024-05-31 | 3 | -45/+91 |
| | | |||||
| * | stm32/spi: add blocking rxonly test. | Dario Nieuwenhuis | 2024-05-31 | 1 | -7/+25 |
| | | |||||
| * | stm32/spi: fix spiv1 rxonly hanging. | Dario Nieuwenhuis | 2024-05-31 | 2 | -59/+43 |
| | | |||||
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 1 | -1/+1 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
