Skip to content

Commit

Permalink
Merge pull request #320 from Infineon/DESMAKERS-4171-prepare-test-inf…
Browse files Browse the repository at this point in the history
…rastructure-for-serial-module

Desmakers 4171 prepare test infrastructure for serial module
  • Loading branch information
LinjingZhang authored Dec 9, 2024
2 parents 6c5d2bf + bc49358 commit 887ee98
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion tests/Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM28 UNITY_PATH=\Unity test_wire_

# 2 boards
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM85 test_wire_connected2_masterpingpong monitor
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM28 UNITY_
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM28 test_wire_connected2_slavepingpong monitor

## UART

# 2 boards
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM71 test_uart_connected2_tx monitor
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM28 test_uart_connected2_rx monitor
5 changes: 5 additions & 0 deletions tests/hil-unity-checklist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Infineon.xmc.XMC4700_Relax_Kit:
- "test_wire_connected2_masterpingpong"
2:
- "test_wire_connected1_pingpong"

Serial:
1:
- "test_uart_connected2_tx"
- "test_uart_connected2_rx"


Infineon.xmc.XMC1400_XMC2GO:
Expand Down

0 comments on commit 887ee98

Please sign in to comment.