Skip to content

Commit

Permalink
boards/esp32*: revise CAN support
Browse files Browse the repository at this point in the history
CAN interface is now supported in RIOT. Change feature tables
accordingly.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
  • Loading branch information
yegorich committed Apr 11, 2019
1 parent 4c270ee commit 46060cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boards/esp32-mh-et-live-minikit/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ UARTs | 3 | yes
WiFi | IEEE 802.11 b/g/n built in | yes
Bluetooth | v4.2 BR/EDR and BLE | no
Ethernet | MAC interface with dedicated DMA and IEEE 1588 support | yes
CAN | version 2.0 | no
CAN | version 2.0 | yes
IR | up to 8 channels TX/RX | no
Motor PWM | 2 devices x 6 channels | yes
LED PWM | 16 channels | no
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32-olimex-evb/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ UARTs | 3 | yes
WiFi | IEEE 802.11 b/g/n built in | yes
Bluetooth | v4.2 BR/EDR and BLE | no
Ethernet | MAC interface with dedicated DMA and IEEE 1588 support | yes
CAN | version 2.0 | no
CAN | version 2.0 | yes
IR | up to 8 channels TX/RX | no
Motor PWM | 2 devices x 6 channels | yes
LED PWM | 16 channels | no
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32-wemos-lolin-d32-pro/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ UARTs | 3 | yes
WiFi | IEEE 802.11 b/g/n built in | yes
Bluetooth | v4.2 BR/EDR and BLE | no
Ethernet | MAC interface with dedicated DMA and IEEE 1588 support | yes
CAN | version 2.0 | no
CAN | version 2.0 | yes
IR | up to 8 channels TX/RX | no
Motor PWM | 2 devices x 6 channels | yes
LED PWM | 16 channels | no
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32-wroom-32/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ UARTs | 3 | yes
WiFi | IEEE 802.11 b/g/n built in | yes
Bluetooth | v4.2 BR/EDR and BLE | no
Ethernet | MAC interface with dedicated DMA and IEEE 1588 support | yes
CAN | version 2.0 | no
CAN | version 2.0 | yes
IR | up to 8 channels TX/RX | no
Motor PWM | 2 devices x 6 channels | yes
LED PWM | 16 channels | no
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32-wrover-kit/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ UARTs | 3 | yes
WiFi | IEEE 802.11 b/g/n built in | yes
Bluetooth | v4.2 BR/EDR and BLE | no
Ethernet | MAC interface with dedicated DMA and IEEE 1588 support | yes
CAN | version 2.0 | no
CAN | version 2.0 | yes
IR | up to 8 channels TX/RX | no
Motor PWM | 2 devices x 6 channels | yes
LED PWM | 16 channels | no
Expand Down

0 comments on commit 46060cf

Please sign in to comment.