This website requires JavaScript.
Explore
Help
Sign In
libs
/
SOEM
Watch
4
Star
0
Fork
You've already forked SOEM
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6f04be13c9
SOEM
/
cmake
/
Modules
/
Platform
/
rt-kernel-gcc-bfin.cmake
4 lines
84 B
CMake
Raw
Normal View
History
Unescape
Escape
Normalize line endings (#126) * add .gitattributes * normalize line-endings
2017-08-17 02:07:39 +08:00
set
(
MACHINE
"-mcpu=bf537"
)
set
(
LDFLAGS
"-T${RT_KERNEL_PATH}/bsp/${BSP}/${BSP}.ld"
)