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: karitra/mp707
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nradchenko/mp707
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 16 files changed
  • 1 contributor

Commits on Dec 18, 2020

  1. Revive the project

    A bunch of changes to make the initial code sketch really work:
    
    - Fix typos and minor mistakes
    - Fix Crc function
    - Get rid of magic numbers - put everything into constants
    - Implement missing read and write methods
    - Do not use retries in low-level operations (e.g. read, write),
      use them in high-level ones instead
    - Remove unused CRC8 calculation code (sorry)
    - Rename 'owire' package to 'onewire'
    - Rewrite tests for 'usb' package
    - Rewrite readme
    - Add makefile
    - Add 'mp707' utility (mostly for example purposes)
    - ... and some more
    nradchenko committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a3e0b8e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Configuration menu
    Copy the full SHA
    0190b02 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. usb: detect build flags with pkg-config

    And remove redundant 'stdint.h' include
    nradchenko committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    5c5f823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c05bc8b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. usb: fix negative temperature values handling

    Direct conversion to float32 somehow mangles bit order and produces a nonsense result
    nradchenko committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    8e34ccf View commit details
    Browse the repository at this point in the history
  2. build: update go to 1.15

    nradchenko committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    57354cf View commit details
    Browse the repository at this point in the history
  3. build: prepare release binaries

    Compile static binaries for i386 and x86_64.
    
    Use docker to simplify cross-compilation process.
    nradchenko committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    9f6adb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    85afce9 View commit details
    Browse the repository at this point in the history
  2. mp707: close device handles

    This should be a good enough example of how not to end with fd leak
    nradchenko committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    67a3862 View commit details
    Browse the repository at this point in the history
Loading