Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware updater which provides Firmware update progress #159

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    87d7c99 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:carnegierobotics/LibMultiSense in…

    …to psmithcrl/FirmwareUpdateProgress
    psmithcrl committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    847e3d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5699f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    7db3e93 View commit details
    Browse the repository at this point in the history
  2. Remove Unused variable

    psmithcrl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7c4dce5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    f95af25 View commit details
    Browse the repository at this point in the history
  2. Dbalish/fwuu windows (#164)

    * Fix windows build (#158)
    
    * add instance of static member of Timestamp, for windows_build
    
    * fix for visual studio warning
    
    * Add CI build (#162)
    
    * add github action for building libmultisense
    
    * fix one header before move to windows machine
    
    * update some dead links
    
    * builds on ubuntu, not tested
    
    * test windows commit
    
    * Dbalish/windows buildfix (#163)
    
    * reorder includes so min/max macros don't get defined
    
    * remove accidental newline
    
    * WIP
    
    * add windows style struct packing
    
    * make message values unsigned
    
    * builds in windows - untested
    
    * windows build tested and working
    
    * fix broken #defines
    
    * last bit of cleanpup
    
    ---------
    
    Co-authored-by: hshibatacrl <[email protected]>
    Co-authored-by: Quentin Torgerson <[email protected]>
    3 people authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    669446d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    062666b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4d2b79 View commit details
    Browse the repository at this point in the history
  5. add optional verbosity

    dougbalish1 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4beeaf2 View commit details
    Browse the repository at this point in the history
  6. fix getopt

    dougbalish1 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a050461 View commit details
    Browse the repository at this point in the history