--------------------------------------------------------------------------------
Firmware:     Build 263
Release Date: $Date: 2019-09-04 16:54:01 +0200 (Mi, 04 Sep 2019) $
SVN Revision: $Revision: 31735 $
Remark:       Version for new generation Drive TSD350 and TSP710

Changes since last Build:
- set new FW version to 263; batch file modified for the new version
- CHG: replaced HardwareRevision by HardwareCompatibility
- FIX: made sure error and warning bits are reset in case of motor temp sensor is none


--------------------------------------------------------------------------------
Firmware:     Build 262
Release Date: Date: 2019-08-29 11:49:02 +0200 (Do, 29 Aug 2019)
SVN Revision: Revision: 31657
Remark:       Version for new generation Drive TSD350 and TSP710

Changes since last Build:
- set new FW version to 262; batch file modified for the new version
- CHG: no longer manipulate check limits, if motor temp sensor is not configured.
       perform no limit ckecking on motor temp sensor, if it's not configurated.


--------------------------------------------------------------------------------
Firmware:     Build 261
Release Date: Date: 2019-05-08 15:24:59 +0200 (Mi, 08 Mai 2019)
SVN Revision: Revision: 30675
Remark:       Version for new generation Drive TSD350 and TSP710

Changes since last Build:
- set new FW version to 261; batch file modified for the new version
- CHG: TSD350: adapt voltage resolution factor for P6VU voltage due to change of
       voltage splitter in HW HC00 Rev1 (solution is compatible for both Revisions)
- CHG: prevent from static code analyse checker warning (use NVIC_EncodePriority
       for prio calculation)
- CHG: redesign of temperature measurement and resistor network classes to suppress
       static code checker warnings
- NEW: reserved register entry 0x88 for digital inputs (all monitors)
- NEW: defined register entry 0x89 for device state for all monitors
- NEW: added register entry 0x94 for register general.internal.event (all monitors)
- NEW: added Kinetic specific macros for port registers to improve code readability


--------------------------------------------------------------------------------
Firmware:     Build 260
Release Date: Date: 2019-02-07 09:53:31 +0100 (Do, 07 Feb 2019)
SVN Revision: Revision: 29861
Remark:       Version for new generation Drive TSD350 and TSP710

Changes since last Build:
- set new FW version to 260; batch file modified for the new version
- FIX: prevent from motor temp meas error during startup


--------------------------------------------------------------------------------
Firmware:     Build 259
Release Date: Date: 2019-01-30 16:26:13 +0100 (Mi, 30 Jan 2019)
SVN Revision: Revision: 29773
Remark:       Version for new generation Drive TSD350 and TSP710

Changes since last Build:
- set new FW version to 259; batch file modified for the new version
- NEW: TSP710: added Motor Temp Monitor HC01 used for new TSP710
- NEW: TSP710: added NTC Ambient temp measurement as RT3
- NEW: TSP710: publish RT3 in publication register 1 (used by bridge monitor)
- CHG: TSP710: measure and supervise P13V instead of P6V
- CHG: TSP710: measure only MotorTemp0 on TSP710 (config for motor temp 1 has no effect)
- INT: removed unused Startup_Fs_MKxx.s
Base and App:
- CHG: introduced #define USE_DEBUG_PINS which is used for control
       of DebugPin setup and DebugPin macros (inactive per default)
- NEW: added unique chip ID registers read mechanism. The CHIP UID is available
       in monitor LocalBus registers 0x4..0x7
- CHG: replaced all include guards with #pragma once
- INT: removed all C# //#region, //#endregion, ///<summary> and updated all copy rights
- CHG: applied static code checker suggestions
- INT: moved FilterLib sources to common Folder monitor_Lib
- INT: moved basicTypes.h and assert.c/h to Monitor_Common dir
- INT: moved STI_Timer, SRA_Ram, SCR_CrcXX sources to Monitor_Common dir
- INT: moved KTY_TempSens, NTC_TempSens, PTS_TempSens sources to Monitor_Common dir
- CHG: no longer perform CRC backward compatibility mode check
- CHG: removed MaintCount related definitions/implementations from flash map and code
- CHG: Prevent from potentially possible watchdog problems during FW download.
       Added 5ms delay between every sector erase operation
- CHG: derive specific register parts from general register parts, implement
       specific register parts in application project
- CHG: changed register ID of ResetMonitorStatistic from 0x9F to 0x93


--------------------------------------------------------------------------------
Firmware:     Build 258
Release Date: Date: 2018-08-06 14:45:23 +0200 (Mo, 06 Aug 2018)
SVN Revision: Revision: 28085
Remark:       Version for new generation Drive TSD350

Changes since last Build:
- set new FW version to 258; batch file modified for the new version
- FIX: correct calculation of subscription register pointer (suggestion of c-stat)
- CHG: implemented suggestions made by c-stat code analyzer
- CHG: introduced default publication and subscriprion register, made sure
       publications and subscriptions are at these defaults after construction.


--------------------------------------------------------------------------------
Firmware:     Build 257
Release Date: Date: 2018-07-02 15:30:39 +0200 (Mo, 02 Jul 2018)
SVN Revision: Revision: 27850
Remark:       Version for new generation Drive TSD350

Changes since last Build:
- set new FW version to 257; batch file modified for the new version
- CHG: made maintenance counting implementation more robust
- CHG: made boot loader jump into images more robust
- FIX: temp level access for temperatures #[8..9] was wrong. could access a wrong
       address. correct calculation of register for access to temp levels #[8..9]
- CHG: correct entries of SLOW_SEQUENCE_LENGTH and FAST_SEQUENCE_LENGTH
- NEW: introduced define for abo index which is used for allErrors update
- NEW: do not apply mot temp meas voltage, in case of external voltage is supplied
- CHG: activated flash read-protection mechanism


--------------------------------------------------------------------------------
Firmware:     Build 256
Release Date: Date: 2017-05-09 08:13:16 +0200 (Di, 09 Mai 2017)
SVN Revision: Revision: 24619
Remark:       Version for new generation Drive TSD350

Changes since last Build:
- set new FW version to 256 (1.0); batch file modified for the new version
- took initial firmware as copy of Bridge Monitor
- NEW: added resistor network class,
       separated temperature calculation from resistor measurement
- NEW: prepared introduction of HC concept (HC replaces HR)
- NEW: implemented KTY83 motor temperature sensor support
- FIX: improved measurement accuracy of PT100 type (subtract series resistance
       introduced by inductances)
- CHG: add define for ADC resolution in SHW_CommonHardwareDefinition.h
- CHG: configure reset Pin filtering to max available filter time to prevent
       from unexpected reset when an external connector is plugged in
- CHG: split SHI_HwIo into base class CHwIoBase and application specific CHwIo class
- CHG: implemented accurate motor temp measurement with self heating prevention
       (100ms current, 1000ms pause)
- CHG: moved all motor measurement relevant signals to fast ADC channels group

