3c98587a88
tests/ble: disable test for now
...
does not work in --release
2023-06-12 21:23:42 -05:00
a1b27783a6
fix build
2023-06-12 14:44:30 +01:00
020e956f1b
ci: run HIL tests in parallel.
2023-05-30 01:10:53 +02:00
09d52638b5
stm32/ipcc: refactor examples and tests
2023-05-27 15:05:50 -05:00
984cd47b41
stm32/ipcc: update test
2023-05-26 10:03:01 +01:00
316be179af
stm32: move to bind_interrupts
...
disable lora functionality for now
2023-05-24 17:29:56 -05:00
1fdde8f03f
Merge #1457
...
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 <ghaith.oueslati@habemus.com >
Co-authored-by: xoviat <xoviat@users.noreply.github.com >
2023-05-23 01:15:22 +00:00
d1dfaa1905
stm32/ipcc: fix hil test
2023-05-21 20:18:26 -05:00
d736c9205c
updated test case
2023-05-19 15:40:09 +01:00
3e9d5978c0
stm32 uart: Add a test for blocking RX overflow
2023-05-14 22:03:06 +02:00
7f96359804
Merge #1424
...
1424: add TL maibox for stm32wb r=xoviat a=OueslatiGhaith
Hello,
This pull request is related to #1397 and #1401 , inspired by #24 , build upon the work done in #1405 , and was tested on an stm32wb55rg.
This pull request aims to add the transport layer mailbox for stm32wb microcontrollers. For now it's only capable of initializing it and getting the firmware information
Co-authored-by: goueslati <ghaith.oueslati@habemus.com >
Co-authored-by: Ghaith Oueslati <73850124+OueslatiGhaith@users.noreply.github.com >
Co-authored-by: xoviat <xoviat@users.noreply.github.com >
2023-05-11 22:48:55 +00:00
a0b1299890
stm32/tests: add hil test for ble
2023-05-03 17:36:31 -05:00
433422b9f2
stm32/test: remove adsfa
2023-05-02 22:13:38 +02:00
1078f6f4e7
stm32/test: workaround #1426
2023-05-02 22:13:38 +02:00
2bb6e93e86
stm32/usart: add baudrate calc test.
2023-05-02 20:10:09 +02:00
a1d45303c3
stm32/test: fix race condition in uart_dma.
2023-05-01 23:20:51 +02:00
7601779693
stm32/test: cleanup ringbuffer test, exit on success (transferring 100kb)
2023-05-01 23:20:51 +02:00
1806422763
stm32/test: add real defmt timestamp
2023-05-01 23:20:51 +02:00
96e8a7ddb9
stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.
2023-05-01 22:43:23 +02:00
fc268df6f5
Support overflow detection for more than one ring-period
2023-05-01 22:42:36 +02:00
49455792cb
Ring-buffered uart rx with one-period overrun detection
2023-05-01 22:42:36 +02:00
0d82ebea29
stm32/rtc: fix datetime and add f4 test
2023-04-25 17:35:01 -05:00
e63a34ba21
stm32/sdmmc: add hil test for f4.
2023-04-17 21:49:34 +02:00
f5df567619
stm32/test: add C0 hil tests.
2023-04-11 14:16:32 +02:00
dbfd28130f
stm32/test: add h5 hil tests.
2023-04-10 15:25:11 +02:00
9cac649fcf
stm32: Add support for read_until_idle on UART
2022-10-26 19:06:18 +02:00
461cce255e
tests/stm32: add lpuart test on stm32wb55
2022-08-20 03:42:55 +02:00
5daa173ce4
Split embassy-time from embassy-executor.
2022-08-18 01:22:30 +02:00
fc6e1e06b3
Remove HAL initialization from #[embassy::main] macro.
2022-08-17 22:16:46 +02:00
a0f1b0ee01
Split embassy crate into embassy-executor, embassy-util.
2022-07-29 23:40:36 +02:00
e4a36e1d98
rustfmt on previously edited files
2022-07-10 21:08:12 +02:00
94c13eb2af
forgotten file
2022-07-08 22:34:17 +02:00
abba86d1ba
Have added doc + minor correction
2022-07-08 22:24:29 +02:00
dda528808a
Flex/ output open drain test done
2022-07-08 22:16:01 +02:00
00df9b507c
Flex/ input pull up test done
2022-07-08 22:10:52 +02:00
1d91405d4d
Flex/ input pull down test done
2022-07-08 22:08:14 +02:00
555f18aa95
Flex/ input no pull test done
2022-07-08 22:02:49 +02:00
f911ad25c3
Flex/ Test initial output test done
2022-07-08 21:59:09 +02:00
a8703b7598
Run rustfmt.
2022-06-12 22:22:31 +02:00
009bb8e4e1
stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.
2022-04-27 01:16:14 +02:00
1dc618f0e4
stm32/spi: fix blocking transfer hanging after async.
2022-03-15 04:13:33 +01:00
3d6592d22d
stm32/spi: check zero-length trasnfers.
2022-03-15 02:14:24 +01:00
06f35c2517
stm32/spi: more exhaustive test.
2022-03-15 02:14:24 +01:00
306110f56e
stm32/spi: implement async trasnfer_in_place
2022-03-15 00:40:48 +01:00
fe6d7ef5fe
Update tests
2022-03-08 17:35:37 -06:00
e39fd4a736
stm32: add stm32f103 bluepill to HIL tests.
2022-02-24 00:37:15 +01:00
4032fc0655
Support unstable-trait feature for stm32
2022-01-26 22:39:06 +01:00
889d757ab8
stm32/spi: expose all functionality as inherent methods.
2022-01-19 17:59:55 +01:00
c949519714
stm32/usart: expose all functionality as inherent methods.
2022-01-19 17:59:55 +01:00
58fc64722c
stm32/gpio: expose all functionality as inherent methods.
2022-01-19 17:59:55 +01:00