📄 picture_demo.txt
字号:
/***********************************************************************
* Example purpose
***********************************************************************
This is a demo that demonstrates the use of Threadx/Files and can be
loaded and executed through LOLO or a debugger. The demo requires that
at least one BMP image be located on a FAT compactflash card plugged
into the EVB when the demo is started. (Filenames must be 8.3 and have
exactly 8 letters or numbers in the file name with a .bmp extension).
***********************************************************************
* Using the makefile
***********************************************************************
Prior to building an image, the ABL package, LH7A404 CSP, and SDK7A404
BSP, must of been prebuilt. If the libraries do not exist yet, a link
error will occur.
Copy all the necessary ThreadX and Filex files into this directory
before running the makefile. Copy the ported ThreadX and Filex driver
files from the CSP and BSP ./ports areas into this directory.
Build an executable image by typing:
make
Build an stripped LOLO executable image by typing:
make lolo
***********************************************************************
* Toolset issues
***********************************************************************
Presently, this build only works with the ARM ADS toolset.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -