Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
base: 1d0e0948383d
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 1f3852e389f3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 2, 2019

  1. cli: fix glasgow flash.

    Broken in 3ff1f20.
    whitequark committed Oct 2, 2019
    Copy the full SHA
    bf829a6 View commit details
    Browse the repository at this point in the history
  2. firmware: let bitstream overflow into FX2_MEM.

    The HX8K bitstream is very slightly larger than ICE_MEM. It is not
    practical to use a larger memory due to I2C addressing issues. Due
    to my foresight of issues like this, I made FX2_MEM twice as large
    as the largest FX2 firmware, so now we can stuff the ~0x1000 extra
    bytes of the bitstream into FX2_MEM, and still have 0x3000 bytes
    of Free Real Estate left.
    
    This commit also reports failures during loading of flashed bitstream
    by lighting up the error LED instead of ignoring them.
    
    Fixes #164.
    whitequark committed Oct 2, 2019
    Copy the full SHA
    1f3852e View commit details
    Browse the repository at this point in the history