Skip to content

Commit a605a93

Browse files
committed
bmp: Implement. Requires firmware from https://github.com/UweBonnes/blackmagic/tree/fixes
1 parent b678f9e commit a605a93

6 files changed

Lines changed: 663 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ set(OPENFPGALOADER_SOURCE
7878
src/ftdispi.cpp
7979
src/altera.cpp
8080
src/bitparser.cpp
81+
src/bmp.cpp
8182
)
8283
8384
set(OPENFPGALOADER_HEADERS
@@ -121,6 +122,7 @@ set(OPENFPGALOADER_HEADERS
121122
src/ftdispi.hpp
122123
src/lattice.hpp
123124
src/latticeBitParser.hpp
125+
src/bmp.hpp
124126
)
125127
126128
add_executable(openFPGALoader

0 commit comments

Comments
 (0)