93864610ce
Add DAC HIL test with ADC
2023-07-27 19:04:43 +02:00
270d1d59a0
stm32/rcc: use wpan default only for wpan
2023-07-24 18:25:15 -05:00
809d3476aa
wpan: further optimize mac event
2023-07-20 16:45:04 -05:00
28254842db
- optimize event to parse opcode only once
...
- optimze channels
- return mut ref for smoltcp rx
2023-07-19 17:49:08 -05:00
28b419d65e
wpan/mac: use lifetimes to control events
2023-07-16 15:09:30 -05:00
e95a7dc555
wpan/mac: use slice view to avoid copy
2023-07-16 12:41:57 -05:00
4db4200c37
wpan: factor mac logic into other mod
2023-07-15 14:47:34 -05:00
d11a94e2a7
wpan: add mac test
2023-07-15 14:28:42 -05:00
91c1d17f16
rp/gpio: fix is_set_high/is_set_low, expand tests.
2023-07-11 12:40:07 +02:00
864202a23a
Merge pull request #1578 from schphil/can-split
...
stm32 can split method
2023-07-05 23:27:53 +00:00
a088c4bee6
fix stm32 can test
2023-07-04 00:39:10 +02:00
8359d8c020
make stm32 can test work
2023-07-04 00:34:24 +02:00
d43417e97c
stm32/wpan: implement mm pattern
2023-06-23 19:59:48 -05:00
29f32ce00e
stm32/wpan: reorg subsystems
2023-06-23 17:54:06 -05:00
caf63b9e73
stm32/tests: update ble test
2023-06-22 21:05:51 -05:00
810c6af77a
fix build
2023-06-22 15:31:45 +01:00
1f2be2dac5
Merge pull request #1569 from xoviat/tl-mbox-2
...
wpan: misc. cleanup and add mac
2023-06-21 21:50:12 +00:00
2e625138ff
Merge pull request #1501 from xoviat/can
...
async can
2023-06-20 22:57:31 +00:00
0d67ef795e
Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2
2023-06-19 21:18:46 -05:00
5a075acc6a
stm32/tests: fix can
2023-06-19 16:11:01 -05:00
aaad906815
Merge branch 'main' of https://github.com/embassy-rs/embassy into can
2023-06-19 15:52:33 -05:00
990dd5e5db
tests/stm32: do multiple transfers to catch more bugs.
2023-06-19 22:38:27 +02:00
558918651e
stm32: update stm32-metapac.
2023-06-19 03:22:12 +02:00
7177e7ea1a
stm32/wpan: cleanup and expand shci
2023-06-18 08:37:26 -05:00
443550b353
stm32/wpan: use new ownership model
2023-06-17 15:37:34 -05:00
c7b0df569b
stm32/wpan: modify evtbox to use slice view
2023-06-17 14:38:36 -05:00
6b5d55eb29
stm32/wpan: convert to new ipcc
2023-06-17 12:00:33 -05:00
e1161dfc80
stm32/wpan: improve linked list ergonomics
2023-06-16 20:15:03 -05:00
af451b5462
stm32/wpan: move schi command into sys
2023-06-15 21:02:10 -05:00
29513074ee
rustfmt
2023-06-13 17:16:12 -05:00
6c13f381c4
stm32/wpan: get --release working
2023-06-13 17:12:34 -05:00
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
35083b262b
Merge branch 'main' into can
2023-05-30 21:15:26 -05:00
16bfbd4e99
stm32/can: add hw test and cleanup
2023-05-30 21:14:25 -05: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