Skip to content

Commit e703560

Browse files
committed
tests: Update name KIT_XMC47_RELAX.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent 40ccc06 commit e703560

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

tests/Makefile.test

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ make FQBN=infineon:xmc:kit_xmc14_2go PORT=COM41 test_can_connected2_node1 monito
1515
## IIC
1616

1717
# 1 board "talking to itself", wire needed
18-
make FQBN=infineon:xmc:kit_xmc47_relax_5v_ad_v1 PORT=COM28 test_wire_connected1_pingpong monitor
18+
make FQBN=infineon:xmc:kit_xmc47_relax PORT=COM28 test_wire_connected1_pingpong monitor
1919

2020
# 2 boards
21-
make FQBN=infineon:xmc:kit_xmc47_relax_5v_ad_v1 PORT=COM85 test_wire_connected2_masterpingpong monitor
22-
make FQBN=infineon:xmc:kit_xmc47_relax_5v_ad_v1 PORT=COM28 test_wire_connected2_slavepingpong monitor
21+
make FQBN=infineon:xmc:kit_xmc47_relax PORT=COM85 test_wire_connected2_masterpingpong monitor
22+
make FQBN=infineon:xmc:kit_xmc47_relax PORT=COM28 test_wire_connected2_slavepingpong monitor
2323

2424
## UART
2525

2626
# 2 boards
27-
make FQBN=infineon:xmc:kit_xmc47_relax_5v_ad_v1 PORT=COM71 test_uart_connected2_tx monitor
28-
make FQBN=infineon:xmc:kit_xmc47_relax_5v_ad_v1 PORT=COM28 test_uart_connected2_rx monitor
27+
make FQBN=infineon:xmc:kit_xmc47_relax PORT=COM71 test_uart_connected2_tx monitor
28+
make FQBN=infineon:xmc:kit_xmc47_relax PORT=COM28 test_uart_connected2_rx monitor

tests/hil-unity-checklist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
infineon.xmc.kit_xmc47_relax_5v_ad_v1:
1+
infineon.xmc.kit_xmc47_relax:
22
CAN:
33
1:
44
- "test_can_connected2_node2"

tests/manual/PCLKTest/PCLKTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Wiring
1313
KIT_XMC11_BOOT_001 3, 4, 6, 9
1414
KIT_XMC_2GO_XMC1100_V1 8, 3, 2, 1
1515
KIT_XMC13_BOOT_001 31, 26, 32, 33
16-
KIT_XMC47_RELAX_5V_AD_V1 3, 10, 11, 95, 72, 96, 63, 36, 78, 90, 91,
16+
KIT_XMC47_RELAX 3, 10, 11, 95, 72, 96, 63, 36, 78, 90, 91,
1717
5, 6, 9, 53, 39, 64, 38, 68, 79, 83, 82, 81
1818
*/
1919
#include <LED.h>

tests/manual/PWMtest/PWMtest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
KIT_XMC11_BOOT_001 3, 4, 6, 9
1515
KIT_XMC_2GO_XMC1100_V1 8, 3, 2, 1
1616
KIT_XMC13_BOOT_001 31, 26, 32, 33
17-
KIT_XMC47_RELAX_5V_AD_V1 3, 10, 11, 95, 72, 96, 63, 36, 78, 90, 91,
17+
KIT_XMC47_RELAX 3, 10, 11, 95, 72, 96, 63, 36, 78, 90, 91,
1818
5, 6, 9, 53, 39, 64, 38, 68, 79, 83, 82, 81
1919
*/
2020
#include <LED.h>

tests/manual/Servotest/Servotest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
KIT_XMC11_BOOT_001 3, 4, 6, 9
2424
KIT_XMC_2GO_XMC1100_V1 8, 3, 2, 1
2525
KIT_XMC13_BOOT_001 31, 26, 32, 33
26-
KIT_XMC47_RELAX_5V_AD_V1 3, 10, 11, 95, 72, 96, 63, 36, 78, 90, 91,
26+
KIT_XMC47_RELAX 3, 10, 11, 95, 72, 96, 63, 36, 78, 90, 91,
2727
5, 6, 9, 53, 39, 64, 38, 68, 79, 83, 82, 81
2828
*/
2929
#include <Servo.h>

tests/manual/analogwritetest/analogwritetest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ analogWrite( 26, 64 );
4141
analogWrite( 32, 96 ); // PWM8
4242
analogWrite( 33, 128 );
4343
#endif
44-
#if defined ( KIT_XMC47_RELAX_5V_AD_V1 ) || defined( XMC4700_Radar_Baseboard )
44+
#if defined ( KIT_XMC47_RELAX ) || defined( XMC4700_Radar_Baseboard )
4545
analogWrite( 3, 32 ); // PWM4
4646
analogWrite( 5, 64 ); // PWM8 rest relax kit only
4747
analogWrite( 6, 96 );

0 commit comments

Comments
 (0)