aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* stm32/tests: fix cargoxoviat2023-07-151-0/+1
|
* wpan: add mac testxoviat2023-07-154-8/+124
|
* fix testGhaithOueslati2023-07-151-3/+0
|
* rp/gpio: fix is_set_high/is_set_low, expand tests.Dario Nieuwenhuis2023-07-112-4/+68
|
* Merge pull request #1623 from pennae/rp-adcDario Nieuwenhuis2023-07-071-0/+86
|\ | | | | | | rp/adc: rewrite the module
| * rp/adc: rewrite the modulepennae2023-07-071-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | - don't require an irq binding for blocking-only adc - abstract adc pins into an AnyPin like interface, erasing the actual peripheral type at runtime. - add pull-up/pull-down functions for adc pins - add a test (mostly a copy of the example, to be honest) - configure adc pads according to datasheet - report conversion errors (although they seem exceedingly rare?) - drop embedded-hal interfaces. embedded-hal channels can do neither AnyPin nor pullup/pulldown without encoding both into the type
* | rp/pio: use bind_interrupts for irqspennae2023-07-073-3/+64
| | | | | | | | closes #1338
* | Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2Dario Nieuwenhuis2023-07-054-4/+4
|\ \ | | | | | | | | | Release embassy-time v0.1.2
| * | Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-064-4/+4
| |/
* | 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
| |
* | update embedded-hal crates.Dario Nieuwenhuis2023-07-044-9/+9
| |
* | Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
| |
* | stm32/wpan: implement mm patternxoviat2023-06-231-2/+2
| |
* | stm32/wpan: reorg subsystemsxoviat2023-06-231-8/+9
|/
* Merge pull request #1576 from OueslatiGhaith/hci_v2xoviat2023-06-232-23/+201
|\ | | | | | | wpan: add BLE HCI
| * stm32/tests: update ble testxoviat2023-06-222-23/+201
| |
| * fix buildgoueslati2023-06-221-2/+2
| |
* | esp-hosted: add perf hil test.Dario Nieuwenhuis2023-06-223-8/+275
|/
* Merge pull request #1569 from xoviat/tl-mbox-2xoviat2023-06-212-5/+5
|\ | | | | | | 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: add ble, mac features and cleanupxoviat2023-06-181-1/+1
| | |
| * | stm32/wpan: cleanup and expand shcixoviat2023-06-181-4/+4
| | |
* | | Merge pull request #1501 from xoviat/canDario Nieuwenhuis2023-06-202-1/+85
|\ \ \ | |_|/ |/| | | | | async can
| * | stm32/tests: fix canxoviat2023-06-191-3/+3
| | |
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into canxoviat2023-06-1910-41/+455
| |\ \
| * \ \ Merge branch 'main' into canxoviat2023-05-3041-101/+146
| |\ \ \
| * | | | stm32/can: add hw test and cleanupxoviat2023-05-302-1/+85
| | | | |
* | | | | 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
| |_|/ |/| |
* | | Merge pull request #1566 from xoviat/tl-mbox-2xoviat2023-06-171-31/+41
|\ \ \ | | | | | | | | | | | | tl-mbox: switch to new ipcc mechanism
| * | | 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
| | | |
* | | | rp: update rp-pac.Dario Nieuwenhuis2023-06-161-6/+4
|/ / /
* | | rustfmtxoviat2023-06-131-1/+1
| | |
* | | stm32/wpan: get --release workingxoviat2023-06-132-9/+10
| | |
* | | tests/ble: disable test for nowxoviat2023-06-122-2/+11
| | | | | | | | | | | | does not work in --release
* | | fix CI for testsgoueslati2023-06-121-2/+2
| | |
* | | fix CI for testsgoueslati2023-06-121-0/+1
| | |