aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-219-9/+3
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-216-26/+41
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-146-22/+22
|
* 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-064-4/+4
| |
* | update release version in examples and other cratesScott Mabin2023-12-045-9/+9
| |
* | Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-294-10/+10
| |
* | Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-293-9/+9
|/
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-2742-43/+5
|
* 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-154-4/+4
|
* nrf/buffered_uarte: add test for recovering from buffer full.Dario Nieuwenhuis2023-11-142-1/+73
|
* 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-046-9/+13
|\
| * Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-026-9/+13
| |
* | stm32: compute stop mode and workaround rtt test bugxoviat2023-11-041-1/+1
|/
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-014-4/+4
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-314-4/+4
|
* 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
|/
* Merge pull request #2017 from ilya-epifanov/rp-adc-divDario Nieuwenhuis2023-10-201-2/+10
|\ | | | | | | added sampling frequency setting to adc capture methods on rp2040
| * fixed rp adc testsIlya Epifanov2023-10-091-2/+10
| |
* | stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-181-5/+17
| |
* | stm32/rcc: refactor f7.Dario Nieuwenhuis2023-10-181-1/+17
| |
* | stm32: update metapacxoviat2023-10-171-3/+10
| |
* | stm32/tests: add stm32wl hil.Dario Nieuwenhuis2023-10-173-1/+21
| |
* | stm32: update metapacxoviat2023-10-161-1/+1
| |
* | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-164-4/+4
| |
* | time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-165-5/+5
| |
* | stm32/rng: add test.Dario Nieuwenhuis2023-10-162-18/+74
| |
* | stm32/rcc: unify L4 and L5.Dario Nieuwenhuis2023-10-161-7/+10
| |
* | stm32/rcc: add better support for L4/L4+ differences.Dario Nieuwenhuis2023-10-161-1/+1
| |
* | stm32/rcc: port L4 to the "flattened" API like h5/h7.Dario Nieuwenhuis2023-10-151-9/+11
| |