File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,5 +158,5 @@ hbox可通过宏定义进行配置,配置文件模板见[template/config.h](te
158158
159159辅助实现软件PLC功能。
160160
161- 具体实现见[ hsoftplc] ( hhsoftplc ) 目录。
161+ 具体实现见[ hsoftplc] ( hsoftplc ) 目录。
162162
Original file line number Diff line number Diff line change 1515- [ argtable3] ( https://github.com/argtable/argtable3.git ) :命令行解析工具
1616- [ tlsf] ( https://github.com/mattconte/tlsf.git ) : TLSF 内存分配算法实现
1717- [ libfdt] ( https://git.kernel.org/pub/scm/utils/dtc/dtc.git ) :设备树操作库
18- - [ FreeRTOS] ( www.freertos.org ) : FreeRTOS 操作系统
18+ - [ FreeRTOS] ( https:// www.freertos.org) : FreeRTOS 操作系统
1919- [ mini-rv32ima] ( https://github.com/cnlohr/mini-rv32ima.git ) : C 语言编写的极小的RISC-V模拟器
2020- [ matiec] ( https://github.com/thiagoralves/matiec.git ) : IEC 61131-3 编译器,注意:本库仅集成matiec编译器的内置库的C语言头文件,而非编译本身。
2121- [ uriparser] ( https://github.com/uriparser/uriparser.git ) : RFC 3986 兼容的URI解析库
Original file line number Diff line number Diff line change 111111
112112- [ hgui_gui_driver.c] ( hgui_gui_driver.c )
113113
114- - [ hgui_gui_driver.h] ( hgui_gui_driver.h )
114+ - [ hgui_gui_driver.h] ( hgui_gui_driver.h )
115115
116116## dotfont
117117
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ IEC 61131-3编译器,可将IEC 61131-3中定义的编程语言(通常用于P
4848
4949一般情况下,PLC的编程更加注重控制逻辑的实现,一般称为组态。
5050
51- matiec编译器生成的C语言文件编译时需要指定库的头文件路径,此时可使用本库内置的头文件路径(** 需要手动指定** ),见[ 3rdparty/matiec_c_header/] ( 3rdparty/matiec_c_header/ )
51+ matiec编译器生成的C语言文件编译时需要指定库的头文件路径,此时可使用本库内置的头文件路径(** 需要手动指定** ),见[ 3rdparty/matiec_c_header/] ( ../h3rdparty/ 3rdparty/matiec_c_header/)
5252
5353通常情况下,可使用` iec2c ` 命令将IEC 61131-3程序文件转化为C语言文件,如:
5454
You can’t perform that action at this time.
0 commit comments