| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Merge #1454 | bors[bot] | 2023-05-14 | 2 | -1/+107 | |
| |\ | ||||||
| | * | stm32f0 flash implementation | Jaap Prickartz | 2023-05-14 | 2 | -1/+107 | |
| * | | Merge #1453 | bors[bot] | 2023-05-14 | 2 | -33/+82 | |
| |\ \ | |/ |/| | ||||||
| | * | stm32 uart: Add a test for blocking RX overflow | Timo Kröger | 2023-05-14 | 1 | -1/+21 | |
| | * | stm32 uart: Fix error flag handling for blocking operations | Timo Kröger | 2023-05-14 | 1 | -32/+61 | |
| |/ | ||||||
| * | Merge #1448 | bors[bot] | 2023-05-13 | 7 | -20/+6 | |
| |\ | ||||||
| | * | rp: don't use SetConfig trait in PWM and PIO. | Dario Nieuwenhuis | 2023-05-13 | 7 | -20/+6 | |
| |/ | ||||||
| * | Merge #1447 | bors[bot] | 2023-05-12 | 1 | -7/+5 | |
| |\ | ||||||
| | * | rp/watchdog: fix overflow if period is longer than 4294 seconds. | Dario Nieuwenhuis | 2023-05-13 | 1 | -7/+5 | |
| * | | Merge #1424 | bors[bot] | 2023-05-11 | 17 | -22/+830 | |
| |\ \ | |/ |/| | ||||||
| | * | fix memory.x | xoviat | 2023-05-11 | 1 | -4/+4 | |
| | * | rustfmt | xoviat | 2023-05-11 | 1 | -3/+3 | |
| | * | stm32/ble: fix tests and add instructions to run example | xoviat | 2023-05-11 | 5 | -6/+44 | |
| | * | removed hardcoded addresses in memory.x | goueslati | 2023-05-04 | 4 | -39/+25 | |
| | * | Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mbox | goueslati | 2023-05-04 | 3 | -3/+58 | |
| | |\ | ||||||
| | | * | rustfmt | xoviat | 2023-05-03 | 1 | -1/+0 | |
| | | * | stm32/tests: add hil test for ble | xoviat | 2023-05-03 | 3 | -2/+58 | |
| | |/ | ||||||
| | * | fixed ble table cmd buffer being constant | goueslati | 2023-05-03 | 1 | -1/+1 | |
| | * | Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mbox | goueslati | 2023-05-02 | 2 | -9/+3 | |
| | |\ | ||||||
| | | * | Merge branch 'embassy-rs:master' into tl_mbox | Ghaith Oueslati | 2023-05-02 | 2 | -9/+3 | |
| | | |\ | ||||||
| | * | | | whoops, plugin formatted Cargo.toml, reverting | goueslati | 2023-05-02 | 1 | -1334/+1334 | |
| | |/ / | ||||||
| | * | | added TL Mailbox initialization for STM32WB | goueslati | 2023-05-02 | 11 | -1334/+2063 | |
| * | | | Merge #1436 | bors[bot] | 2023-05-09 | 4 | -98/+734 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'master' into master | Caleb Jamison | 2023-05-09 | 36 | -51/+242 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Merge #1439 | bors[bot] | 2023-05-09 | 3 | -3/+36 | |
| |\ \ \ \ | ||||||
| | * | | | | rp: use rp2040-boot2 to provide the boot2 blob | pennae | 2023-05-09 | 3 | -3/+36 | |
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| *-. \ \ \ \ | Merge #1437 #1438 | bors[bot] | 2023-05-08 | 30 | -47/+47 | |
| |\ \ \ \ \ \ | ||||||
| | | * | | | | | Update GitHub Actions CI | Dirk Stolle | 2023-05-08 | 2 | -6/+6 | |
| | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fix some typos | Dirk Stolle | 2023-05-08 | 28 | -41/+41 | |
| |/ / / / / | ||||||
| * | | | | | Merge #1435 | bors[bot] | 2023-05-08 | 4 | -2/+160 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | bumped rp-pac version | Fabian Kunze | 2023-05-08 | 1 | -1/+1 | |
| | * | | | | changed relative cargo.toml dependency to github revision | Fabian Kunze | 2023-05-07 | 1 | -1/+1 | |
| | * | | | | added example multi priority executors rp2040 | Fabian Kunze | 2023-05-07 | 4 | -2/+160 | |
| | | * | | | Dirbaio comments round 2 | Caleb Jamison | 2023-05-09 | 2 | -94/+107 | |
| | | * | | | Remove patches, bump rp-pac version | Caleb Jamison | 2023-05-09 | 2 | -7/+1 | |
| | | * | | | Improve gpout example, clk_gpout_freq | Caleb Jamison | 2023-05-09 | 3 | -10/+26 | |
| | | * | | | Gpout cleanup, basic Gpin support | Caleb Jamison | 2023-05-09 | 2 | -61/+106 | |
| | | * | | | Address Dirbaio comments | Caleb Jamison | 2023-05-08 | 1 | -94/+147 | |
| | | * | | | Add missing functions, Cleanup, Gpout example | Caleb Jamison | 2023-05-08 | 2 | -53/+227 | |
| | | * | | | rp clock configuration | Caleb Jamison | 2023-05-08 | 2 | -95/+436 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge #1434 | bors[bot] | 2023-05-08 | 8 | -496/+564 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | rp/pio: make sure gpio() asserts are compiled out | pennae | 2023-05-06 | 1 | -1/+2 | |
| | * | | | rp/pio: allow wrap-around program loading | pennae | 2023-05-06 | 3 | -13/+11 | |
| | * | | | rp/pio: mark exec_instr as unsafe | pennae | 2023-05-06 | 1 | -4/+2 | |
| | * | | | rp/pio: add sm batch operations | pennae | 2023-05-06 | 1 | -0/+41 | |
| | * | | | rp/pio: configure state machines with Config struct | pennae | 2023-05-06 | 6 | -285/+300 | |
| | * | | | rp/pio: mark pio_instr_util unsafe | pennae | 2023-05-06 | 1 | -9/+9 | |
| | * | | | rp/pio: add set-pin-{values,dirs} convenience functions | pennae | 2023-05-06 | 2 | -8/+61 | |
| | * | | | rp/pio: add load_program, use_program | pennae | 2023-05-06 | 5 | -115/+74 | |
| | * | | | rp/pio: only clear diag bits if they're set | pennae | 2023-05-05 | 1 | -4/+12 | |
