Skip to content

Commit b7147a7

Browse files
committed
Restore changes in test
1 parent 58528a6 commit b7147a7

File tree

1 file changed

+33
-34
lines changed

1 file changed

+33
-34
lines changed

README.md

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,39 @@ In this table you find an overview of the Arduino cores the tests are currently
1010
- :x: indicates the test needs to be implemented on the platform or modified to run on the platform.
1111
- :no_entry_sign: indicates the test is not relevant for the platform.
1212

13-
| Test | PSOC6 | XMC3.x | XMC4.x |
14-
|--------------------------------|:--------------------:|:-------------------:|:-------------------:|
15-
| analogio_adc | :white_check_mark: | :question: | :question: |
16-
| analogio_dac | :white_check_mark: | :question: | :question: |
17-
| analogio_pwm | :white_check_mark: | :question: | :question: |
18-
| can_connected2_node1 | :no_entry_sign: | :white_check_mark: | :question: |
19-
| can_connected2_node2 | :no_entry_sign: | :white_check_mark: | :question: |
20-
| can_single | :no_entry_sign: | :white_check_mark: | :question: |
21-
| digitalio_single | :white_check_mark: | :white_check_mark: | :question: |
22-
| interrupts_single | :white_check_mark: | :question: | :question: |
23-
| onewire_DS18x20 | :white_check_mark: | :white_check_mark: | :question: |
24-
| pulse_board1 | :white_check_mark: | :question: | :question: |
25-
| pulse_board2 | :white_check_mark: | :question: | :question: |
26-
| random | :white_check_mark: | :question: | :question: |
27-
| spi_connected1_loopback | :white_check_mark: | :question: | :question: |
28-
| spi_connected2_masterpingpong | :white_check_mark: | :question: | :question: |
29-
| spi_connected2_slavepingpong | :white_check_mark: | :question: | :question: |
30-
| time_single | :white_check_mark: | :question: | :question: |
31-
| tone_no_tone | :white_check_mark: | :question: | :question: |
32-
| uart_connected2_rx | :white_check_mark: | :question: | :question: |
33-
| uart_connected2_tx | :white_check_mark: | :question: | :question: |
34-
| uart_rx | :white_check_mark: | :question: | :question: |
35-
| uart_tx | :white_check_mark: | :question: | :question: |
36-
| wifi_ap | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
37-
| wifi_client | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
38-
| wifi_exceptions | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
39-
| wifi_extras | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
40-
| wifi_server | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
41-
| wifi_sta | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
42-
| wifi_udp_client | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
43-
| wifi_udp_server | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
44-
| wire_connected1_pingpong | :white_check_mark: | :white_check_mark: | :question: |
45-
| wire_connected2_masterpingpong | :white_check_mark: | :white_check_mark: | :question: |
46-
| wire_connected2_slavepingpong | :white_check_mark: | :white_check_mark: | :question: |
13+
| Test | XMC3.x-XMC14002go | XMC3.x-XMC4700 | XMC4.x-XMC14002go | XMC4.x-XMC4700 |
14+
|--------------------------------|:--------------------:|:--------------------:|:--------------------:|:--------------------:|
15+
| analogio_adc | :white_check_mark: | :white_check_mark: | :question: | :question: |
16+
| analogio_dac | :no_entry_sign: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
17+
| analogio_pwm | :x: | :white_check_mark: | :question: | :question: |
18+
| can_connected2_node1 | :white_check_mark: | :question: | :question: | :question: |
19+
| can_connected2_node2 | :white_check_mark: | :x: | :question: | :question: |
20+
| can_single | :x: | :x: | :question: | :question: |
21+
| digitalio_single | :white_check_mark: | :white_check_mark: | :question: | :question: |
22+
| interrupts_single | :x: | :white_check_mark: | :question: | :question: |
23+
| pulse_board1 | :white_check_mark: | :white_check_mark: | :question: | :question: |
24+
| pulse_board2 | :white_check_mark: | :white_check_mark: | :question: | :question: |
25+
| random | :white_check_mark: | :white_check_mark: | :question: | :question: |
26+
| spi_connected1_loopback | :x: | :x: | :question: | :question: |
27+
| spi_connected2_masterpingpong | :x: | :x: | :question: | :question: |
28+
| spi_connected2_slavepingpong | :x: | :x: | :question: | :question: |
29+
| time_single | :x: | :x: | :question: | :question: |
30+
| tone_no_tone | :x: | :x: | :question: | :question: |
31+
| uart_connected2_rx | :no_entry_sign: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
32+
| uart_connected2_tx | :no_entry_sign: | :white_check_mark: | :no_entry_sign: | :no_entry_sign: |
33+
| uart_rx | :no_entry_sign: | :x: | :no_entry_sign: | :no_entry_sign: |
34+
| uart_tx | :no_entry_sign: | :x: | :no_entry_sign: | :no_entry_sign: |
35+
| wifi_ap | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
36+
| wifi_client | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
37+
| wifi_exceptions | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
38+
| wifi_extras | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
39+
| wifi_server | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
40+
| wifi_sta | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
41+
| wifi_udp_client | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
42+
| wifi_udp_server | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
43+
| wire_connected1_pingpong | :x: | :white_check_mark: | :question: | :question: |
44+
| wire_connected2_masterpingpong | :white_check_mark: | :white_check_mark: | :question: | :question: |
45+
| wire_connected2_slavepingpong | :white_check_mark: | :white_check_mark: | :question: | :question: |
4746

4847
## Pre-conditions
4948
Before running Unity tests, please ensure the following pre-conditions are met:

0 commit comments

Comments
 (0)