| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update examples and tests | Simon Börjesson | 2025-12-10 | 1 | -1/+1 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 7 | -8/+10 |
| | | |||||
| * | RTC alarm test timing was off | 1-rafael-1 | 2025-09-16 | 1 | -4/+16 |
| | | |||||
| * | alarm handling to poll hardware status directly; add ci test | 1-rafael-1 | 2025-09-15 | 1 | -0/+113 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 6 | -11/+11 |
| | | |||||
| * | embassy-rp: implement input/output inversion | Felipe Balbi | 2025-05-22 | 1 | -0/+34 |
| | | | | | | RP2040/RP23xx support inversion in HW of the inputs and outputs. Implement minimal support for that. | ||||
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | Merge pull request #4187 from 1-rafael-1/rp235x-overclocking | Dario Nieuwenhuis | 2025-05-13 | 1 | -25/+24 |
| |\ | | | | | | | RP235x overclocking | ||||
| | * | Add ClockError enum and update system_freq to return Result for error handling | 1-rafael-1 | 2025-05-12 | 1 | -1/+1 |
| | | | |||||
| | * | rp235x overclocking | 1-rafael-1 | 2025-05-11 | 1 | -25/+24 |
| | | | |||||
| * | | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-type | Ulf Lilleengen | 2025-05-09 | 3 | -9/+9 |
| |\ \ | |/ |/| | [embassy-rp] Remove <T: Instance> from Uart and BufferedUart | ||||
| | * | Update examples and tests | Marc | 2025-05-02 | 3 | -9/+9 |
| | | | |||||
| * | | Changes after review | 1-rafael-1 | 2025-05-07 | 1 | -1/+1 |
| | | | |||||
| * | | first batch of changes after review | 1-rafael-1 | 2025-05-02 | 1 | -5/+5 |
| | | | |||||
| * | | make ci happy | 1-rafael-1 | 2025-05-01 | 1 | -1/+6 |
| | | | |||||
| * | | overclock test, should now run on all rp chips | 1-rafael-1 | 2025-05-01 | 1 | -54/+40 |
| | | | |||||
| * | | Refactor overclock test for RP2040: add unused imports conditionally and ↵ | 1-rafael-1 | 2025-05-01 | 1 | -0/+17 |
| | | | | | | | | | ensure placeholder main function for non-RP2040 targets | ||||
| * | | Add overclocking test for RP2040 with timer and PWM tests at 200Mhz | 1-rafael-1 | 2025-05-01 | 1 | -0/+62 |
| |/ | |||||
| * | Merge pull request #4017 from shilga/SpinlockMutex | Dario Nieuwenhuis | 2025-04-07 | 1 | -0/+54 |
| |\ | | | | | | | embassy-rp: Spinlock mutex implementation | ||||
| | * | embassy-rp: add multicore test for SpinlockRawMutex | Sebastian Quilitz | 2025-04-07 | 1 | -0/+54 |
| | | | |||||
| * | | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -3/+3 |
| |/ | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 9 | -114/+161 |
| | | |||||
| * | Merge pull request #3901 from CBJamo/rp23_testing | Dario Nieuwenhuis | 2025-02-19 | 18 | -58/+107 |
| |\ | | | | | Inital rp23 ci tests | ||||
| | * | rustfmt again | Caleb Jamison | 2025-02-18 | 1 | -2/+1 |
| | | | |||||
| | * | rustfmt fixup | Caleb Jamison | 2025-02-18 | 1 | -2/+1 |
| | | | |||||
| | * | Inital rp23 ci tests | Caleb Jamison | 2025-02-18 | 18 | -60/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some tests need more work. * The adc test builds, but isn't set up correctly for the 2350 hardware yet. * The multicore and gpio_multicore tests only work from flash, seems to be a probe-rs issue. * The i2c and flash tests also only works from flash, these are probably bugs but I don't have time to run them down now. * The 2350 gpio test skips anything with pull downs. I think these fail because of E9. The float, bootsel, cyw43, and ethernet tests don't have 2350 equivalents. There's no reason to use the float romfuncs, use the FPU. Bootsel as a button isn't supported on the 2350 yet. The wifi and eth tests don't have appropriate hardware. The i2c test has also been tweaked to run on one core. | ||||
| * | | rp/pio: update pio-rs crate, reexport it so users don't get version mismatches. | Dario Nieuwenhuis | 2025-02-18 | 2 | -9/+10 |
| |/ | |||||
| * | tests/rp: Update cyw43 test to new firmware, new wifi network name. | Dario Nieuwenhuis | 2025-02-14 | 1 | -6/+8 |
| | | |||||
| * | Fixes ci (hopefully) | Bailey Townsend | 2024-12-28 | 1 | -2/+11 |
| | | |||||
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 2 | -14/+12 |
| | | |||||
| * | cyw43: add support for WPA3 and more extensive security options. | Dario Nieuwenhuis | 2024-09-09 | 1 | -1/+5 |
| | | |||||
| * | Simplify construction of StackResources::new() | Martin Liska | 2024-08-08 | 2 | -2/+2 |
| | | |||||
| * | tests/rp: add timer test. | Dario Nieuwenhuis | 2024-07-25 | 1 | -0/+25 |
| | | |||||
| * | wiznet: add version check to initialization sequence | Josh Junon | 2024-06-30 | 1 | -1/+2 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | --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 | ||||
| * | Add parameter for enabling pull-up and pull-down in RP PWM input mode | pawel00100 | 2024-04-05 | 1 | -3/+43 |
| | | |||||
| * | rename PWM_CH to PWM_SLICE | Alexandru RADOVICI | 2024-04-02 | 1 | -7/+7 |
| | | |||||
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 3 | -12/+24 |
| | | |||||
| * | Add SetConfig impl to rp2040 i2c | Caleb Jamison | 2024-02-22 | 1 | -36/+58 |
| | | | | | Also expand test to cover 1kHz, 100kHz, 400kHz, and 1MHz speeds. | ||||
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| | | |||||
| * | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 5 | -17/+15 |
| | | |||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 2 | -9/+9 |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 2 | -2/+0 |
| | | |||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -10/+16 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 2 | -9/+9 |
| | | |||||
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 19 | -19/+0 |
| | | |||||
