Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@dan-rodrigues dan-rodrigues released this 26 Sep 02:55
· 1 commit to master since this release

PCB

  • Layout cleanup and removal of parts that are redundant now
  • Fixed plane breakage near center of board
  • Added 47pF caps to RMPX/PMPX to reduce chance of glitches

RTL

  • Updated .pcf with reassigned pins from the above PCB changes
  • Disabled MIDI input by default as it's an optional extra. Can be enabled by setting ENABLE_MIDI = 1 in top.v.

Flash instructions

To flash the attached bitstream and firmware using dfu-util:

dfu-util -a 0 -D bitstream.bin
dfu-util -R -a 1 -D firmware.bin