PortaPack: Build DFU binary without forcing serial...
by Jared Boone 6 years 6 months
PortaPack: Build DFU binary without forcing serial number to "RunningFromRAM".

This was causing problems for HackRF mode, where some host PC software was depending on a valid serial number.
97806e81
PortaPack: Replace OperaCake handlers, they were t...
by Jared Boone 6 years 6 months
PortaPack: Replace OperaCake handlers, they were tripping up host tools. Skip operacake_init if PortaPack compiled in, letting operacake_boards be all zero. Should be safe, right?
909066cd
PortaPack: Silence warnings about unused functions...
by Jared Boone 6 years 6 months
PortaPack: Silence warnings about unused functions/variables I'm liable to use soon.

I don't like the __attribute__((unused)) markup, but woud rather not delete or comment out the code.
07f370bf
PortaPack: Address some unused variable/function w...
by Jared Boone 6 years 6 months
PortaPack: Address some unused variable/function warnings.
e87b3f4f
Host: Add USB request ordinal for WCID
by Jared Boone 6 years 6 months
8721fe60
OperaCake: Bring together with PortaPack code.
by Jared Boone 6 years 6 months
OperaCake: Bring together with PortaPack code.

The plan is to have them coexist in the firmware binary, even if the hardware is mutually exclusive at runtime.
e05677ab
USB: Set Opera Cake USB handlers to null unless ha...
by Jared Boone 6 years 6 months
USB: Set Opera Cake USB handlers to null unless hardware is detected.
5e88bb85
USB: Bring in constants from host source code.
by Jared Boone 6 years 6 months
USB: Bring in constants from host source code.

TODO: Deduplicate this when I'm not feeling so lazy.
0666dc96
USB: Make vendor request handler table read/write ...
by Jared Boone 6 years 6 months
USB: Make vendor request handler table read/write (not const).
c7d76108
SPI flash: check busy flag is clear BEFORE enablin...
by Dominic Spill 6 years 6 months
SPI flash: check busy flag is clear BEFORE enabling writes
90d40148
Report a bug