index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configuredivecomputerthreads.cpp
Age
Commit message (
Expand
)
Author
2014-10-27
Write config data to the OSTC
Anton Lundin
2014-10-27
Debug code for OSTC CF
Anton Lundin
2014-10-27
Decode CF configuration data from OSTC
Anton Lundin
2014-10-27
Decode configuration data from OSTC
Anton Lundin
2014-10-27
Debug code to simulate read/write to OSTC memory
Anton Lundin
2014-10-27
Cleanup syntax and styling in Configure DC
Anton Lundin
2014-10-21
Check return value after firmware updates
Anton Lundin
2014-10-21
Fix compability with libdivecomputer < 0.5.0
Anton Lundin
2014-10-20
Configure support for OSTC, Mk.2/2N/2C
Anton Lundin
2014-10-20
Style cleanup
Anton Lundin
2014-10-18
Correct OSTC3 read/write of pressure sensor offset
Anton Lundin
2014-10-18
Add support to reset OSTC3 settings to default
Anton Lundin
2014-10-18
Read/Write more settings from the OSTC3
Anton Lundin
2014-10-18
Simplify some OSTC3 Code with macros
Anton Lundin
2014-10-18
Define settings ids for the new OSTC3 settings
Anton Lundin
2014-10-18
Fix 02 typo, rename O2 members in devicesettings
Anton Lundin
2014-10-18
Add missing compass gain read from the OSTC3
Anton Lundin
2014-10-16
Add a missing break after OSTC3 settings write
Anton Lundin
2014-10-16
Set the diluent values from the right buffer
Anton Lundin
2014-10-15
Read and write desaturation from OSTC3's
Anton Lundin
2014-10-14
Check that the model is a supported one
Anton Lundin
2014-10-12
This adds read/write of Suunto Vyper configs
Anton Lundin
2014-10-12
Remove double-assignment to rc varable
Anton Lundin
2014-10-10
Store the setpoint values read from OSTC3
Anton Lundin
2014-10-02
Don't use switch with just one case
Dirk Hohndel
2014-08-17
Change presentation of OSTC 3 firmware version
Joseph W. Joshua
2014-08-17
Ensure Subsurface still compiles with libdivecomputer 0.4.x
Thiago Macieira
2014-08-13
Use macros for OSTC 3 setting codes
Joseph W. Joshua
2014-08-13
Start Work on Firmware Update
Joseph W. Joshua
2014-08-13
Add read/write support for OSTC 3 SetPoint settings
Joseph W. Joshua
2014-08-13
Add reading and writing of OSTC 3 Dil values
Joseph W. Joshua
2014-08-13
Implement saving of OSTC3 Gas Settings
Joseph W. Joshua
2014-08-13
Read OSTC3 GasSetting Values
Joseph W. Joshua
2014-08-13
Move non gui code from qt-ui
Joseph W. Joshua