summaryrefslogtreecommitdiff
path: root/embassy-stm32
AgeCommit message (Expand)Author
2022-07-15Merge #866bors[bot]
2022-07-14Require erase address to be aligned to page sizechemicstry
2022-07-14Fix erasing across bankschemicstry
2022-07-14Fix writing to last sector of F4 flashchemicstry
2022-07-13Move all gpio logic to Flexchemicstry
2022-07-13Change get_set_level to get_output_levelchemicstry
2022-07-13Use Into conversions instead of matcheschemicstry
2022-07-13Add more convenience GPIO functionschemicstry
2022-07-12Revert "Make advanced timer trait not require general purpose timer trait as ...chemicstry
2022-07-11Merge #858bors[bot]
2022-07-10embassy-stm32: Simplify timeGrant Miller
2022-07-11Merge #859bors[bot]
2022-07-11Fix cfg flagschemicstry
2022-07-11Add F4 flash driverchemicstry
2022-07-11Merge #810bors[bot]
2022-07-10Merge #854bors[bot]
2022-07-11Fix g0 rcc buildchemicstry
2022-07-10Merge #851bors[bot]
2022-07-11Use u32 instead of Duration for IWDGchemicstry
2022-07-10Have removed ANOTHER redondant ErrorType trait implamugniere@gmail.com
2022-07-10Have removed redondant ErrorType trait implamugniere@gmail.com
2022-07-10rustfmt on previously edited filesamugniere@gmail.com
2022-07-10have adapted access to pin() and port() methods of Sealed::Pin in exti.rs ac...amugniere@gmail.com
2022-07-10Fix f2, wl compilationchemicstry
2022-07-10Fix warningschemicstry
2022-07-10Fix typochemicstry
2022-07-10Refactor IWDG to use LSI frequency from RCCchemicstry
2022-07-10Implement IWDG timeout calculationchemicstry
2022-07-10Merge #850bors[bot]
2022-07-09Add embassy-embedded-hal nightly featureHenrik Alsér
2022-07-09correction of the access to flex pin attribute in gpio_v2amugniere@gmail.com
2022-07-09impl SetConfig for stm32 i2c and SPIHenrik Alsér
2022-07-08set_as_input_output() and set_as_output() : Have added comments and made func...amugniere@gmail.com
2022-07-08CleanupHenrik Alsér
2022-07-07stm32/i2c: impl ErrorType for all.Dario Nieuwenhuis
2022-07-07NoDmaHenrik Alsér
2022-07-07CleanupHenrik Alsér
2022-07-07v1 fixHenrik Alsér
2022-07-07v2 fixHenrik Alsér
2022-07-07rustfmtHenrik Alsér
2022-07-07Add EH 1.0 impls for stm32 i2cHenrik Alsér
2022-07-07Puts in the machinery to handle power detected/removedhuntc
2022-07-04Have added OutputOpenDrain with Flexamugniere@gmail.com
2022-07-04Have added Flex to eh01 and eh2amugniere@gmail.com
2022-06-30 Flex GPIO implementation : Outputamugniere@gmail.com
2022-06-30have reverted changed in mod eh1 from previous commitamugniere@gmail.com
2022-06-30 Flex GPIO implementation : Inputamugniere@gmail.com
2022-06-28fix case when chip has multiple iwdgVincent Stakenburg
2022-06-28rebase and fix unborrowVincent Stakenburg
2022-06-28address reviewVincent Stakenburg