aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* faq: Nightly is not required anymorePriit Laes2024-02-091-2/+1
|
* faq: Fix typoPriit Laes2024-02-091-2/+4
|
* Merge pull request #2547 from plaes/spi-easydma-size-checksDario Nieuwenhuis2024-02-082-4/+18
|\ | | | | | | nrf: spim/spis: Add size checks for EasyDMA buffer
| * nrf: spim/spis: Add size checks for EasyDMA bufferPriit Laes2024-02-082-4/+18
|/ | | | | On most nRF chips, maximum buffer size for EasyDMA is 255, thus we never got any data when attempting to use 256 bytes as RX/TX buffer.
* Delete tests/stm32/teleprobe.shDario Nieuwenhuis2024-02-081-12/+0
|
* Merge pull request #2539 from badrbouslikhin/stm32h7-flash-improvementsDario Nieuwenhuis2024-02-061-2/+6
|\ | | | | | | fix(stm32h7/flash): enhance resilience to program sequence errors (pgserr)
| * fix(stm32h7/flash): enhance resilience to program sequence errors (pgserr) Badr Bouslikhin2024-02-061-2/+6
| |
* | Merge pull request #2537 from badrbouslikhin/mainDario Nieuwenhuis2024-02-061-1/+1
|\ \ | |/ |/| | | fix(stm32/h7): use correct unit in vco clock check
| * fix(stm32/h7): use correct unit in vco clock checkBadr Bouslikhin2024-02-061-1/+1
|/
* Merge pull request #2502 from jbeaurivage/nrf-uarte-errorsDario Nieuwenhuis2024-02-052-19/+110
|\ | | | | | | NRF: handle `uarte` RX errors
| * Address @Dirbaio's commentsJustin Beaurivage2024-02-051-9/+9
| |
| * RustfmtJustin Beaurivage2024-01-311-3/+9
| |
| * Add error handling to UarteRxWithIdleJustin Beaurivage2024-01-311-12/+23
| |
| * Handle Uarte RX errorsJustin Beaurivage2024-01-302-11/+85
| |
* | Merge pull request #2535 from embassy-rs/fix-bp-renderingUlf Lilleengen2024-02-051-1/+1
|\ \ | | | | | | | | | docs: fix bullet point indentation
| * | docs: fix bullet point indentationUlf Lilleengen2024-02-051-1/+1
|/ /
* | Merge pull request #2524 from matoushybl/wild-airDario Nieuwenhuis2024-02-041-0/+2
|\ \ | | | | | | | | | docs: Embassy in the wild - add air quality monitoring system
| * | docs: Embassy in the wild - add air quality monitoring systemMatous Hybl2024-02-031-0/+2
| | |
* | | Merge pull request #2529 from GrantM11235/buffered-uart-doc-linksDario Nieuwenhuis2024-02-042-0/+6
|\ \ \ | | | | | | | | stm32/usart: Add doc links to buffered uarts
| * | | stm32/usart: Add doc links to buffered uartsGrant Miller2024-02-032-0/+6
| | | |
* | | | Merge pull request #2534 from embassy-rs/stm32-rcc-fixitDario Nieuwenhuis2024-02-044-3/+10
|\ \ \ \ | | | | | | | | | | | | | | | stm32/rcc: fix more build failures.
| * | | | stm32/rcc: fix more build failures.Dario Nieuwenhuis2024-02-044-3/+10
|/ / / /
* | | | Merge pull request #2533 from embassy-rs/stm32-rcc-fixitDario Nieuwenhuis2024-02-043-12/+41
|\ \ \ \ | | | | | | | | | | | | | | | stm32/rcc: fix build for some f0 and l4 chips.
| * | | | stm32/rcc: fix build for some f0 and l4 chips.Dario Nieuwenhuis2024-02-043-12/+41
| |/ / / | | | | | | | | | | | | Fixes #2531
* | | | Merge pull request #2532 from embassy-rs/nrf51-gpioteDario Nieuwenhuis2024-02-045-15/+96
|\ \ \ \ | |/ / / |/| | | | | | | nrf/gpiote: add support for nrf51.
| * | | nrf/gpiote: add support for nrf51.Dario Nieuwenhuis2024-02-045-15/+96
|/ / /
* | | Merge pull request #2526 from BoostCookie/fix-grammarUlf Lilleengen2024-02-035-8/+8
|\ \ \ | |/ / |/| | | | | correct spelling of the word "receive"
| * | correct spelling of the word "receive"Stefan Gehr2024-02-035-8/+8
|/ /
* | Merge pull request #2521 from embassy-rs/rcc-muxDario Nieuwenhuis2024-02-0225-452/+286
|\ \ | | | | | | stm32: autogenerate clocks struct, enable mux for all chips.
| * | stm32: autogenerate clocks struct, enable mux for all chips.Dario Nieuwenhuis2024-02-0225-452/+286
|/ /
* | Merge pull request #2520 from Ecco/stm32wba-rcc-v3Dario Nieuwenhuis2024-02-021-90/+103
|\ \ | | | | | | | | | Migrate STM32WBA to RCCv3
| * | Migrate STM32WBA to RCCv3Romain Goyet2024-02-021-90/+103
| | |
* | | Merge pull request #2517 from embassy-rs/rcc-muxDario Nieuwenhuis2024-02-023-27/+15
|\ \ \ | | | | | | | | | | | | stm32: misc rcc cleanups
| * | | stm32/dac: use autogenerated RCC impls.Dario Nieuwenhuis2024-02-012-25/+2
| | | |
| * | | stm32: automatically use refcounting for rcc bits used multiple times.Dario Nieuwenhuis2024-02-011-2/+13
|/ / /
* | | Merge pull request #2510 from tokenize-inc/ble_extended_scatterDario Nieuwenhuis2024-02-014-2/+49
|\ \ \ | | | | | | | | | | | | STM32WB: Add scatter memory files for extended BLE stack
| * | | Add scatter memory files for extended BLE stackTaylor Carpenter2024-02-014-2/+49
| | | | | | | | | | | | | | | | Build script chooses the 'x.in' to copy over to 'tl_mbox.x' based on features
* | | | Merge pull request #2513 from Gekkio/f2-adc-fixesDario Nieuwenhuis2024-02-011-1/+5
|\ \ \ \ | |_|/ / |/| | | | | | | F2 ADC fixes
| * | | Fix ADC max frequency for F2Joonas Javanainen2024-02-011-0/+4
| | | |
| * | | Fix F2 temperature sensor ADC channelJoonas Javanainen2024-02-011-1/+1
|/ / / | | | | | | | | | | | | On all F2 devices (F205/207/215/217) the sensor is connected to ADC1_IN16, and is not shared with VBAT which is connected to ADC1_IN18.
* | | Merge pull request #2511 from Ecco/stm32wba-fixed-hseDario Nieuwenhuis2024-02-011-6/+8
|\ \ \ | | | | | | | | | | | | STM32WBA's high speed external clock has to run at 32 MHz
| * | | STM32WBA's high speed external clock has to run at 32 MHzRomain Goyet2024-02-011-6/+8
|/ / /
* | | Merge pull request #2508 from sinewave-ee/zero-init-ringbufferDario Nieuwenhuis2024-02-011-11/+11
|\ \ \ | | | | | | | | | | | | sync/pipe: be able to be zero-initialized
| * | | sync/pipe: be able to be zero-initializedSam Lakerveld2024-02-011-11/+11
|/ / /
* | | Merge pull request #2410 from eZioPan/waveform-on-CHxDario Nieuwenhuis2024-02-015-26/+133
|\ \ \ | | | | | | | | | | | | impl waveform with TIM OC Channel DMA
| * | | bug fixeZio Pan2024-01-081-1/+2
| | | |
| * | | refactor with clippyeZio Pan2024-01-064-14/+13
| | | |
| * | | impl waveform with TIM ChanneleZio Pan2024-01-064-12/+119
| | | |
* | | | Merge pull request #2465 from sgasse/sgasse/feature/mii-phyDario Nieuwenhuis2024-02-016-24/+271
|\ \ \ \ | | | | | | | | | | | | | | | Implement MII interface with feature flag
| * | | | stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C.Dario Nieuwenhuis2024-02-018-29/+9
| | | | |