PortaPack: Remove weak UI functions, detect and re...
by Jared Boone 6 years 8 months
PortaPack: Remove weak UI functions, detect and return UI function table.

TODO: Side effect was that now blinky has a lot of unreasonable dependencies.
TODO: rad1o breakage is likely...
c32d5715
UI: Move ui_portapack.* to common.
by Jared Boone 6 years 8 months
UI: Move ui_portapack.* to common.

Otherwise blinky won't build.
TODO: Tried to tease apart all the dependencies to get blinky to build without, but it's such a twisted knot...
36cca312
CPLD tool: Fix --checksum breakage.
by Jared Boone 6 years 8 months
9ba4e50e
CPLD tool: Rename to cpld_bitstream.py
by Jared Boone 6 years 8 months
057b9273
LED: Refactor halt function from CPLD update to co...
by Jared Boone 6 years 8 months
LED: Refactor halt function from CPLD update to core API.

Also call if CPLD load fails.
75adda31
CPLD: Load bitstream to SRAM at start-up.
by Jared Boone 6 years 8 months
afb55e18
CPLD tool: Tweaks to produce cleaner program and v...
by Jared Boone 6 years 8 months
CPLD tool: Tweaks to produce cleaner program and verify structs.
e7424dfc
CPLD tool: Ignore .pyc files that get pooped out w...
by Jared Boone 6 years 8 months
CPLD tool: Ignore .pyc files that get pooped out with firmware tools.
a04ed17a
CPLD tool: Add code generation, more bitstream che...
by Jared Boone 6 years 8 months
CPLD tool: Add code generation, more bitstream checks.

Code is now generated from programming block, checked against verify block, and also provides mask for verification process.
9aa3a78d
CPLD tool: Add checksum and code generation mode f...
by Jared Boone 6 years 8 months
CPLD tool: Add checksum and code generation mode flags.
f7018664
Report a bug