You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
surenyi d259428bfc Update README.md 3 years ago
cmake add tick timer 3 years ago
csl add dsplib imglib 3 years ago
docs add dsplib imglib 3 years ago
dsplib add dsplib imglib 3 years ago
imglib add dsplib imglib 3 years ago
include add tick timer 3 years ago
platforms add platforms 3 years ago
src add tick timer 3 years ago
.gitattributes add .gitattributes 3 years ago
.gitignore add platforms 3 years ago
CMakeLists.txt add platforms 3 years ago
README.md Update README.md 3 years ago

README.md

安装工具链

  1. CCS5.5
  2. cmake
  3. windows build tools

编译方法

打开 cmd 窗口,cd 到代码下载目录,执行命令:

mkdir build
cd build
cmake -G "Unix Makefiles" -DPLAT=S01 ..

其中 PLAT 参数支持 dskS01