forked from xuos/xiuos
add image and json directory in app
This commit is contained in:
parent
2a27cc550d
commit
0d1a4e5f31
|
@ -6,9 +6,9 @@
|
|||
|
||||
* CP1L本体无接口,增加CP1W-CIF41网络板卡,CP1H自带网口,采用网线直连的方式
|
||||
* FINS协议,PLC IP:192.168.250.31,Port:9600
|
||||
* 
|
||||
* 
|
||||
* 
|
||||
* 
|
||||
* 
|
||||
* 
|
||||
|
||||
## 存储区
|
||||
|
||||
|
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 204 KiB |
|
@ -49,9 +49,9 @@ struct UsartHwCfg
|
|||
#define FCG_TMR0_CLK FCG_Fcg2PeriphClockCmd
|
||||
#define FCG_DMA_CLK FCG_Fcg0PeriphClockCmd
|
||||
|
||||
#define KERNEL_CONSOLE_BUS_NAME SERIAL_BUS_NAME_3
|
||||
#define KERNEL_CONSOLE_DRV_NAME SERIAL_DRV_NAME_3
|
||||
#define KERNEL_CONSOLE_DEVICE_NAME SERIAL_3_DEVICE_NAME_0
|
||||
#define KERNEL_CONSOLE_BUS_NAME SERIAL_BUS_NAME_6
|
||||
#define KERNEL_CONSOLE_DRV_NAME SERIAL_DRV_NAME_6
|
||||
#define KERNEL_CONSOLE_DEVICE_NAME SERIAL_6_DEVICE_NAME_0
|
||||
|
||||
int HwUsartInit(void);
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ menuconfig BSP_USING_UART3
|
|||
|
||||
menuconfig BSP_USING_UART6
|
||||
bool "Enable USART6"
|
||||
default n
|
||||
default y
|
||||
if BSP_USING_UART6
|
||||
config SERIAL_BUS_NAME_6
|
||||
string "serial bus 6 name"
|
||||
|
|
Loading…
Reference in New Issue