summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-19stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-19stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-19stm32: use critical_section instead of cortex_m::interruptDario Nieuwenhuis
2022-01-19stm32: remove unused .pep8 fileDario Nieuwenhuis
2022-01-19Merge #582bors[bot]
2022-01-19Merge #583bors[bot]
2022-01-19nrf: return ptr in slice_ptr_partsDario Nieuwenhuis
2022-01-19nrf: build with unstable-traits in ciDario Nieuwenhuis
2022-01-18Make advanced timer trait not require general purpose timer trait as the time...Matous Hybl
2022-01-14Merge #579bors[bot]
2022-01-14examples/stm32l1: remove memory.x, use the crate-provided oneGreg V
2022-01-14stm32l1/rcc: fix clock frequency assertionGreg V
2022-01-14stm32l1/rcc: set required flash bits for high frequenciesGreg V
2022-01-14Merge #552bors[bot]
2022-01-14Merge #574bors[bot]
2022-01-14Merge #578bors[bot]
2022-01-14Update stm32-data.Matous Hybl
2022-01-14Add the possibility to reconfigure Spi mode and bit order configuration on th...Matous Hybl
2022-01-14Fix typo in defuse doc commentDaniel Bevenius
2022-01-13nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis
2022-01-13nrf/rng: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/qspi: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/gpiote: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/gpio: Rename FlexPin to Flex.Dario Nieuwenhuis
2022-01-13nrf/twim: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/spim: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-13nrf/spim: share code between blocking+async.Dario Nieuwenhuis
2022-01-13stm32-metapac: remove stm32gbkDario Nieuwenhuis
2022-01-13Merge #577bors[bot]
2022-01-13Merge #508bors[bot]
2022-01-13Port the PWM example to H7, add low-level API example implementing 32-bit PWM.Matous Hybl
2022-01-13Make RCC accessible using low-level API.Matous Hybl
2022-01-13Add simple PWM, add PWM pin definitions also accessible from low-level API.Matous Hybl
2022-01-13Add low level timer API.Matous Hybl
2022-01-12embassy/util: Add yield_now()Dario Nieuwenhuis
2022-01-12Merge #576bors[bot]
2022-01-12Make exti an optional featureUlf Lilleengen
2022-01-10Merge pull request #573 from danbev/runtime-doc-typo2Dario Nieuwenhuis
2022-01-10Fix 'the the' typo and add a missing 'it'Daniel Bevenius
2022-01-10Merge #572bors[bot]
2022-01-10Makes the uarte endtx event availablehuntc
2022-01-06Merge #567bors[bot]
2022-01-06Merge pull request #568 from danbev/runtime-doc-typoDario Nieuwenhuis
2022-01-06Fix typo in basic_application.adocDaniel Bevenius
2022-01-06Fix typo in hal.adocDaniel Bevenius
2022-01-06Fix typo in runtime.adocDaniel Bevenius
2022-01-06Remove unsafe from new on RNDhuntc
2022-01-05Merge #566bors[bot]
2022-01-05macros: initialize chip before executor.Dario Nieuwenhuis