aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
Commit message (Collapse)AuthorAgeFilesLines
* Delete tests/stm32/teleprobe.shDario Nieuwenhuis2024-02-081-12/+0
|
* Disable h563 test.Corey Schuhen2024-01-311-1/+1
|
* HIL test for STM32 FDCAN support.Corey Schuhen2024-01-312-5/+254
| | | | | | | | | | | | | | | | | | | | | | Internal loopback. fdcan: use common.rs for HIL test. Fix tests. Fix tests. Fix tests Add HIL tests for H7 even though they are a bit crippled. CI fixes Bah Test bah
* Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-221-4/+4
|
* tests/stm32: fix h7 wrong smps config.Dario Nieuwenhuis2024-01-201-0/+4
|
* fix changed import pathsUlf Lilleengen2024-01-121-5/+3
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
|
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-6/+6
| | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-2/+2
|
* Merge pull request #2404 from plaes/sync-link-ramDario Nieuwenhuis2024-01-052-255/+1
|\ | | | | | | tests: Use unified link_ram_cortex_m.x linker script
| * tests: Use unified link_ram_cortex_m.x file for all Cortex M targetsPriit Laes2024-01-052-255/+1
| |
* | New embassy-net releaseScott Mabin2024-01-041-1/+1
|/
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+1
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-7/+11
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-142-8/+8
|
* Merge pull request #2246 from CaptainMaso/adc_f3_v1_1Dario Nieuwenhuis2023-12-084-12/+105
|\ | | | | | | stm32: add ADC f3_v1_1
| * tests/stm32: add L1 DAC/ADC test.Dario Nieuwenhuis2023-12-084-12/+105
| |
* | Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
| |
* | update release version in examples and other cratesScott Mabin2023-12-041-2/+2
| |
* | Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+2
| |
* | Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-2/+2
|/
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-2715-16/+2
|
* stm32/test: add stm32f446 (board not in HIL rig yet)Dario Nieuwenhuis2023-11-275-36/+66
|
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-251-6/+4
|
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
|
* stm32/rcc: unify f2 into f4/f7.Dario Nieuwenhuis2023-11-131-10/+11
|
* stm32/rcc: fix pll enum naming on f4, f7.Dario Nieuwenhuis2023-11-131-2/+2
|
* stm32/rcc: unify l0l1 and l4l5.Dario Nieuwenhuis2023-11-131-2/+2
|
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-131-15/+15
|
* stm32: add low power for g4xoviat2023-11-081-1/+1
|
* stm32/rcc: add shared code for hsi48 with crs support.Dario Nieuwenhuis2023-11-051-3/+3
|
* stm32/rcc: switch to modern api for l0, l1.Dario Nieuwenhuis2023-11-051-12/+14
|
* Merge branch 'main' of github.com:embassy-rs/embassy into low-powerxoviat2023-11-041-4/+7
|\
| * Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-4/+7
| |
* | stm32: compute stop mode and workaround rtt test bugxoviat2023-11-041-1/+1
|/
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* stm32/low-power: refactor refcountxoviat2023-10-251-4/+4
|
* Merge pull request #2106 from xoviat/fix-stop-2xoviat2023-10-231-1/+3
|\ | | | | | | stm32: fix low-power test
| * stm32: fix low-power testxoviat2023-10-231-1/+3
| |
* | stm32/rcc: misc cleanups.Dario Nieuwenhuis2023-10-231-8/+10
| |
* | stm32/rcc: merge wb into l4/l5.Dario Nieuwenhuis2023-10-231-0/+6
| |
* | stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-231-3/+12
| |
* | stm32/tests: add stm32wba52cg, stm32u5a9zjDario Nieuwenhuis2023-10-222-1/+36
| |
* | stm32: rename HSI16 -> HSIDario Nieuwenhuis2023-10-221-4/+4
|/
* Merge pull request #2097 from embassy-rs/rcc-no-spaghettiDario Nieuwenhuis2023-10-215-6/+56
|\ | | | | | | stm32/tests: add stm32h753zi, stm32h7a3zi.
| * stm32/tests: add stm32h753zi, stm32h7a3zi.Dario Nieuwenhuis2023-10-215-6/+56
| |
* | stm32: update metapacxoviat2023-10-201-8/+1
|/
* stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-181-5/+17
|
* stm32/rcc: refactor f7.Dario Nieuwenhuis2023-10-181-1/+17
|