Mercurial > public > ostc4
graph
-
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
-
Set I2C speed to 88kHz, use digital filter only and reworked idle clock recovery I2C_Improvment2019-07-17, by ideenmodellierer
-
Deactivated internal pullups and I2C interrupt callback I2C_Improvment2019-07-17, by ideenmodellierer
-
Merged in janlmulder/ostc4/fix-batt-1 (pull request #29)2019-07-01, by heinrichsweikamp
-
increase RTE to 1.9 and Firmware to 1.4.9 beta2019-06-30, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/O2_SensorSync (pull request #28)2019-06-30, by heinrichsweikamp
-
Moved indication variable for received HUD data to tCCR file. O2_SensorSync2019-06-30, by ideenmodellierer
-
Merged in janlmulder/ostc4/fix-version (pull request #27)2019-06-19, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/Bugfix_Flip_FirmwareUpdate (pull request #26)2019-06-19, by heinrichsweikamp
-
Bugfix text display in update mode (flipped display) and reduction of timeout in case of a failed firmware update Bugfix_Flip_FirmwareUpdate2019-06-17, by ideenmodellierer
-
Bugfix Overview, O2 values and mV in flip display mode Bugfix_Flip_FirmwareUpdate2019-06-17, by ideenmodellierer
-
Minor: Remove unused compass header file. The LSM303DLHC is not used in any hardware sold.2019-06-01, by heinrichsweikamp
-
Merged in janlmulder/ostc4/cleanup-4 (pull request #25)2019-05-31, by heinrichsweikamp
-
bugfix, consistency: show deco/NDL really after 1 minute divetime cleanup-42019-05-21, by Jan Mulder
-
bugfix, simulator: fix the 1 sec difference between stopwatch and divetime cleanup-42019-05-20, by Jan Mulder
-
bugfix, cleanup: keep both is_ambient_pressure_close_to_surface in sync cleanup-42019-05-20, by Jan Mulder
-
cleanup, RTE: factor out scheduleCheck_pressure_reached_dive_mode_level cleanup-42019-05-20, by Jan Mulder
-
Merged in janlmulder/ostc4/cleanup-3 (pull request #24)2019-05-17, by heinrichsweikamp
-
Merged in janlmulder/ostc4/div-fixes-6 (pull request #23)2019-05-13, by heinrichsweikamp
-
Update the release file for testing. Rev 286 did not include the 1.4.8 (non-beta) firmware. v1.4.8 release2019-05-06, by heinrichsweikamp
-
Minor: Some Texts fixed, allign RTErequired* values with RTE firmware2019-05-06, by heinrichsweikamp
-
add update files for testing purposes2019-05-05, by heinrichsweikamp
-
Merged in janlmulder/ostc4/ndl-in-logbook (pull request #22)2019-05-02, by heinrichsweikamp
-
translate some comments into english2019-05-01, by heinrichsweikamp
-
Fix typos (There are still many...)2019-05-01, by heinrichsweikamp
-
Make RTE show as 1.8.0 beta, add update files for testing purposes2019-04-29, by heinrichsweikamp
-
add update files for testing purposes2019-04-28, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/IPC_Sync_Improvment_3 (pull request #21)2019-04-28, by heinrichsweikamp
-
Do not mark data as valid if devicedata is received. IPC_Sync_Improvment_32019-04-28, by ideenmodellierer
-
add update files for testing purposes, bump to 1.4.8 beta / RTE 1.7.1 beta2019-04-28, by heinrichsweikamp
-
Merged in janlmulder/ostc4/write-from-sim (pull request #20)2019-04-28, by heinrichsweikamp
-
cleanup: also write gas and setpoint changes in simulator mode write-from-sim2019-04-27, by Jan Mulder
-
Merged in Ideenmodellierer/ostc4/IPC_Sync_Improvment_2 (pull request #18)2019-04-26, by heinrichsweikamp
-
Increase SPI com timeout for cold start and wake up IPC_Sync_Improvment_22019-04-14, by ideenmodellierer
-
Sync to Main 100ms time stamp & added Reinitialization of globals after startup IPC_Sync_Improvment_22019-04-14, by ideenmodellierer
-
Forward 100ms time stamp to RTE and handle logbook in main loop IPC_Sync_Improvment_22019-04-14, by ideenmodellierer
-
Merged in janlmulder/ostc4/bm-3 (pull request #19)2019-04-23, by heinrichsweikamp
-
Merged in janlmulder/ostc4/bm-2 (pull request #17)2019-04-12, by heinrichsweikamp
-
Merged in janlmulder/ostc4/bm-1 (pull request #16)2019-04-11, by heinrichsweikamp
-
add update files for testing purposes2019-04-10, by heinrichsweikamp
-
Merged in janlmulder/ostc4/div-fixes-5 (pull request #15)2019-04-09, by heinrichsweikamp
-
cleanup, bugfix: do not mask I2C_SystemStatus with local variable div-fixes-52019-04-08, by Jan Mulder
-
Minor: translating some comments and variable names into english, some cleanup in tComm.c2019-04-06, by heinrichsweikamp
-
add update files for testing purposes2019-04-06, by heinrichsweikamp
-
Merged in janlmulder/ostc4/div-fixes-4-1 (pull request #14)2019-04-06, by heinrichsweikamp
-
add update files for testing purposes2019-04-02, by heinrichsweikamp
-
Merged in janlmulder/ostc4/div-fixes-3 (pull request #13)2019-04-01, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/Improve_IPC_Sync (pull request #12)2019-04-01, by heinrichsweikamp
-
Added schedule point for functions executed once in a second Improve_IPC_Sync2019-03-31, by ideenmodellierer
-
Splitted 120 seconds UART timeout into chunks of 500ms Improve_IPC_Sync2019-03-31, by ideenmodellierer
-
Moved display refresh and button action function from tim callback to main loop Improve_IPC_Sync2019-03-31, by ideenmodellierer
-
Merged in janlmulder/ostc4/edit-fix (pull request #11)2019-03-28, by heinrichsweikamp
-
Merged in janlmulder/ostc4/cv-persistent (pull request #10)2019-03-26, by heinrichsweikamp
-
New feature: do not show sensor customviews when no sensors attached cv-persistent2019-03-26, by Jan Mulder
-
Merged in Ideenmodellierer/ostc4/ImprovmentSPI (pull request #9)2019-03-24, by heinrichsweikamp
-
Deleted duplicated header file (keep the one stored in common) ImprovmentSPI2019-03-24, by ideenmodellierer
-
merge fork2019-03-23, by Ideenmodellierer
-
Merged heinrichsweikamp/ostc4 into default2019-03-17, by Thorsten
-
Merged Cleanup_Compass_Wireless into default2019-03-16, by Thorsten
-
Merged in janlmulder/ostc4/div-fixes-cleaup-2 (pull request #8)2019-03-22, by heinrichsweikamp
-
cleanup: another cleanup session (data_exchange_main.c) div-fixes-cleaup-22019-03-21, by Jan Mulder
-
Merged in janlmulder/ostc4/div-fixes-cleanup-1 (pull request #7)2019-03-19, by heinrichsweikamp
-
Merged in janlmulder/ostc4/avg-temp (pull request #6)2019-03-15, by heinrichsweikamp
-
Bugfix: average temperature on arrival from RTE instead of display time avg-temp2019-03-15, by Jan Mulder
-
Merged in janlmulder/ostc4/cleanup-2 (pull request #5)2019-03-15, by heinrichsweikamp
-
Merged in Ideenmodellierer/ostc4/Cleanup_Compass_Wireless (pull request #4)2019-03-15, by heinrichsweikamp
-
Minor: Replace stupid "Sleep Sleep Sleep" message with something more meaningful2019-03-13, by heinrichsweikamp
-
Merged in janlmulder/ostc4/max-depth (pull request #3)2019-03-12, by heinrichsweikamp
-
Minor: Button defaults, release date adjusted, use SPI_SHOW_SYNC_STATS2019-03-10, by heinrichsweikamp
-
Merged in janlmulder/ostc4/cleanup-1 (pull request #2)2019-03-10, by heinrichsweikamp
-
Bugfix: highlight the menu underline correctly on selected state cleanup-12019-03-10, by Jan Mulder
-
Minor: Some documentation for new hardware2019-03-08, by heinrichsweikamp
-
Merged in janlmulder/ostc4/linux-build (pull request #1)2019-03-07, by heinrichsweikamp
-
Merge with FlipDisplay2019-03-07, by heinrichsweikamp
-
Place CNS and pressure within the screen (avoid clipping) FlipDisplay2019-03-02, by Ideenmodellierer
-
RTE Version 1.7 needed because of protocoll and baud rate change FlipDisplay2019-03-02, by Ideenmodellierer
-
Get version from local memory instead from incoming data FlipDisplay2019-02-28, by Ideenmodellierer
-
Introduces abort of communication in case of a out of sync DMA transfer FlipDisplay2019-02-19, by Ideenmodellierer
-
Intoduced transfer abort function for data exchange recovery FlipDisplay2019-02-19, by Ideenmodellierer
-
Add compile switch to disable optimization for specific function FlipDisplay2019-02-19, by Ideenmodellierer
-
Update of configuration and projectfiles to support new library folder structure FlipDisplay2019-02-17, by Ideenmodellierer
-
Minor changes to improved code quality and to eliminate warnings FlipDisplay2019-02-17, by Ideenmodellierer
-
Added function to initialise structures with the actual ambient pressure FlipDisplay2019-02-17, by Ideenmodellierer
-
Added current STM32 standandard libraries in version independend folder structure FlipDisplay2019-02-17, by Ideenmodellierer
-
Change GPIO speed for SPI communication as recommended by STM32 Errata FlipDisplay2019-01-27, by Ideenmodellierer
-
Change GPIO speed for SPI communication as recommended by STM32 Errata FlipDisplay2019-01-27, by Ideenmodellierer
-
Added option to build FontPack as static libary which is linked to the Firmware project (to allow separate build settings) FlipDisplay2019-01-27, by Ideenmodellierer
-
Added new nvm parameter"FlipDisplay" indicating the screen orientation FlipDisplay2019-01-01, by Ideenmodellierer
-
Added new nvm parameter"FlipDisplay" indicating the screen orientation FlipDisplay2019-01-01, by Ideenmodellierer
-
Added option to handled mirrored display to existing functions FlipDisplay2019-01-01, by Ideenmodellierer