mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
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
|
- UART0-4
|
||||||
- CorePWM (nb. needs the FPGA IP installed to work)
|
- CorePWM (nb. needs the FPGA IP installed to work)
|
||||||
- CoreSPI (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:
|
The following applications are available:
|
||||||
- TelnetD (at address 10.0.0.2)
|
- TelnetD (at address 10.0.0.2)
|
||||||
|
|||||||
+354
-745
File diff suppressed because it is too large
Load Diff
@@ -79,7 +79,6 @@ CONFIG_NETDEV_PHY_IOCTL=y
|
|||||||
CONFIG_NETINIT_NOMAC=y
|
CONFIG_NETINIT_NOMAC=y
|
||||||
CONFIG_NETUTILS_TELNETC=y
|
CONFIG_NETUTILS_TELNETC=y
|
||||||
CONFIG_NETUTILS_TELNETD=y
|
CONFIG_NETUTILS_TELNETD=y
|
||||||
CONFIG_NET_CAN=y
|
|
||||||
CONFIG_NET_ETH_PKTSIZE=1478
|
CONFIG_NET_ETH_PKTSIZE=1478
|
||||||
CONFIG_NET_ICMP_SOCKET=y
|
CONFIG_NET_ICMP_SOCKET=y
|
||||||
CONFIG_NET_IGMP=y
|
CONFIG_NET_IGMP=y
|
||||||
|
|||||||
Reference in New Issue
Block a user