aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* stm32: fix bd lsixoviat2023-09-241-6/+7
|
* Merge pull request #1940 from luveti/patch-1Dario Nieuwenhuis2023-09-241-0/+1
|\ | | | | | | stm32: fix rtc example
| * stm32: fix rtc exampleluveti2023-09-241-0/+1
|/ | | lsi must be enabled otherwise a assertion fails
* Merge pull request #1939 from nilfit/spim-anomaly-109Dario Nieuwenhuis2023-09-232-31/+56
|\ | | | | | | spim: Fix nRF52832 SPIM with polling executors
| * Add separate work-around specific flag for DMA errata on NRF52832Priit Laes2023-09-222-12/+14
| |
| * spim: Fix SPIM with polling executorsNils Fitinghoff2023-09-221-22/+45
| | | | | | | | Co-authored-by: Priit Laes <[email protected]>
* | Merge pull request #1938 from xoviat/low-powerxoviat2023-09-221-7/+13
|\ \ | |/ |/| | | stm32/lp: clamp requested_duration
| * stm32/lp: clamp requested_duration to avoid overflowxoviat2023-09-221-7/+13
|/
* Merge pull request #1937 from xoviat/low-powerxoviat2023-09-223-82/+101
|\ | | | | | | stm32/low-power: create one critical-section for all time ops
| * stm32/low-power: create one critical-section for all time opsxoviat2023-09-213-82/+101
|/
* Merge pull request #1935 from embassy-rs/stm32-update-metapacgcDario Nieuwenhuis2023-09-211-2/+2
|\ | | | | | | stm32: update metapac.
| * stm32: update metapac.Dario Nieuwenhuis2023-09-221-2/+2
|/
* Merge pull request #1927 from embassy-rs/stm32-rcc-unify-hDario Nieuwenhuis2023-09-2126-1529/+1195
|\ | | | | | | stm32/rcc: unify h5 and h7.
| * stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-2126-1529/+1195
|/
* Merge pull request #1934 from chrenderle/low-power-l0xoviat2023-09-212-2/+5
|\ | | | | | | fix low-power: APB1 needed for LSE
| * fix low-power: APB1 needed for LSEChristian Enderle2023-09-212-2/+5
|/
* Merge pull request #1930 from xoviat/adcxoviat2023-09-203-59/+100
|\ | | | | | | stm32/adc: make v1 async
| * stm32/adc: make v1 async and leave enxoviat2023-09-203-59/+100
| |
* | Merge pull request #1932 from embassy-rs/h7fixDario Nieuwenhuis2023-09-201-2/+4
|\ \ | | | | | | | | | stm32/h7: fix bad PWR reg versions.
| * | stm32/h7: fix bad PWR reg versions.Dario Nieuwenhuis2023-09-211-2/+4
|/ /
* | Merge pull request #1929 from sgoll/exti-levelDario Nieuwenhuis2023-09-191-1/+5
|\ \ | |/ |/| | | stm32/exti: Add get_level() to ExtiInput
| * Add get_level() to ExtiInputSebastian Goll2023-09-201-1/+5
|/
* Merge pull request #1928 from sgoll/fix-r2-voltage-rangeDario Nieuwenhuis2023-09-191-4/+4
|\ | | | | | | stm32/f2: Fix typo in RCC voltage range docs
| * Fix typo in F2 RCC voltage rangesSebastian Goll2023-09-191-4/+4
|/
* Merge pull request #1919 from xoviat/adcxoviat2023-09-183-18/+109
|\ | | | | | | adc/f3: add async conversion
| * stm32/adc: add async conversionxoviat2023-09-183-18/+109
| |
* | Merge pull request #1924 from embassy-rs/rp-remove-pasteDario Nieuwenhuis2023-09-182-9/+33
|\ \ | | | | | | | | | rp: remove paste macro.
| * | rp: remove paste macro.Dario Nieuwenhuis2023-09-182-9/+33
|/ /
* | Merge pull request #1923 from embassy-rs/pac-vosDario Nieuwenhuis2023-09-1811-109/+159
|\ \ | | | | | | | | | stm32: use PAC enums for VOS.
| * | stm32: use PAC enums for VOS.Dario Nieuwenhuis2023-09-1811-109/+159
|/ /
* | Merge pull request #1921 from xoviat/rtcxoviat2023-09-1815-61/+104
|\ \ | |/ |/| | | stm32: update configure_ls and misc cleanup
| * ci: fix testsxoviat2023-09-172-2/+6
| |
| * stm32: misc. cleanupxoviat2023-09-175-17/+14
| |
| * stm32: update configure_ls as agreedxoviat2023-09-178-42/+84
|/
* Merge pull request #1917 from MabezDev/set-config-uartDario Nieuwenhuis2023-09-174-3/+102
|\ | | | | | | stm32: Implement `set_config` for Uart structs
| * stm32: Implement `set_config` for Uart structsScott Mabin2023-09-174-3/+102
|/
* Merge pull request #1920 from MabezDev/rtc-time-providerxoviat2023-09-171-15/+36
|\ | | | | | | stm32: Add RtcTimeProvider struct to Rtc module
| * stm32: Add RtcTimeProvider struct to Rtc moduleScott Mabin2023-09-171-15/+36
|/ | | | | | This struct allows users to acquire the current time without putting `Rtc` in a mutex and passing that around. This is allowed because reading from the rtc registers is atomic.
* Merge pull request #1918 from embassy-rs/stm32wbaDario Nieuwenhuis2023-09-173-60/+33
|\ | | | | | | stm32/rcc: use AHBPrescaler div impls in stm32wba
| * stm32/rcc: use AHBPrescaler div impls in stm32wbaDario Nieuwenhuis2023-09-173-60/+33
|/
* Merge pull request #1915 from xoviat/rccxoviat2023-09-1619-347/+174
|\ | | | | | | stm32/rcc: convert bus prescalers to pac enums
| * stm32/rcc: convert bus prescalers to pac enumsxoviat2023-09-1619-347/+174
| |
* | Merge pull request #1916 from wkf/mainxoviat2023-09-164-8/+8
|\ \ | |/ |/| | | Update stm32wb examples to use ble/mac firmware.
| * Update stm32wb examples to use ble/mac firmware.Will Farrell2023-09-164-8/+8
| |
* | Merge pull request #1914 from xoviat/fix-wpanxoviat2023-09-162-3/+1
|\ \ | | | | | | | | | stm32: fix wpan_ble test
| * | stm32: fix wpan_ble testxoviat2023-09-162-3/+1
|/ /
* | Merge pull request #1913 from xoviat/docxoviat2023-09-164-7/+84
|\ \ | | | | | | | | | update docs
| * | update docsxoviat2023-09-164-7/+84
| | |
* | | Merge pull request #1911 from embassy-rs/stm32wbaDario Nieuwenhuis2023-09-1618-86/+361
|\ \ \ | |/ / |/| | | | | stm32: add stm32wba support.
| * | stm32: add stm32wba support.Dario Nieuwenhuis2023-09-1615-86/+349
| | |