Merge branch 'master' into release/post-1.3.3
by Ivan Debnar 1 year 4 months
0f9d73b7
[FIX] firmware: Application Static Code Analysis C...
by Ivan Debnar 1 year 4 months
[FIX] firmware: Application Static Code Analysis Cleanup

* Buffer overflows
* Abundant volatile declarations
* Re-declaration of volume in branches
* Small cleanups
* Unnecessary casts
* Wrong operator when handling EEprom, preventing access to more that first 256 bytes
* Incorrect handling of response values from I2CReadByte - could return < 0 error values.
* Use proper 0-terminated const string so we do not trip underlying functions on 0-pointer.
* A bit more explicit handling for handling ENGLISH and DEFAULT locale.
* IKE detection fix for E46 variant A
7556c236
[IMP] firmware: Application GT UI Fix
by t3ddftw 1 year 4 months
[IMP] firmware: Application GT UI Fix
* Ensure that we do not consider all text with 0x30 in it to be generated by the BlueBus
adacf5b1
[IMP] firmware: Application MID Fixes
by t3ddftw 1 year 4 months
[IMP] firmware: Application MID Fixes
* Ensure that we are not writing to the MID if the ignition is off
* One ignition off, drop the TEL UI if we have not already done so
21ddf9ee
[IMP] firmware: Application E8x Telephone audio fi...
by t3ddftw 1 year 4 months
[IMP] firmware: Application E8x Telephone audio fix
* Drop TCU overlay on E8x vehicles with Navigation so that the radio will accept the volume changes
f1dd9fc4
[IMP] firmware: Application Power Off Fix
by t3ddftw 1 year 4 months
[IMP] firmware: Application Power Off Fix
* Add a timer track the last message from the radio in order to to prevent polling the radio when the car is off
f0a90702
Merge branch 'fix/static_code_review' into release...
by Ivan Debnar 1 year 4 months
Merge branch 'fix/static_code_review' into release/post-1.3.3
403e8177
[FIX]
by Ivan Debnar 1 year 4 months
[FIX]
IKE detection fix for E46 variant A.
eb2869ea
A bit more explicit handling for handling ENGLISH ...
by Ivan Debnar 1 year 4 months
A bit more explicit handling for handling ENGLISH and DEFAULT locale.
70b1a4a1
Use proper 0-terminated const string so we do not ...
by Ivan Debnar 1 year 4 months
Use proper 0-terminated const string so we do not trip underlying functions on 0-pointer.
8102e62b
Report a bug