Skip to content

Commit

Permalink
check windows build1
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Nov 26, 2023
1 parent 09dc662 commit 205b4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/build.yml

This file was deleted.

3 changes: 3 additions & 0 deletions cmake/TelinkSDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ if(NOT TOOLCHAIN_PREFIX)
message(FATAL_ERROR "No TOOLCHAIN_PREFIX specified (it must point to the root of desired compiler bundle)")
endif()

file(TO_CMAKE_PATH "${SDK_PREFIX}" SDK_PREFIX)
file(TO_CMAKE_PATH "${TOOLCHAIN_PREFIX}" TOOLCHAIN_PREFIX)

SET(CMAKE_SYSTEM_NAME Generic)
SET(TARGET_PREFIX "tc32-elf")

Expand Down

0 comments on commit 205b4e4

Please sign in to comment.