mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 22:43:57 +08:00
arch/risc-v/mpfs: Add MSS CAN driver.
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Refactor to become lower half driver. Signed-off-by: Hai To <hai.to@tii.ae>
This commit is contained in:
committed by
Alan C. Assis
parent
967238ba2c
commit
e7ad870f18
@@ -84,6 +84,7 @@ The following peripherals are configured:
|
||||
- UART0-4
|
||||
- CorePWM (nb. needs the FPGA IP installed to work)
|
||||
- CoreSPI (nb. needs the FPGA IP installed to work)
|
||||
- CAN0 & CAN1 (work with flat mode but there is still rare frame corruption issue in protected mode)
|
||||
|
||||
The following applications are available:
|
||||
- TelnetD (at address 10.0.0.2)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -79,7 +79,6 @@ CONFIG_NETDEV_PHY_IOCTL=y
|
||||
CONFIG_NETINIT_NOMAC=y
|
||||
CONFIG_NETUTILS_TELNETC=y
|
||||
CONFIG_NETUTILS_TELNETD=y
|
||||
CONFIG_NET_CAN=y
|
||||
CONFIG_NET_ETH_PKTSIZE=1478
|
||||
CONFIG_NET_ICMP_SOCKET=y
|
||||
CONFIG_NET_IGMP=y
|
||||
|
||||
Reference in New Issue
Block a user