Skip to content

Commit a809cff

Browse files
committed
update Readme
1 parent b7147a7 commit a809cff

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ In this table you find an overview of the Arduino cores the tests are currently
1212

1313
| Test | XMC3.x-XMC14002go | XMC3.x-XMC4700 | XMC4.x-XMC14002go | XMC4.x-XMC4700 |
1414
|--------------------------------|:--------------------:|:--------------------:|:--------------------:|:--------------------:|
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: |
15+
| analogio_adc | :white_check_mark: | :white_check_mark: | :question: | :white_check_mark: |
16+
| analogio_dac | :no_entry_sign: | :white_check_mark: | :no_entry_sign: | :white_check_mark: |
17+
| analogio_pwm | :x: | :white_check_mark: | :question: | :white_check_mark: |
1818
| can_connected2_node1 | :white_check_mark: | :question: | :question: | :question: |
1919
| can_connected2_node2 | :white_check_mark: | :x: | :question: | :question: |
2020
| 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: |
21+
| digitalio_single | :white_check_mark: | :white_check_mark: | :question: | :white_check_mark: |
22+
| interrupts_single | :x: | :white_check_mark: | :question: | :white_check_mark: |
2323
| pulse_board1 | :white_check_mark: | :white_check_mark: | :question: | :question: |
2424
| pulse_board2 | :white_check_mark: | :white_check_mark: | :question: | :question: |
2525
| random | :white_check_mark: | :white_check_mark: | :question: | :question: |
2626
| spi_connected1_loopback | :x: | :x: | :question: | :question: |
2727
| spi_connected2_masterpingpong | :x: | :x: | :question: | :question: |
2828
| 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: |
29+
| time_single | :x: | :x: | :question: | :white_check_mark: |
30+
| tone_no_tone | :x: | :x: | :question: | :white_check_mark: |
31+
| uart_connected2_rx | :question: | :question: | :question: | :question: |
32+
| uart_connected2_tx | :question: | :question: | :question: | :question: |
33+
| uart_rx | :question: | :question: | :question: | :question: |
34+
| uart_tx | :question: | :question: | :question: | :question: |
3535
| wifi_ap | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
3636
| wifi_client | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
3737
| wifi_exceptions | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
@@ -41,8 +41,8 @@ In this table you find an overview of the Arduino cores the tests are currently
4141
| wifi_udp_client | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
4242
| wifi_udp_server | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |
4343
| 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: |
44+
| wire_connected2_masterpingpong | :white_check_mark: | :white_check_mark: | :question: | :white_check_mark: |
45+
| wire_connected2_slavepingpong | :white_check_mark: | :white_check_mark: | :question: | :white_check_mark: |
4646

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

0 commit comments

Comments
 (0)