aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Delete tests/stm32/teleprobe.shDario Nieuwenhuis2024-02-081-12/+0
|
* nrf/gpiote: add support for nrf51.Dario Nieuwenhuis2024-02-042-1/+49
|
* correct spelling of the word "receive"Stefan Gehr2024-02-031-1/+1
|
* Merge pull request #2469 from embassy-rs/nrf51-basic-supportDario Nieuwenhuis2024-01-3116-1/+105
|\ | | | | | | feat: add basic support for nRF51 chips to embassy-nrf
| * use pull-up to ensure we assert the correct changeUlf Lilleengen2024-01-261-1/+1
| |
| * fix gpio test and remove dummyUlf Lilleengen2024-01-262-16/+2
| |
| * fix: link nrf51 tests from flash for nowUlf Lilleengen2024-01-262-5/+5
| |
| * assert only at least time sleptUlf Lilleengen2024-01-262-2/+0
| | | | | | | | Cannot deterministically guarantee the upper bound
| * fix warningsUlf Lilleengen2024-01-261-2/+1
| |
| * add simplest testUlf Lilleengen2024-01-261-0/+15
| |
| * lower arena for nrf51Ulf Lilleengen2024-01-251-1/+1
| |
| * adjust memory settings for lower end variantUlf Lilleengen2024-01-251-2/+2
| |
| * fix: use nrf51-dk chip variantUlf Lilleengen2024-01-256-2/+2
| |
| * fix: teleprobe targetUlf Lilleengen2024-01-251-1/+1
| |
| * fix: add missing hil test projectUlf Lilleengen2024-01-256-0/+106
| |
| * rename nrf52 HIL testUlf Lilleengen2024-01-2410-0/+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
* rp/gpio: remove generics.Dario Nieuwenhuis2024-01-225-17/+15
|
* nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-222-10/+7
|
* Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-222-5/+5
|
* 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-115-13/+13
|
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-103-15/+15
| | | | | | | 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-093-7/+7
|
* Merge pull request #2404 from plaes/sync-link-ramDario Nieuwenhuis2024-01-057-524/+45
|\ | | | | | | tests: Use unified link_ram_cortex_m.x linker script
| * tests: Fix location of __edata section and comment originalPriit Laes2024-01-051-0/+4
| |
| * tests: Use unified link_ram_cortex_m.x file for all Cortex M targetsPriit Laes2024-01-057-512/+7
| |
| * tests: nrf: Sync link_ram.x from upstreamPriit Laes2024-01-051-12/+34
| | | | | | | | | | Upstream has added bunch of improvements and fixes to linker script, so sync these while keeping the FLASH -> RAM changes.
* | New embassy-net releaseScott Mabin2024-01-044-4/+4
|/
* 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
|