log

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