comparison src/hwos.inc @ 629:237931377539

3.07 stable release
author heinrichsweikamp
date Fri, 29 Nov 2019 18:48:11 +0100
parents cd58f7fc86db
children 185ba2f91f59
comparison
equal deleted inserted replaced
628:cd58f7fc86db 629:237931377539
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File hwos.inc combined next generation V3.04.3 3 ; File hwos.inc combined next generation V3.06.2
4 ; 4 ;
5 ; OSTC Platform Definitions 5 ; OSTC Platform Definitions
6 ; 6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
904 timebase_mins res 1 ; RTC-independent timer for generating the every hour trigger 904 timebase_mins res 1 ; RTC-independent timer for generating the every hour trigger
905 timebase_secs res 1 ; RTC-independent timer for generating the every minute trigger 905 timebase_secs res 1 ; RTC-independent timer for generating the every minute trigger
906 906
907 ;---- other Timers 907 ;---- other Timers
908 uptime res 4 ; [sec] uptime of the OSTC since last cold start 908 uptime res 4 ; [sec] uptime of the OSTC since last cold start
909 lastdive_time res 4 ; [sec] time since last dive 909 surface_interval_secs res 4 ; [sec] surface interval counted in seconds
910 surface_interval res 2 ; [min] surface interval 910 surface_interval_mins res 2 ; [min] surface interval counted in minutes
911 simulator_time res 1 ; [min] real runtime of the simulator 911 simulator_time res 1 ; [min] real runtime of the simulator
912 912
913 ;---- Data for Pressure and Temperature Calculation (MS5541) 913 ;---- Data for Pressure and Temperature Calculation (MS5541)
914 clock_count res 1 ; I2C clock pulse counter 914 clock_count res 1 ; I2C clock pulse counter
915 sensor_state_counter res 1 ; counter for pressure sensor state machine 915 sensor_state_counter res 1 ; counter for pressure sensor state machine