aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src
Commit message (Collapse)AuthorAgeFilesLines
* tests/stm32: add stop and cleanpuxoviat2023-08-261-0/+53
|
* stm32/can: make latency assertion more lenient.Dario Nieuwenhuis2023-08-201-2/+2
|
* tests/stm32: fix rtc testxoviat2023-08-081-10/+6
|
* stm32/can: Fix latency measurement in testschemicstry2023-07-311-3/+13
|
* Merge remote-tracking branch 'origin/main' into bxcan_timestampchemicstry2023-07-314-12/+92
|\
| * Set frequency in stm32 SPI examplesbofh2023-07-312-10/+12
| |
| * Remove unused importsbofh2023-07-302-2/+0
| |
| * Fix more stm32 SPI examplesbofh2023-07-302-2/+0
| |
| * Add DAC HIL test with ADCJuliDi2023-07-272-0/+82
| |
* | stm32/can: implement proper RX timestampschemicstry2023-07-251-3/+10
|/
* stm32/rcc: use wpan default only for wpanxoviat2023-07-242-2/+10
|
* wpan: further optimize mac eventxoviat2023-07-201-14/+9
|
* - optimize event to parse opcode only oncexoviat2023-07-191-11/+20
| | | | | - optimze channels - return mut ref for smoltcp rx
* wpan/mac: use lifetimes to control eventsxoviat2023-07-161-12/+20
|
* wpan/mac: use slice view to avoid copyxoviat2023-07-161-1/+5
|
* wpan: factor mac logic into other modxoviat2023-07-151-3/+3
|
* wpan: add mac testxoviat2023-07-153-1/+111
|
* rp/gpio: fix is_set_high/is_set_low, expand tests.Dario Nieuwenhuis2023-07-111-2/+34
|
* Merge pull request #1578 from schphil/can-splitxoviat2023-07-051-2/+5
|\ | | | | | | stm32 can split method
| * fix stm32 can testPhilipp Scheff2023-07-041-1/+1
| |
| * make stm32 can test workPhilipp Scheff2023-07-041-3/+6
| |
* | stm32/wpan: implement mm patternxoviat2023-06-231-2/+2
| |
* | stm32/wpan: reorg subsystemsxoviat2023-06-231-8/+9
|/
* stm32/tests: update ble testxoviat2023-06-221-23/+198
|
* fix buildgoueslati2023-06-221-2/+2
|
* Merge pull request #1569 from xoviat/tl-mbox-2xoviat2023-06-211-4/+4
|\ | | | | | | wpan: misc. cleanup and add mac
| * Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2xoviat2023-06-192-17/+18
| |\
| * | stm32/wpan: cleanup and expand shcixoviat2023-06-181-4/+4
| | |
* | | Merge pull request #1501 from xoviat/canDario Nieuwenhuis2023-06-201-0/+78
|\ \ \ | |_|/ |/| | | | | async can
| * | stm32/tests: fix canxoviat2023-06-191-3/+3
| | |
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into canxoviat2023-06-192-29/+48
| |\ \
| * \ \ Merge branch 'main' into canxoviat2023-05-3012-65/+83
| |\ \ \
| * | | | stm32/can: add hw test and cleanupxoviat2023-05-301-0/+78
| | | | |
* | | | | tests/stm32: do multiple transfers to catch more bugs.Dario Nieuwenhuis2023-06-191-13/+16
| |_|/ / |/| | |
* | | | stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-4/+2
| |_|/ |/| |
* | | stm32/wpan: use new ownership modelxoviat2023-06-171-31/+20
| | |
* | | stm32/wpan: modify evtbox to use slice viewxoviat2023-06-171-6/+8
| | |
* | | stm32/wpan: convert to new ipccxoviat2023-06-171-15/+28
| | |
* | | stm32/wpan: improve linked list ergonomicsxoviat2023-06-161-1/+4
| | |
* | | stm32/wpan: move schi command into sysxoviat2023-06-151-0/+3
| | |
* | | rustfmtxoviat2023-06-131-1/+1
| | |
* | | stm32/wpan: get --release workingxoviat2023-06-131-8/+9
| | |
* | | tests/ble: disable test for nowxoviat2023-06-121-0/+9
| | | | | | | | | | | | does not work in --release
* | | fix buildgoueslati2023-06-121-5/+6
| |/ |/|
* | ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-3012-56/+75
| |
* | stm32/ipcc: refactor examples and testsxoviat2023-05-271-4/+3
| |
* | stm32/ipcc: update testgoueslati2023-05-261-9/+9
|/
* stm32: move to bind_interruptsxoviat2023-05-244-118/+121
| | | | disable lora functionality for now
* Merge #1457bors[bot]2023-05-231-3/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | 1457: TL Mbox read and write for stm32wb r=xoviat a=OueslatiGhaith Hello, This pull request is related to #1397 and #1401, inspired by #24, built upon the work done in #1405 and #1424, and was tested on an stm32wb55rg. This pull request aims to add read and write functionality to the TL mailbox for stm32wb microcontrollers Co-authored-by: goueslati <[email protected]> Co-authored-by: xoviat <[email protected]>
| * stm32/ipcc: fix hil testxoviat2023-05-211-5/+3
| |