aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Merge #866bors[bot]2022-07-152-30/+38
|\
| * Require erase address to be aligned to page sizechemicstry2022-07-141-1/+1
| * Fix erasing across bankschemicstry2022-07-141-29/+35
| * Fix writing to last sector of F4 flashchemicstry2022-07-141-2/+4
* | Move all gpio logic to Flexchemicstry2022-07-131-13/+7
* | Change get_set_level to get_output_levelchemicstry2022-07-131-3/+3
* | Use Into conversions instead of matcheschemicstry2022-07-131-24/+6
* | Add more convenience GPIO functionschemicstry2022-07-131-0/+96
|/
* Revert "Make advanced timer trait not require general purpose timer trait as ...chemicstry2022-07-122-3/+13
* Merge #858bors[bot]2022-07-1117-243/+133
|\
| * embassy-stm32: Simplify timeGrant Miller2022-07-1017-243/+133
* | Merge #859bors[bot]2022-07-113-1/+172
|\ \ | |/ |/|
| * Fix cfg flagschemicstry2022-07-111-9/+2
| * Add F4 flash driverchemicstry2022-07-113-1/+179
* | Merge #810bors[bot]2022-07-111-36/+47
|\ \ | |/ |/|
| * Puts in the machinery to handle power detected/removedhuntc2022-07-071-36/+47
* | Merge #854bors[bot]2022-07-1017-69/+157
|\ \
| * | Fix g0 rcc buildchemicstry2022-07-111-1/+1
| * | Use u32 instead of Duration for IWDGchemicstry2022-07-111-9/+12
| * | Fix f2, wl compilationchemicstry2022-07-102-2/+2
| * | Fix warningschemicstry2022-07-101-1/+0
| * | Fix typochemicstry2022-07-101-1/+1
| * | Refactor IWDG to use LSI frequency from RCCchemicstry2022-07-1017-73/+117
| * | Implement IWDG timeout calculationchemicstry2022-07-101-4/+46
* | | Merge #851bors[bot]2022-07-102-187/+314
|\ \ \ | |/ / |/| |
| * | Have removed ANOTHER redondant ErrorType trait impl[email protected]2022-07-101-4/+0
| * | Have removed redondant ErrorType trait impl[email protected]2022-07-101-4/+0
| * | rustfmt on previously edited files[email protected]2022-07-101-12/+9
| * | have adapted access to pin() and port() methods of Sealed::Pin in exti.rs ac...[email protected]2022-07-101-5/+5
| * | correction of the access to flex pin attribute in gpio_v2[email protected]2022-07-091-2/+2
| * | set_as_input_output() and set_as_output() : Have added comments and made func...[email protected]2022-07-081-3/+16
| * | Have added OutputOpenDrain with Flex[email protected]2022-07-041-63/+34
| * | Have added Flex to eh01 and eh2[email protected]2022-07-041-5/+111
| * | Flex GPIO implementation : Output[email protected]2022-06-301-62/+67
| * | have reverted changed in mod eh1 from previous commit[email protected]2022-06-301-2/+2
| * | Flex GPIO implementation : Input[email protected]2022-06-301-62/+105
* | | Merge #850bors[bot]2022-07-104-1/+48
|\ \ \
| * | | Add embassy-embedded-hal nightly featureHenrik Alsér2022-07-091-1/+1
| * | | impl SetConfig for stm32 i2c and SPIHenrik Alsér2022-07-094-0/+47
| | |/ | |/|
* | | CleanupHenrik Alsér2022-07-081-1/+0
* | | stm32/i2c: impl ErrorType for all.Dario Nieuwenhuis2022-07-071-1/+1
* | | NoDmaHenrik Alsér2022-07-071-3/+1
* | | CleanupHenrik Alsér2022-07-071-1/+0
* | | v1 fixHenrik Alsér2022-07-071-1/+1
* | | v2 fixHenrik Alsér2022-07-071-1/+3
* | | rustfmtHenrik Alsér2022-07-071-1/+0
* | | Add EH 1.0 impls for stm32 i2cHenrik Alsér2022-07-072-0/+113
|/ /
* | fix case when chip has multiple iwdgVincent Stakenburg2022-06-281-6/+10
* | rebase and fix unborrowVincent Stakenburg2022-06-281-2/+1
* | address reviewVincent Stakenburg2022-06-281-4/+2