aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin
Commit message (Expand)AuthorAgeFilesLines
* stm32: can: fd: fix test build for all relevant chipsTorin Cooper-Bennun2024-04-221-5/+17
* stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-162-6/+5
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-151-3/+2
* stm32: update adc examplesAndres Vahter2024-04-101-2/+2
* Merge pull request #2697 from eZioPan/stm32-cordicDario Nieuwenhuis2024-04-041-0/+135
|\
| * stm32 CORDIC: add g491re back to cordic testeZio Pan2024-03-231-8/+3
| * stm32 CORDIC: re-design APIeZio Pan2024-03-231-62/+48
| * stm32 CORDIC: make HIL runeZio Pan2024-03-231-12/+14
| * stm32 CORDIC: add HIL testeZio Pan2024-03-231-0/+152
* | stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-10/+9
* | CAN: Use the same testing code for BXCAN and FDCAN h/w.Corey Schuhen2024-03-283-194/+163
* | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-12/+12
|/
* FDCAN: Fix offset issue preventing CAN2 and CAN3 from working.Corey Schuhen2024-03-161-2/+51
* Merge pull request #2701 from timokroeger/stm32-ucpdDario Nieuwenhuis2024-03-151-0/+120
|\
| * tests/stm32: run ucpd only on g0.Dario Nieuwenhuis2024-03-151-0/+1
| * [UCPD] Add unit test for stm32g071rb boardTimo Kröger2024-03-151-0/+119
* | Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+1
* | Shared frame types.Corey Schuhen2024-03-131-2/+2
* | Merge pull request #2691 from caleb-garrett/cryp-dmaDario Nieuwenhuis2024-03-121-10/+20
|\ \
| * | rustfmtCaleb Garrett2024-03-121-5/+2
| * | Correct cryp CI build issues.Caleb Garrett2024-03-121-2/+4
| * | Add async CRYP to test.Caleb Garrett2024-03-121-10/+21
| |/
* / Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ...Corey Schuhen2024-03-071-2/+2
|/
* stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-011-2/+2
* rustfmtCaleb Garrett2024-02-251-3/+1
* Add CRYP test.Caleb Garrett2024-02-251-0/+71
* FDCAN: Don't require internal module for public API.Corey Schuhen2024-02-251-2/+2
* stm32/dma: add AnyChannel, add support for BDMA on H7.Dario Nieuwenhuis2024-02-241-1/+1
* Remove the OperatingMode typestatesCorey Schuhen2024-02-181-1/+1
* Port FDCAN HAL to use PAC directly instead of fdcan crate.Corey Schuhen2024-02-171-81/+28
* tests/stm32: add stm32f091rc, stm32h503rb.Dario Nieuwenhuis2024-02-171-0/+1
* Added HMAC to STM32 hash test.Caleb Garrett2024-02-131-0/+22
* Update STM32 hash test.Caleb Garrett2024-02-121-2/+2
* Consolidated hash drivers.Caleb Garrett2024-02-111-15/+15
* Updated stm32-metapac.Caleb Garrett2024-02-061-6/+2
* Separated hash interrupt bindings.Caleb Garrett2024-02-051-0/+16
* Corrected hash CI build issues.Caleb Garrett2024-02-051-2/+2
* Added STM32 hash test.Caleb Garrett2024-02-051-0/+66
* HIL test for STM32 FDCAN support.Corey Schuhen2024-01-311-0/+243
* fix changed import pathsUlf Lilleengen2024-01-121-5/+3
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-6/+6
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-212-2/+0
* 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-141-6/+6
* tests/stm32: add L1 DAC/ADC test.Dario Nieuwenhuis2023-12-082-2/+89
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-2714-14/+0
* stm32/test: add stm32f446 (board not in HIL rig yet)Dario Nieuwenhuis2023-11-273-25/+19
* STM32 DAC: Rework DAC driver, support all families.Adam Greig2023-11-251-6/+4
* stm32/low-power: refactor refcountxoviat2023-10-251-4/+4
* stm32: fix low-power testxoviat2023-10-231-1/+3