Skip to content

Commit

Permalink
Move HydraUSB3 firmwares to legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
kauwua committed Jun 6, 2024
1 parent ac32b18 commit 160c228
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ add_subdirectory(submodules/wch-ch56x-lib)

add_subdirectory(hydradancer)


if (DEFINED BUILD_LEGACY)
add_subdirectory(legacy)
endif()
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,17 @@ Previous results for Hydradancer used priming, which made it faster. The new ver

There are two configurations for Hydradancer:

* the dual-HydraUSB3 : you will need the firmware compiled from `hydradancer/firmware_control_board` and `hydradancer/firmware_emulation_board`.
* the Hydradancer dongle : only the firmware from `hydradancer/firmware_hydradancer` is needed.
* (unmaintained) the dual-HydraUSB3 : you will need the firmware compiled from `hydradancer/firmware_control_board` and `hydradancer/firmware_emulation_board`.

To build and flash the firmware, see [the build tutorial](BUILD.md). If you don't want to build the firmwares yourself, you can skip the building part by using the [latest release](https://github.com/HydraDancer/hydradancer_fw/releases/latest).

# ... and finally, using Facedancer with Hydradancer !

First, clone Facedancer. While we hope to merge the Hydradancer backend for Facedancer into the [main repository](https://github.com/greatscottgadgets/Facedancer) along with some bug fixes we may have found, the Hydradancer backend is currently in our fork.

For the unmaintained dual-HydraUSB3 firmware, you will need v1.0.0 of our Facedancer fork.

```shell
git clone https://github.com/HydraDancer/Facedancer
```
Expand Down
3 changes: 0 additions & 3 deletions hydradancer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

add_subdirectory(firmware_control_board)
add_subdirectory(firmware_emulation_board)
add_subdirectory(firmware_hydradancer)

if (DEFINED BUILD_TESTS)
Expand Down
2 changes: 2 additions & 0 deletions legacy/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_subdirectory(firmware_control_board)
add_subdirectory(firmware_emulation_board)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 160c228

Please sign in to comment.