1 Star 0 Fork 47

WindLOR/ssd2xx-demo

forked from Flying/ssd2xx-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
toolchain_mp157.cmake 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
Flying 提交于 2021-09-19 02:41 . 增加 CHIP :stm32mp157
# the name of the target operating system
set(CMAKE_SYSTEM_NAME linux)
# which compilers to use
set(CMAKE_CXX_COMPILER arm-none-linux-gnueabihf-g++)
set(CMAKE_C_COMPILER arm-none-linux-gnueabihf-gcc)
# adjust the default behaviour of the find commands:
# search headers and libraries in the target environment
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
# search programs in the host environment
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wind0419/ssd2xx-demo.git
git@gitee.com:wind0419/ssd2xx-demo.git
wind0419
ssd2xx-demo
ssd2xx-demo
master

搜索帮助