aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stm32: remove unused .pep8 fileDario Nieuwenhuis2022-01-191-2/+0
* Merge #582bors[bot]2022-01-192-15/+68
|\
| * Make advanced timer trait not require general purpose timer trait as the time...Matous Hybl2022-01-182-15/+68
* | Merge #583bors[bot]2022-01-192-8/+8
|\ \ | |/ |/|
| * nrf: return ptr in slice_ptr_partsDario Nieuwenhuis2022-01-191-3/+3
| * nrf: build with unstable-traits in ciDario Nieuwenhuis2022-01-191-5/+5
|/
* Merge #579bors[bot]2022-01-144-37/+9
|\
| * examples/stm32l1: remove memory.x, use the crate-provided oneGreg V2022-01-142-35/+0
| * stm32l1/rcc: fix clock frequency assertionGreg V2022-01-141-1/+1
| * stm32l1/rcc: set required flash bits for high frequenciesGreg V2022-01-142-1/+8
|/
* Merge #552bors[bot]2022-01-1422-1085/+1594
|\
| * nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-138-253/+910
| * nrf/rng: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-68/+53
| * nrf/qspi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-133-122/+88
| * nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-134-197/+264
| * nrf/gpiote: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-134-54/+31
| * nrf/gpio: Rename FlexPin to Flex.Dario Nieuwenhuis2022-01-132-16/+16
| * nrf/twim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-133-267/+157
| * nrf/spim: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-132-27/+47
| * nrf/spim: share code between blocking+async.Dario Nieuwenhuis2022-01-132-142/+89
* | Merge #574bors[bot]2022-01-143-23/+88
|\ \
| * | Update stm32-data.Matous Hybl2022-01-141-0/+0
| * | Add the possibility to reconfigure Spi mode and bit order configuration on th...Matous Hybl2022-01-142-23/+88
| |/
* | Merge #578bors[bot]2022-01-141-1/+1
|\ \ | |/ |/|
| * Fix typo in defuse doc commentDaniel Bevenius2022-01-141-1/+1
|/
* stm32-metapac: remove stm32gbkDario Nieuwenhuis2022-01-132-1/+0
* Merge #577bors[bot]2022-01-132-0/+29
|\
| * embassy/util: Add yield_now()Dario Nieuwenhuis2022-01-122-0/+29
* | Merge #508bors[bot]2022-01-1310-147/+857
|\ \ | |/ |/|
| * Port the PWM example to H7, add low-level API example implementing 32-bit PWM.Matous Hybl2022-01-134-3/+199
| * Make RCC accessible using low-level API.Matous Hybl2022-01-131-0/+5
| * Add simple PWM, add PWM pin definitions also accessible from low-level API.Matous Hybl2022-01-133-144/+428
| * Add low level timer API.Matous Hybl2022-01-132-0/+225
|/
* Merge #576bors[bot]2022-01-1214-14/+24
|\
| * Make exti an optional featureUlf Lilleengen2022-01-1214-14/+24
|/
* Merge pull request #573 from danbev/runtime-doc-typo2Dario Nieuwenhuis2022-01-101-2/+2
|\
| * Fix 'the the' typo and add a missing 'it'Daniel Bevenius2022-01-101-2/+2
|/
* Merge #572bors[bot]2022-01-101-0/+6
|\
| * Makes the uarte endtx event availablehuntc2022-01-101-0/+6
|/
* Merge #567bors[bot]2022-01-062-2/+2
|\
| * Remove unsafe from new on RNDhuntc2022-01-062-2/+2
* | Merge pull request #568 from danbev/runtime-doc-typoDario Nieuwenhuis2022-01-063-3/+3
|\ \ | |/ |/|
| * Fix typo in basic_application.adocDaniel Bevenius2022-01-061-1/+1
| * Fix typo in hal.adocDaniel Bevenius2022-01-061-1/+1
| * Fix typo in runtime.adocDaniel Bevenius2022-01-061-1/+1
|/
* Merge #566bors[bot]2022-01-0550-4856/+4208
|\
| * macros: initialize chip before executor.Dario Nieuwenhuis2022-01-051-4/+2
| * tests/stm32: make __sdata=__edata so that cortex-m-rt doesn't try to copy it ...Dario Nieuwenhuis2022-01-051-1/+1
| * stm32: remove Dbgmcu from public API.Dario Nieuwenhuis2022-01-052-16/+7
| * stm32/rcc: remove Rcc struct, RccExt trait.Dario Nieuwenhuis2022-01-0531-3037/+2427