aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #869bors[bot]2022-07-199-2/+69
|\
| * embassy-embedded-hal: docsDario Nieuwenhuis2022-07-197-2/+59
| * embassy-cortex-m: docsDario Nieuwenhuis2022-07-192-0/+10
|/
* Merge #868bors[bot]2022-07-185-106/+106
|\
| * Rename XXBusDevice to XXDevice.Dario Nieuwenhuis2022-07-185-106/+106
|/
* Merge #853bors[bot]2022-07-165-1/+489
|\
| * Add embedded_hal_async support for embassy-rpDaniel Bevenius2022-07-145-1/+489
* | Merge #866bors[bot]2022-07-153-40/+55
|\ \ | |/ |/|
| * Fix unused importschemicstry2022-07-141-1/+0
| * Require erase address to be aligned to page sizechemicstry2022-07-141-1/+1
| * Fix erasing across bankschemicstry2022-07-142-34/+38
| * Fix writing to last sector of F4 flashchemicstry2022-07-142-12/+24
* | Merge #865bors[bot]2022-07-131-1/+1
|\ \
| * | Update Rust nightly.Dario Nieuwenhuis2022-07-131-1/+1
|/ /
* | Merge pull request #864 from jdswensen/jds/fixesDario Nieuwenhuis2022-07-131-1/+1
|\ \
| * | fix: doc: use master branch for basic example linkJake Swensen2022-07-121-1/+1
|/ /
* | Merge #863bors[bot]2022-07-123-1/+224
|\ \ | |/ |/|
| * Move all gpio logic to Flexchemicstry2022-07-133-25/+13
| * Change get_set_level to get_output_levelchemicstry2022-07-133-8/+8
| * Add convenience GPIO functions to RPchemicstry2022-07-131-0/+78
| * Add convenience GPIO functions to NRFchemicstry2022-07-131-0/+79
| * Use Into conversions instead of matcheschemicstry2022-07-131-24/+6
| * Add more convenience GPIO functionschemicstry2022-07-131-0/+96
|/
* Merge #862bors[bot]2022-07-122-3/+13
|\
| * Revert "Make advanced timer trait not require general purpose timer trait as ...chemicstry2022-07-122-3/+13
* | Merge pull request #860 from ant32/typosDario Nieuwenhuis2022-07-122-2/+2
|\ \ | |/ |/|
| * fix typoPhilip A Reimer2022-07-112-2/+2
|/
* Merge #858bors[bot]2022-07-1134-321/+211
|\
| * embassy-stm32: Simplify timeGrant Miller2022-07-1034-321/+211
* | Merge #859bors[bot]2022-07-116-1/+230
|\ \ | |/ |/|
| * Fix cfg flagschemicstry2022-07-111-9/+2
| * Update stm32-datachemicstry2022-07-111-0/+0
| * Add F4 flash driverchemicstry2022-07-115-1/+237
* | Merge #810bors[bot]2022-07-119-157/+273
|\ \
| * | Trait for UsbSupplyhuntc2022-07-096-165/+173
| * | New constructor to cater for the softdevicehuntc2022-07-081-2/+21
| * | Build in a new Unpowered statehuntc2022-07-081-24/+21
| * | Puts in the machinery to handle power detected/removedhuntc2022-07-076-143/+142
| * | Introduces EnabledUsbDevicehuntc2022-07-073-7/+100
* | | Merge pull request #857 from chemicstry/windows_ciDario Nieuwenhuis2022-07-111-2/+10
|\ \ \ | |_|/ |/| |
| * | Fix ci for windows (msys, git bash)chemicstry2022-07-111-2/+10
|/ /
* | Merge #854bors[bot]2022-07-1019-69/+203
|\ \
| * | Fix g0 rcc buildchemicstry2022-07-111-1/+1
| * | Bump stm32-datachemicstry2022-07-111-0/+0
| * | Use u32 instead of Duration for IWDGchemicstry2022-07-112-10/+13
| * | Fix f2, wl compilationchemicstry2022-07-102-2/+2
| * | Fix warningschemicstry2022-07-101-1/+0
| * | Fix typochemicstry2022-07-101-1/+1
| * | Add comments to watchdog examplechemicstry2022-07-101-0/+2
| * | Refactor IWDG to use LSI frequency from RCCchemicstry2022-07-1017-73/+117