Make libusbp work on Windows; rework the Microsoft-specific bits of the

firmware to match. This does at least allow us to get rid of the patcher.
This commit is contained in:
David Given
2021-12-12 17:25:24 +00:00
parent 05981ac46c
commit d157b7b05d
11 changed files with 323 additions and 275 deletions

View File

@@ -3,6 +3,7 @@
#include "protocol.h"
#include "fluxmap.h"
#include "bytes.h"
#include "libusbp_config.h"
#include "libusbp.hpp"
#include "fmt/format.h"

View File

@@ -1,6 +1,7 @@
#ifndef USBSERIAL_H
#define USBSERIAL_H
#include "libusbp_config.h"
#include "libusbp.hpp"
struct CandidateDevice