Skip to content

Commit

Permalink
Remove hacky st-term (which needed special undocumented firmware from h…
Browse files Browse the repository at this point in the history
…ttps://github.com/nekromant/antares/tree/master/src/lib/stlinky )  as we now have arm semihosting with a well defined interface
  • Loading branch information
Jerry Jacobs committed Sep 8, 2016
1 parent 1d19a84 commit 3fd0f09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 331 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,6 @@ if (NOT APPLE AND NOT WIN32)
DESTINATION lib/${CMAKE_LIBRARY_PATH}/pkgconfig/)
endif()

if(NOT MINGW)
list(APPEND STLINK_SOURCE src/tools/term.c)
add_executable(st-term src/tools/term.c)
target_link_libraries(st-term ${PROJECT_NAME})

install(TARGETS st-term
RUNTIME DESTINATION bin)
endif()

if (NOT APPLE AND gtk_FOUND)
include_directories(SYSTEM ${gtk_INCLUDE_DIRS})
set(GUI_SOURCES src/tools/gui/stlink-gui.c
Expand Down
322 changes: 0 additions & 322 deletions src/tools/term.c

This file was deleted.

0 comments on commit 3fd0f09

Please sign in to comment.