aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-0465-64/+73
* Merge pull request #3006 from honzasp/harmonize-newDario Nieuwenhuis2024-06-037-180/+257
|\
| * stm32/usart: set refcount even if initialization failedJan Špaček2024-06-032-4/+4
| * stm32/usart: move init code to function that's not generic in TJan Špaček2024-06-012-85/+113
| * stm32/buffered-usart: use new_pin! and disconnect pins on dropJan Špaček2024-06-012-42/+65
| * stm32/usart: disconnect pins of RingBufferedUartRx on dropJan Špaček2024-06-011-0/+10
| * stm32/i2c: use new_pin! macroJan Špaček2024-06-013-43/+58
| * stm32/spi: move init code to function that's not generic in TJan Špaček2024-06-011-19/+20
* | Merge pull request #3036 from embassy-rs/fix-book-refsDario Nieuwenhuis2024-06-0311-11/+11
|\ \
| * | fix broken links to embassy bookUlf Lilleengen2024-06-0311-11/+11
|/ /
* | Merge pull request #3035 from embassy-rs/spi-nosck-fixDario Nieuwenhuis2024-06-023-35/+72
|\ \
| * | stm32/spi: fix blocking_write on nosck spi.Dario Nieuwenhuis2024-06-033-35/+72
|/ /
* | Merge pull request #3033 from cschuhen/feature/fdcan_no_generics2Dario Nieuwenhuis2024-06-022-57/+46
|\ \
| * | Remove generic argument from CanBuilder.Corey Schuhen2024-06-022-57/+46
|/ /
* | Merge pull request #3032 from cschuhen/feature/bxcan_no_generics2Dario Nieuwenhuis2024-06-027-83/+100
|\ \ | |/ |/|
| * Fix F7 example.Corey Schuhen2024-06-021-1/+1
| * Remove more BXCAN generics.Corey Schuhen2024-06-026-82/+99
|/
* Merge pull request #3028 from embassy-rs/check-cfg-fixDario Nieuwenhuis2024-05-315-47/+107
|\
| * stm32/spi: test zero-length transfers in more cases.Dario Nieuwenhuis2024-05-312-1/+13
| * stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions.Dario Nieuwenhuis2024-05-315-46/+94
|/
* Merge pull request #3027 from embassy-rs/check-cfg-fixDario Nieuwenhuis2024-05-3142-98/+116
|\
| * stm32/spi: add blocking rxonly test.Dario Nieuwenhuis2024-05-311-7/+25
| * stm32/spi: fix spiv1 rxonly hanging.Dario Nieuwenhuis2024-05-313-62/+47
| * Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-3138-29/+44
|/
* Merge pull request #3014 from brunob45/pwm_inputDario Nieuwenhuis2024-05-317-28/+314
|\
| * rust fmt really does not want blank space thereBruno Bousquet2024-05-301-1/+0
| * fix fmt (again)Bruno Bousquet2024-05-301-2/+3
| * fix fmtBruno Bousquet2024-05-301-3/+1
| * undo changes in input_captureBruno Bousquet2024-05-301-6/+6
| * create functions in inner to handle register modificationBruno Bousquet2024-05-303-46/+31
| * fix fmtBruno Bousquet2024-05-292-2/+8
| * rename get_width_ticks and add info!() in examplesBruno Bousquet2024-05-293-13/+11
| * Apply suggestions from code reviewBruno Bousquet2024-05-294-7/+7
| * fix fmt againBruno Bousquet2024-05-292-4/+2
| * Merge branch 'pwm_input_f103' into pwm_inputBruno Bousquet2024-05-292-2/+4
| |\
| | * fix fmtBruno Bousquet2024-05-292-2/+4
| * | remove dev filesBruno Bousquet2024-05-2911-204/+4
| |/
| * fix F103 exampleBruno Bousquet2024-05-292-2/+4
| * pwm_input is working on F446Bruno Bousquet2024-05-2910-29/+265
| * add f103 example for input_captureBruno Bousquet2024-05-285-4/+103
| * undo minor changesBruno Bousquet2024-05-281-4/+10
| * use timer LLBruno Bousquet2024-05-281-45/+7
| * example is working nowBruno Bousquet2024-05-283-13/+54
| * compile pwm_input exampleBruno Bousquet2024-05-284-3/+55
| * add stm32f446 filesBruno Bousquet2024-05-286-3/+104
* | Merge pull request #3025 from andresovela/timestamp-uptime-featuresDario Nieuwenhuis2024-05-312-2/+25
|\ \
| * | embassy-time: add timestamp featuresAndres O. Vela2024-05-302-2/+25
* | | Merge pull request #3005 from honzasp/check-cfgDario Nieuwenhuis2024-05-3122-180/+574
|\ \ \ | |/ / |/| |
| * | Copy build_common.rs into each crate, to make cargo publish happyJan Špaček2024-05-318-4/+339
| * | Emit cargo:rustc-check-cfg instructions from build.rsJan Špaček2024-05-3019-180/+239
|/ /