Skip to content

Commit

Permalink
Merge pull request #72 from henrygab/multi_plane
Browse files Browse the repository at this point in the history
Single firmware for both 1Gbit and 2Gbit Rev10 boards
  • Loading branch information
DangerousPrototypes committed Jul 9, 2024
2 parents 51a9bbc + e857e49 commit 420aa88
Show file tree
Hide file tree
Showing 18 changed files with 131 additions and 1,256 deletions.
11 changes: 0 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,6 @@ add_executable(bus_pirate5_rev10
)
target_compile_definitions(bus_pirate5_rev10 PUBLIC BP5_REV=10)

add_executable(bus_pirate5_rev10_2gbit
${bp5_common}
${bp5_rev10}
)
target_compile_definitions(bus_pirate5_rev10_2gbit PUBLIC BP5_REV=10)
target_compile_definitions(bus_pirate5_rev10_2gbit PUBLIC FLASH_MT29F2G01ABAFDWB)



set(stdlibs
pico_stdlib
hardware_spi
Expand All @@ -225,7 +216,6 @@ set(stdlibs
set(revisions
bus_pirate5_rev8
bus_pirate5_rev10
bus_pirate5_rev10_2gbit
)


Expand Down Expand Up @@ -272,7 +262,6 @@ set(USE_LGPL3 TRUE CACHE BOOL "indicated if to include LGPL3 protected code")
include(cmake/ansi_colours_import.cmake)
if(USE_LGPL3)
if(LEGACY_ANSI_COLOURS_ENABLED)
target_link_libraries(bus_pirate5_rev10_2gbit lib_ansi_colours)
target_link_libraries(bus_pirate5_rev10 lib_ansi_colours)
target_link_libraries(bus_pirate5_rev8 lib_ansi_colours)
endif()
Expand Down
75 changes: 0 additions & 75 deletions nand/attic/fifo.h

This file was deleted.

25 changes: 0 additions & 25 deletions nand/attic/led.c

This file was deleted.

35 changes: 0 additions & 35 deletions nand/attic/led.h

This file was deleted.

35 changes: 0 additions & 35 deletions nand/attic/mem.c

This file was deleted.

33 changes: 0 additions & 33 deletions nand/attic/mem.h

This file was deleted.

Loading

0 comments on commit 420aa88

Please sign in to comment.