APP_Framework/Framework/:update ethernet driver and update the connection files,and the mcu can communicate with the ethernet module correctly, but the module can't connect the local server.
This commit is contained in:
@@ -21,12 +21,10 @@
|
||||
#define RT_USING_IDLE_HOOK
|
||||
#define RT_IDLE_HOOK_LIST_SIZE 4
|
||||
#define IDLE_THREAD_STACK_SIZE 256
|
||||
#define RT_USING_TIMER_SOFT
|
||||
#define RT_TIMER_THREAD_PRIO 4
|
||||
#define RT_TIMER_THREAD_STACK_SIZE 512
|
||||
|
||||
/* kservice optimization */
|
||||
|
||||
#define RT_KSERVICE_USING_STDLIB
|
||||
#define RT_DEBUG
|
||||
#define RT_DEBUG_COLOR
|
||||
|
||||
@@ -123,7 +121,6 @@
|
||||
#define RT_USING_I2C
|
||||
#define RT_USING_I2C_BITOPS
|
||||
#define RT_USING_PIN
|
||||
#define RT_USING_RTC
|
||||
#define RT_USING_SPI
|
||||
#define RT_USING_SPI_MSD
|
||||
#define RT_USING_SFUD
|
||||
@@ -175,6 +172,7 @@
|
||||
#define BSP_USING_UART
|
||||
#define BSP_USING_UART1
|
||||
#define BSP_USING_UART2
|
||||
#define BSP_USING_UART3
|
||||
#define BSP_USING_USB
|
||||
#define BSP_USING_STM32_USBH
|
||||
#define USB_BUS_NAME "usb"
|
||||
@@ -195,12 +193,10 @@
|
||||
#define ADD_RTTHREAD_FETURES
|
||||
#define SUPPORT_CONNECTION_FRAMEWORK
|
||||
#define CONNECTION_FRAMEWORK_DEBUG
|
||||
#define CONNECTION_ADAPTER_NB
|
||||
#define ADAPTER_BC28
|
||||
#define ADAPTER_NBIOT_BC28 "bc28"
|
||||
#define ADAPTER_BC28_RESETPIN 100
|
||||
#define ADAPTER_BC28_PIN_DRIVER "/dev/pin"
|
||||
#define ADAPTER_BC28_DRIVER "/dev/uart2"
|
||||
#define ADAPTER_HFA21_DRIVER "/dev/uart3"
|
||||
#define CONNECTION_ADAPTER_ETHERNET
|
||||
#define ADAPTER_HFA21_ETHERNET
|
||||
#define ADAPTER_ETHERNET_HFA21 "hfa21_ethernet"
|
||||
|
||||
/* Security */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user