add image and json directory in app

This commit is contained in:
Wien.b 2023-07-25 19:09:52 -07:00
parent 2a27cc550d
commit 0d1a4e5f31
12 changed files with 7 additions and 7 deletions

View File

@ -6,9 +6,9 @@
* CP1L本体无接口,增加CP1W-CIF41网络板卡,CP1H自带网口,采用网线直连的方式
* FINS协议PLC IP192.168.250.31Port9600
* ![CP1H](./CP1H.jpg)
* ![CP1L](./CP1L.jpg)
* ![xidatong](./xidatong.jpg)
* ![CP1H](./image/CP1H.jpg)
* ![CP1L](./image/CP1L.jpg)
* ![xidatong](./image/xidatong.jpg)
## 存储区

View File

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 190 KiB

View File

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 182 KiB

View File

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 204 KiB

View File

@ -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);

View File

@ -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"