Mercurial > public > ostc4
graph
-
Added initialization of bottle sensor data age counter minor_improvments2020-03-23, by ideenmodellierer
-
Added compile switch to show voltage parallel to charge status percantage minor_improvments2020-03-23, by ideenmodellierer
-
Added compile switch var firmware variant which does trust the memory log => does not check the log consistency at startu (used for test purpose) minor_improvments2020-03-23, by ideenmodellierer
-
Introduced configuration header for variant managment: minor_improvments2020-03-05, by ideenmodellierer
-
Introduced enum for lower left corner view selection: minor_improvments2020-02-29, by ideenmodellierer
-
Introduced enum for lower left corner view selection: minor_improvments2020-02-29, by ideenmodellierer
-
Introduced enum for lower left corner view selection: minor_improvments2020-02-29, by ideenmodellierer
-
fix potential issue with >255 dives in the logbook2020-03-01, by heinrichsweikamp
-
Added tag v1.5.3 release for changeset 5b4c78c36b042020-02-27, by heinrichsweikamp
-
update the 1.5.3 for tests2020-02-24, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/Improve_BatteryGasGauge (pull request #40)2020-02-24, by heinrichsweikamp
-
Bugfix display battery voltage in maintainance menu: Improve_BatteryGasGauge2020-02-23, by ideenmodellierer
-
Reduced timeout for common UART communication: Improve_BatteryGasGauge2020-02-23, by ideenmodellierer
-
show battery percent and voltage and surfacemode. That gives additional2020-02-18, by heinrichsweikamp
-
make a 1.5.3 for tests2020-02-18, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/ImprovmentNVM_2 (pull request #39)2020-02-18, by heinrichsweikamp
-
Marked possible code improvment for future activities: ImprovmentNVM_22020-02-17, by ideenmodellierer
-
Added (optional) menu item to analyse log sample buffer: ImprovmentNVM_22020-02-15, by ideenmodellierer
-
Merged in janlmulder/ostc4/maintain-2 (pull request #38)2020-02-10, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/Improment_NVM (pull request #37)2020-01-15, by heinrichsweikamp
-
Added compile switch for restoring of last known date after power lost: Improment_NVM2020-01-14, by ideenmodellierer
-
Bugfix: Limit log length in case of corrupted sample storage: Improment_NVM2020-01-13, by ideenmodellierer
-
We got one report of false/freezd depth reading when jumping into 2m depth2020-01-08, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/ImproveBluetooth (pull request #36)2020-01-05, by heinrichsweikamp
-
Revert change to keep connection open in case of BlueMod messages: ImproveBluetooth2019-12-21, by ideenmodellierer
-
Added start of module configuration after eache modul power on ImproveBluetooth2019-11-26, by ideenmodellierer
-
Added start of module configuration after eache modul power on ImproveBluetooth2019-11-26, by ideenmodellierer
-
Move Constants and libm to start of firmware ROM block: ImproveBluetooth2019-11-26, by ideenmodellierer
-
Merged in janlmulder/ostc4/maintain-1 (pull request #35)2019-12-02, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/MotionDetection (pull request #34)2019-11-24, by heinrichsweikamp
-
Added key direction awarness to t3, t5 and t6 views: MotionDetection2019-10-21, by ideenmodellierer
-
Finetune parameter for detection of small sectors as used for the pitch detection MotionDetection2019-10-21, by ideenmodellierer
-
Consider number of available t3 views in sector handling: MotionDetection2019-10-17, by ideenmodellierer
-
Combine variables in a structure to improve readability of code MotionDetection2019-10-17, by ideenmodellierer
-
Use Enum values for initialization and setting check: MotionDetection2019-09-10, by ideenmodellierer
-
Added trigger of middle button action in case of a detected shake MotionDetection2019-05-24, by ideenmodellierer
-
Added new files for motion detection (shaking) detection MotionDetection2019-05-24, by ideenmodellierer
-
Add Support for new end-2019 hardware:2019-11-24, by heinrichsweikamp
-
Add Support for new end-2019 hardware:2019-11-23, by heinrichsweikamp
-
Add Support for new end-2019 hardware:2019-11-23, by heinrichsweikamp
-
Merged in janlmulder/ostc4/fix-merge-mess (pull request #33)2019-10-09, by heinrichsweikamp
-
Merge2019-10-06, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/FlightMode_Improvment (pull request #32)2019-10-06, by heinrichsweikamp
-
Decrease ManualExitDiveCounter in surface mode FlightMode_Improvment2019-10-03, by ideenmodellierer
-
Added option to manually leave dive mode to system menu FlightMode_Improvment2019-10-03, by ideenmodellierer
-
Added function to support manuel exit of dive mode FlightMode_Improvment2019-10-03, by ideenmodellierer
-
Added function to evaluate the state of the surface pressure history memory FlightMode_Improvment2019-10-03, by ideenmodellierer
-
Added compile switch to enable debug view option in system menu FlightMode_Improvment2019-10-01, by ideenmodellierer
-
Removed averaging of pressure and temperatur values FlightMode_Improvment2019-10-01, by ideenmodellierer
-
change max. allowed surface pressure to 1030hPa (As in the small OSTC)2019-10-06, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/PressureMeasure_Improvment (pull request #31)2019-08-19, by heinrichsweikamp
-
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_Improvment2019-08-17, by ideenmodellierer
-
Added function to avoid divemode activation during Landing: PressureMeasure_Improvment2019-08-17, by ideenmodellierer
-
Set Max value for pressure offset to 50mBar (20mBar before) PressureMeasure_Improvment2019-08-17, by ideenmodellierer
-
Show actual instead of surface (30minute old) pressure if the actual differs significant (e.g. in plane or during pressure testing) PressureMeasure_Improvment2019-08-17, by 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_Improvment2019-08-13, by ideenmodellierer
-
add update files for testing purposes2019-07-20, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/I2C_Improvment (pull request #30)2019-07-18, by heinrichsweikamp