aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #1454bors[bot]2023-05-142-1/+107
|\
| * stm32f0 flash implementationJaap Prickartz2023-05-142-1/+107
* | Merge #1453bors[bot]2023-05-142-33/+82
|\ \ | |/ |/|
| * stm32 uart: Add a test for blocking RX overflowTimo Kröger2023-05-141-1/+21
| * stm32 uart: Fix error flag handling for blocking operationsTimo Kröger2023-05-141-32/+61
|/
* Merge #1448bors[bot]2023-05-137-20/+6
|\
| * rp: don't use SetConfig trait in PWM and PIO.Dario Nieuwenhuis2023-05-137-20/+6
|/
* Merge #1447bors[bot]2023-05-121-7/+5
|\
| * rp/watchdog: fix overflow if period is longer than 4294 seconds.Dario Nieuwenhuis2023-05-131-7/+5
* | Merge #1424bors[bot]2023-05-1117-22/+830
|\ \ | |/ |/|
| * fix memory.xxoviat2023-05-111-4/+4
| * rustfmtxoviat2023-05-111-3/+3
| * stm32/ble: fix tests and add instructions to run examplexoviat2023-05-115-6/+44
| * removed hardcoded addresses in memory.xgoueslati2023-05-044-39/+25
| * Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mboxgoueslati2023-05-043-3/+58
| |\
| | * rustfmtxoviat2023-05-031-1/+0
| | * stm32/tests: add hil test for blexoviat2023-05-033-2/+58
| |/
| * fixed ble table cmd buffer being constantgoueslati2023-05-031-1/+1
| * Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mboxgoueslati2023-05-022-9/+3
| |\
| | * Merge branch 'embassy-rs:master' into tl_mboxGhaith Oueslati2023-05-022-9/+3
| | |\
| * | | whoops, plugin formatted Cargo.toml, revertinggoueslati2023-05-021-1334/+1334
| |/ /
| * | added TL Mailbox initialization for STM32WBgoueslati2023-05-0211-1334/+2063
* | | Merge #1436bors[bot]2023-05-094-98/+734
|\ \ \
| * \ \ Merge branch 'master' into masterCaleb Jamison2023-05-0936-51/+242
| |\ \ \ | |/ / / |/| | |
* | | | Merge #1439bors[bot]2023-05-093-3/+36
|\ \ \ \
| * | | | rp: use rp2040-boot2 to provide the boot2 blobpennae2023-05-093-3/+36
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge #1437 #1438bors[bot]2023-05-0830-47/+47
|\ \ \ \ \ \
| | * | | | | Update GitHub Actions CIDirk Stolle2023-05-082-6/+6
| |/ / / / / |/| | | | |
| * | | | | Fix some typosDirk Stolle2023-05-0828-41/+41
|/ / / / /
* | | | | Merge #1435bors[bot]2023-05-084-2/+160
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bumped rp-pac versionFabian Kunze2023-05-081-1/+1
| * | | | changed relative cargo.toml dependency to github revisionFabian Kunze2023-05-071-1/+1
| * | | | added example multi priority executors rp2040Fabian Kunze2023-05-074-2/+160
| | * | | Dirbaio comments round 2Caleb Jamison2023-05-092-94/+107
| | * | | Remove patches, bump rp-pac versionCaleb Jamison2023-05-092-7/+1
| | * | | Improve gpout example, clk_gpout_freqCaleb Jamison2023-05-093-10/+26
| | * | | Gpout cleanup, basic Gpin supportCaleb Jamison2023-05-092-61/+106
| | * | | Address Dirbaio commentsCaleb Jamison2023-05-081-94/+147
| | * | | Add missing functions, Cleanup, Gpout exampleCaleb Jamison2023-05-082-53/+227
| | * | | rp clock configurationCaleb Jamison2023-05-082-95/+436
| |/ / / |/| | |
* | | | Merge #1434bors[bot]2023-05-088-496/+564
|\ \ \ \ | |/ / / |/| | |
| * | | rp/pio: make sure gpio() asserts are compiled outpennae2023-05-061-1/+2
| * | | rp/pio: allow wrap-around program loadingpennae2023-05-063-13/+11
| * | | rp/pio: mark exec_instr as unsafepennae2023-05-061-4/+2
| * | | rp/pio: add sm batch operationspennae2023-05-061-0/+41
| * | | rp/pio: configure state machines with Config structpennae2023-05-066-285/+300
| * | | rp/pio: mark pio_instr_util unsafepennae2023-05-061-9/+9
| * | | rp/pio: add set-pin-{values,dirs} convenience functionspennae2023-05-062-8/+61
| * | | rp/pio: add load_program, use_programpennae2023-05-065-115/+74
| * | | rp/pio: only clear diag bits if they're setpennae2023-05-051-4/+12