log

age author description
2019-10-03 ideenmodellierer Minor changes to debug view FlightMode_Improvment
2019-10-03 ideenmodellierer Added option to manually leave dive mode to system menu FlightMode_Improvment
2019-10-03 ideenmodellierer Added function to support manuel exit of dive mode FlightMode_Improvment
2019-10-03 ideenmodellierer Added function to evaluate the state of the surface pressure history memory FlightMode_Improvment
2019-10-01 ideenmodellierer Removed not used wireless menu items FlightMode_Improvment
2019-10-01 ideenmodellierer Added compile switch to enable debug view option in system menu FlightMode_Improvment
2019-10-01 ideenmodellierer Removed averaging of pressure and temperatur values FlightMode_Improvment
2019-10-06 heinrichsweikamp change max. allowed surface pressure to 1030hPa (As in the small OSTC)
2019-08-19 heinrichsweikamp Merged in Ideenmodellierer/ostc4/PressureMeasure_Improvment (pull request #31)
2019-08-17 ideenmodellierer Apply averaging to pressure measurement: In pre versions calculated pressure value jittered +/-10hPa. Since we measure the pressure several time a second but only use one value a second, calc average including not used values PressureMeasure_Improvment
2019-08-17 ideenmodellierer Added function to avoid divemode activation during Landing: PressureMeasure_Improvment
2019-08-17 ideenmodellierer Set Max value for pressure offset to 50mBar (20mBar before) PressureMeasure_Improvment
2019-08-17 ideenmodellierer Show actual instead of surface (30minute old) pressure if the actual differs significant (e.g. in plane or during pressure testing) PressureMeasure_Improvment
2019-08-13 ideenmodellierer Use average calculation for pressure: precondition was that pressure values jittered +- 10 HPa from one capture (once a second) to the other. Basically pressure is measured several times a second => using these values in an additional history calculation reduces the jitter down to +-1 per second PressureMeasure_Improvment
2019-08-04 heinrichsweikamp building a 1.5 v1.5.0 release
2019-07-20 heinrichsweikamp add update files for testing purposes
2019-07-18 heinrichsweikamp Merged in Ideenmodellierer/ostc4/I2C_Improvment (pull request #30)
2019-07-17 ideenmodellierer Added plausibility check for pressure values I2C_Improvment
2019-07-17 ideenmodellierer Added check of configuration. I2C_Improvment
2019-07-17 ideenmodellierer Improved startup robustness I2C_Improvment
2019-07-17 ideenmodellierer Set I2C speed to 88kHz, use digital filter only and reworked idle clock recovery I2C_Improvment
2019-07-17 ideenmodellierer Deactivated internal pullups and I2C interrupt callback I2C_Improvment
2019-07-01 heinrichsweikamp Merged in janlmulder/ostc4/fix-batt-1 (pull request #29)
2019-06-20 Jan Mulder bugfix: implement battery at end in dive header fix-batt-1
2019-06-30 heinrichsweikamp increase RTE to 1.9 and Firmware to 1.4.9 beta
2019-06-30 heinrichsweikamp Merged in Ideenmodellierer/ostc4/O2_SensorSync (pull request #28)
2019-06-30 ideenmodellierer Added start of frame detection for HUD data O2_SensorSync
2019-06-30 ideenmodellierer Moved indication variable for received HUD data to tCCR file. O2_SensorSync
2019-06-19 heinrichsweikamp Merged in janlmulder/ostc4/fix-version (pull request #27)
2019-06-19 Jan Mulder bugfix: correct packed main version number in dive header fix-version
2019-06-19 heinrichsweikamp Merged in Ideenmodellierer/ostc4/Bugfix_Flip_FirmwareUpdate (pull request #26)
2019-06-17 ideenmodellierer Resolved warning Bugfix_Flip_FirmwareUpdate
2019-06-17 ideenmodellierer Bugfix text display in update mode (flipped display) and reduction of timeout in case of a failed firmware update Bugfix_Flip_FirmwareUpdate
2019-06-17 ideenmodellierer Bugfix Overview, O2 values and mV in flip display mode Bugfix_Flip_FirmwareUpdate
2019-06-17 ideenmodellierer Reinitialize logos after flip of display Bugfix_Flip_FirmwareUpdate
2019-06-01 heinrichsweikamp Minor: Remove unused compass header file. The LSM303DLHC is not used in any hardware sold.
2019-05-31 heinrichsweikamp Merged in janlmulder/ostc4/cleanup-4 (pull request #25)
2019-05-29 Jan Mulder bugfix: make stopwatch and divetime run in sync cleanup-4
2019-05-26 Jan Mulder Make dive mode detection more advanced cleanup-4
2019-05-24 Jan Mulder cleanup: factor out SHelper typedef (and more) cleanup-4
2019-05-24 Jan Mulder cleanup: introduce function setAvgDepth cleanup-4
2019-05-22 Jan Mulder cleanup: factor out unused stopwatch code cleanup-4
2019-05-22 Jan Mulder bugfix, cleanup: do not clip depth to 0 cleanup-4
2019-05-21 Jan Mulder bugfix, consistency: show deco/NDL really after 1 minute divetime cleanup-4
2019-05-20 Jan Mulder bugfix, simulator: fix the 1 sec difference between stopwatch and divetime cleanup-4
2019-05-20 Jan Mulder bugfix, cleanup: simplify stopwatch logic and fix fallout cleanup-4
2019-05-20 Jan Mulder bugfix, cleanup: keep both is_ambient_pressure_close_to_surface in sync cleanup-4
2019-05-20 Jan Mulder cleanup, RTE: factor out scheduleCheck_pressure_reached_dive_mode_level cleanup-4
2019-05-17 Jan Mulder cleanup: remove commented/unused code, make static cleanup-4
2019-05-17 heinrichsweikamp Merged in janlmulder/ostc4/cleanup-3 (pull request #24)
2019-05-16 Jan Mulder Bugfix: fix drawing of CCR bailout profile cleanup-3
2019-05-16 Jan Mulder cleanup: remove unused code, make static, remove commented code cleanup-3
2019-05-16 Jan Mulder Possible bugfix: do not use bitwise and (&) cleanup-3
2019-05-13 heinrichsweikamp Merged in janlmulder/ostc4/div-fixes-6 (pull request #23)
2019-05-12 Jan Mulder Added tag v1.4.8 release for changeset ba9d99a2e310 div-fixes-6
2019-05-02 Jan Mulder bugfix, consistency: show deco, NDL after 1 minute div-fixes-6
2019-05-02 Jan Mulder translate: nullzeit -> ndl div-fixes-6
2019-05-02 Jan Mulder Deco Models: limit NDL to 240 minutes div-fixes-6
2019-05-02 Jan Mulder VPM, cleanup: 1st round div-fixes-6
2019-04-29 Jan Mulder cleanup: remove unused code div-fixes-6
2019-04-29 Jan Mulder cleanup: no useless checks for simulator state div-fixes-6
2019-05-06 heinrichsweikamp Update the release file for testing. Rev 286 did not include the 1.4.8 (non-beta) firmware. v1.4.8 release
2019-05-06 heinrichsweikamp Minor: Some Texts fixed, allign RTErequired* values with RTE firmware
2019-05-05 heinrichsweikamp add update files for testing purposes
2019-05-02 heinrichsweikamp Merged in janlmulder/ostc4/ndl-in-logbook (pull request #22)
2019-05-02 Jan Mulder Bugfix: write NDL in logbook correctly ndl-in-logbook
2019-05-01 heinrichsweikamp translate some comments into english
2019-05-01 heinrichsweikamp Fix typos (There are still many...)
2019-04-29 heinrichsweikamp Make RTE show as 1.8.0 beta, add update files for testing purposes
2019-04-28 heinrichsweikamp add update files for testing purposes
2019-04-28 heinrichsweikamp Merged in Ideenmodellierer/ostc4/IPC_Sync_Improvment_3 (pull request #21)
2019-04-28 ideenmodellierer Rework SPI error handling. IPC_Sync_Improvment_3
2019-04-28 ideenmodellierer Rework pressure/ temperature data aquisition IPC_Sync_Improvment_3
2019-04-28 ideenmodellierer Do not mark data as valid if devicedata is received. IPC_Sync_Improvment_3
2019-04-28 heinrichsweikamp add update files for testing purposes, bump to 1.4.8 beta / RTE 1.7.1 beta
2019-04-28 heinrichsweikamp Merged in janlmulder/ostc4/write-from-sim (pull request #20)
2019-04-27 Jan Mulder cleanup: simplify stateUsed usage write-from-sim
2019-04-27 Jan Mulder cleanup: also write gas and setpoint changes in simulator mode write-from-sim
2019-04-24 Jan Mulder feature, debug: make simulator write a logbook entry write-from-sim
2019-04-23 Jan Mulder cleanup: do not pass large struct by value write-from-sim
2019-04-23 Jan Mulder cleanup: make things static where possible. write-from-sim
2019-04-26 heinrichsweikamp Merged in Ideenmodellierer/ostc4/IPC_Sync_Improvment_2 (pull request #18)
2019-04-14 ideenmodellierer Added batch to copy bins from release folder IPC_Sync_Improvment_2
2019-04-14 ideenmodellierer Increase SPI com timeout for cold start and wake up IPC_Sync_Improvment_2
2019-04-14 ideenmodellierer Sync to Main 100ms time stamp & added Reinitialization of globals after startup IPC_Sync_Improvment_2
2019-04-14 ideenmodellierer Forward 100ms time stamp to RTE and handle logbook in main loop IPC_Sync_Improvment_2
2019-04-23 heinrichsweikamp Merged in janlmulder/ostc4/bm-3 (pull request #19)
2019-04-23 Jan Mulder Bugfix: do not reset saturation on surfacing bm-3
2019-04-23 Jan Mulder Added tag V1.4.7 release for changeset 1b9be6040d82 bm-3
2019-04-15 Jan Mulder feature: allow new saturation to be set in lower left corner bm-3
2019-04-12 Jan Mulder Buehlmann: factor out another global gDecotable bm-3
2019-04-12 Jan Mulder Buehlmann: factor out gNDL and gTTS bm-3
2019-04-12 Jan Mulder Buehlmann: trivial performance improvement (NDL) bm-3
2019-04-12 Jan Mulder Buehlmann: cleanup, factor out pBuDiveSettings bm-3
2019-04-12 Jan Mulder Buehlmann: cleanup, remove global pDecolistBuehlmann bm-3
2019-04-12 Jan Mulder Buehlmann: cleanup, whitespace, static bm-3
2019-04-13 heinrichsweikamp Minor: Typo fixed in bootloader screen V1.4.7 release
2019-04-12 heinrichsweikamp Merged in janlmulder/ostc4/bm-2 (pull request #17)
2019-04-11 Jan Mulder Buelmann: new implementation for ceiling bm-2
2019-04-11 heinrichsweikamp Merged in janlmulder/ostc4/bm-1 (pull request #16)
2019-04-10 Jan Mulder Fix stupid commit error bm-1
2019-04-09 Jan Mulder feature: Relative GF to Saturation renames bm-1
2019-04-09 Jan Mulder feature: replace Relative GF by saturation, computational only bm-1
2019-04-10 heinrichsweikamp add update files for testing purposes
2019-04-09 heinrichsweikamp Merged in janlmulder/ostc4/div-fixes-5 (pull request #15)
2019-04-08 Jan Mulder debug: add SPI error counter to compass calibration div-fixes-5
2019-04-08 Jan Mulder Comply to datasheet when resetting battery gauge registers div-fixes-5
2019-04-08 Jan Mulder cleanup: factor out I2C1_Status() and cleanup type div-fixes-5
2019-04-08 Jan Mulder Improvement SPI stability/recoverability div-fixes-5
2019-04-08 Jan Mulder cleanup: factor out dataSendToSlaveStopEval div-fixes-5
2019-04-08 Jan Mulder cleanup, bugfix: do not mask I2C_SystemStatus with local variable div-fixes-5
2019-04-06 Jan Mulder Bugfix: do not show NDL in bigscreen mode when zero div-fixes-5
2019-04-06 heinrichsweikamp Minor: translating some comments and variable names into english, some cleanup in tComm.c
2019-04-06 heinrichsweikamp add update files for testing purposes
2019-04-06 heinrichsweikamp Merged in janlmulder/ostc4/div-fixes-4-1 (pull request #14)
2019-04-05 Jan Mulder cleanup, bugfix: do not exit simulator on 5h dive time div-fixes-4-1
2019-04-03 Jan Mulder Bugfix: make date/time setting work over reboots div-fixes-4-1
2019-04-03 Jan Mulder cleanup: do not re-implement a standard function div-fixes-4-1
2019-04-03 Jan Mulder cleanup: make return void when never used div-fixes-4-1
2019-04-02 Jan Mulder cleanup: fix recent extra compiler warnings div-fixes-4-1