| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | wpan/mac: use lifetimes to control events | xoviat | 2023-07-16 | 1 | -12/+20 | |
| | | ||||||
| * | wpan/mac: use slice view to avoid copy | xoviat | 2023-07-16 | 1 | -1/+5 | |
| | | ||||||
| * | wpan: factor mac logic into other mod | xoviat | 2023-07-15 | 1 | -3/+3 | |
| | | ||||||
| * | wpan: add mac test | xoviat | 2023-07-15 | 3 | -1/+111 | |
| | | ||||||
| * | rp/gpio: fix is_set_high/is_set_low, expand tests. | Dario Nieuwenhuis | 2023-07-11 | 1 | -2/+34 | |
| | | ||||||
| * | Merge pull request #1578 from schphil/can-split | xoviat | 2023-07-05 | 1 | -2/+5 | |
| |\ | | | | | | | stm32 can split method | |||||
| | * | fix stm32 can test | Philipp Scheff | 2023-07-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | make stm32 can test work | Philipp Scheff | 2023-07-04 | 1 | -3/+6 | |
| | | | ||||||
| * | | stm32/wpan: implement mm pattern | xoviat | 2023-06-23 | 1 | -2/+2 | |
| | | | ||||||
| * | | stm32/wpan: reorg subsystems | xoviat | 2023-06-23 | 1 | -8/+9 | |
| |/ | ||||||
| * | stm32/tests: update ble test | xoviat | 2023-06-22 | 1 | -23/+198 | |
| | | ||||||
| * | fix build | goueslati | 2023-06-22 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #1569 from xoviat/tl-mbox-2 | xoviat | 2023-06-21 | 1 | -4/+4 | |
| |\ | | | | | | | wpan: misc. cleanup and add mac | |||||
| | * | Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2 | xoviat | 2023-06-19 | 2 | -17/+18 | |
| | |\ | ||||||
| | * | | stm32/wpan: cleanup and expand shci | xoviat | 2023-06-18 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Merge pull request #1501 from xoviat/can | Dario Nieuwenhuis | 2023-06-20 | 1 | -0/+78 | |
| |\ \ \ | |_|/ |/| | | | | | async can | |||||
| | * | | stm32/tests: fix can | xoviat | 2023-06-19 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into can | xoviat | 2023-06-19 | 2 | -29/+48 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'main' into can | xoviat | 2023-05-30 | 10 | -40/+39 | |
| | |\ \ \ | ||||||
| | * | | | | stm32/can: add hw test and cleanup | xoviat | 2023-05-30 | 1 | -0/+78 | |
| | | | | | | ||||||
| * | | | | | tests/stm32: do multiple transfers to catch more bugs. | Dario Nieuwenhuis | 2023-06-19 | 1 | -13/+16 | |
| | |_|/ / |/| | | | ||||||
| * | | | | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -4/+2 | |
| | |_|/ |/| | | ||||||
| * | | | stm32/wpan: use new ownership model | xoviat | 2023-06-17 | 1 | -31/+20 | |
| | | | | ||||||
| * | | | stm32/wpan: modify evtbox to use slice view | xoviat | 2023-06-17 | 1 | -6/+8 | |
| | | | | ||||||
| * | | | stm32/wpan: convert to new ipcc | xoviat | 2023-06-17 | 1 | -15/+28 | |
| | | | | ||||||
| * | | | stm32/wpan: improve linked list ergonomics | xoviat | 2023-06-16 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | stm32/wpan: move schi command into sys | xoviat | 2023-06-15 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | rustfmt | xoviat | 2023-06-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | stm32/wpan: get --release working | xoviat | 2023-06-13 | 1 | -8/+9 | |
| | | | | ||||||
| * | | | tests/ble: disable test for now | xoviat | 2023-06-12 | 1 | -0/+9 | |
| | | | | | | | | | | | | | does not work in --release | |||||
| * | | | fix build | goueslati | 2023-06-12 | 1 | -5/+6 | |
| | |/ |/| | ||||||
| * | | ci: run HIL tests in parallel. | Dario Nieuwenhuis | 2023-05-30 | 10 | -31/+31 | |
| | | | ||||||
| * | | stm32/ipcc: refactor examples and tests | xoviat | 2023-05-27 | 1 | -4/+3 | |
| | | | ||||||
| * | | stm32/ipcc: update test | goueslati | 2023-05-26 | 1 | -9/+9 | |
| |/ | ||||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 4 | -118/+121 | |
| | | | | | disable lora functionality for now | |||||
| * | Merge #1457 | bors[bot] | 2023-05-23 | 1 | -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 test | xoviat | 2023-05-21 | 1 | -5/+3 | |
| | | | ||||||
| | * | updated test case | goueslati | 2023-05-19 | 1 | -1/+7 | |
| | | | ||||||
| * | | stm32 uart: Add a test for blocking RX overflow | Timo Kröger | 2023-05-14 | 1 | -1/+21 | |
| |/ | ||||||
| * | Merge #1424 | bors[bot] | 2023-05-11 | 1 | -0/+51 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <[email protected]> Co-authored-by: Ghaith Oueslati <[email protected]> Co-authored-by: xoviat <[email protected]> | |||||
| | * | stm32/tests: add hil test for ble | xoviat | 2023-05-03 | 1 | -0/+51 | |
| | | | ||||||
| * | | stm32/test: remove adsfa | Dario Nieuwenhuis | 2023-05-02 | 1 | -1/+0 | |
| | | | ||||||
| * | | stm32/test: workaround #1426 | Dario Nieuwenhuis | 2023-05-02 | 2 | -2/+8 | |
| | | | ||||||
| * | | stm32/usart: add baudrate calc test. | Dario Nieuwenhuis | 2023-05-02 | 1 | -18/+59 | |
| |/ | ||||||
| * | stm32/test: fix race condition in uart_dma. | Dario Nieuwenhuis | 2023-05-01 | 1 | -9/+18 | |
| | | ||||||
| * | stm32/test: cleanup ringbuffer test, exit on success (transferring 100kb) | Dario Nieuwenhuis | 2023-05-01 | 1 | -39/+38 | |
| | | ||||||
| * | stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet. | Dario Nieuwenhuis | 2023-05-01 | 1 | -0/+2 | |
| | | ||||||
| * | Support overflow detection for more than one ring-period | Rasmus Melchior Jacobsen | 2023-05-01 | 1 | -4/+15 | |
| | | ||||||
| * | Ring-buffered uart rx with one-period overrun detection | Rasmus Melchior Jacobsen | 2023-05-01 | 1 | -0/+188 | |
| | | ||||||
| * | stm32/rtc: fix datetime and add f4 test | xoviat | 2023-04-25 | 1 | -0/+52 | |
| | | ||||||
