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: f55a794091fe
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: f4485087379a
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 22, 2020

  1. firmware: implement voltage reading for the INA233

    move adc_reg_read()/_write() to util.c and rename to i2c_reg8_read()/_write()
    as they are used by both ADCs and can most probably also be used for other I2C peripherals.
    electroniceel committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    5cc8014 View commit details
    Browse the repository at this point in the history
  2. software/glasgow/device/firmware.ihex: change to symlink (DO NOT MERG…

    …E THIS INTO MASTER!)
    
    Symlink the contained firmware binary to the output of the build, so a locally
    built firmware is written to the device. This eases testing of this firmware WiP branch.
    
    DO NOT MERGE THIS INTO MASTER!
    electroniceel committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    f448508 View commit details
    Browse the repository at this point in the history