Skip to content

Commit

Permalink
remove more unnecessary stuff #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Jun 2, 2024
1 parent c01173d commit 854c288
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 990 deletions.
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ set(OPENFPGALOADER_SOURCE
src/common.cpp
src/ice40.cpp
src/ihexParser.cpp
src/pofParser.cpp
src/rawParser.cpp
src/spiFlash.cpp
src/spiInterface.cpp
Expand All @@ -109,7 +108,6 @@ set(OPENFPGALOADER_HEADERS
src/cxxopts.hpp
src/ice40.hpp
src/ihexParser.hpp
src/pofParser.hpp
src/progressBar.hpp
src/rawParser.hpp
src/usbBlaster.hpp
Expand Down Expand Up @@ -163,15 +161,7 @@ target_link_libraries(openFPGALoader
${LIBFTDI_LIBRARIES}
)

# Gowin GWU2X JTAG interface
if(ENABLE_GOWIN_GWU2X)
target_sources(openFPGALoader PRIVATE src/gwu2x_jtag.cpp)
list (APPEND OPENFPGALOADER_HEADERS src/gwu2x_jtag.hpp)
add_definitions(-DENABLE_GOWIN_GWU2X=1)
message("Gowin GWU2X support enabled")
else()
message("Gowin GWU2X support disabled")
endif()

if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
# winsock provides ntohs
Expand Down
144 changes: 0 additions & 144 deletions src/gowin.hpp

This file was deleted.

Loading

0 comments on commit 854c288

Please sign in to comment.