Skip to content

Commit b492eb6

Browse files
committed
tests: Change naming to infineon in Makefile.test.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent 67ad85b commit b492eb6

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

tests/Makefile.test

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
### Build commands
2-
### ! Please note that you need to change the port and path of Unity as appropriate !
32

43
### Unit tests
54

65
##CAN
76

87
# 1 board, no wire
9-
make FQBN=Infineon:xmc:XMC1400_XMC2GO PORT=COM42 UNITY_PATH=\Unity test_can_single monitor
8+
make FQBN=infineon:xmc:XMC1400_XMC2GO PORT=COM42 test_can_single monitor
109

1110
# 2 boards
12-
make FQBN=Infineon:xmc:XMC1400_XMC2GO PORT=COM42 UNITY_PATH=\Unity test_can_connected2_node2 monitor
13-
make FQBN=Infineon:xmc:XMC1400_XMC2GO PORT=COM41 UNITY_PATH=\Unity test_can_connected2_node1 monitor
11+
make FQBN=infineon:xmc:XMC1400_XMC2GO PORT=COM42 test_can_connected2_node2 monitor
12+
make FQBN=infineon:xmc:XMC1400_XMC2GO PORT=COM41 test_can_connected2_node1 monitor
1413

1514

1615
## IIC
1716

1817
# 1 board "talking to itself", wire needed
19-
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM28 UNITY_PATH=\Unity test_wire_connected1_pingpong monitor
18+
make FQBN=infineon:xmc:XMC4700_Relax_Kit PORT=COM28 test_wire_connected1_pingpong monitor
2019

2120
# 2 boards
22-
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM85 test_wire_connected2_masterpingpong monitor
23-
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM28 test_wire_connected2_slavepingpong monitor
21+
make FQBN=infineon:xmc:XMC4700_Relax_Kit PORT=COM85 test_wire_connected2_masterpingpong monitor
22+
make FQBN=infineon:xmc:XMC4700_Relax_Kit PORT=COM28 test_wire_connected2_slavepingpong monitor
2423

2524
## UART
2625

2726
# 2 boards
28-
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM71 test_uart_connected2_tx monitor
29-
make FQBN=Infineon:xmc:XMC4700_Relax_Kit PORT=COM28 test_uart_connected2_rx monitor
27+
make FQBN=infineon:xmc:XMC4700_Relax_Kit PORT=COM71 test_uart_connected2_tx monitor
28+
make FQBN=infineon:xmc:XMC4700_Relax_Kit PORT=COM28 test_uart_connected2_rx monitor

0 commit comments

Comments
 (0)