[IMP] firmware: Application 1.3.2
* Update to toolchain 2.0.0
* Prevent RPOR (Reprogrammable pin) memory overflow by not reading registers above 15
* Prevent memory overflow caused by writing more timer tasks than are available
* Add Error level warning if more timers are being assigned than there are slots for
* Fix UART RX Register Reset issue when a frame error exists by reading the register directly, rather than the pointer to it
* Resolve issue logging BC127 boot failure by directly calling EEPROMWriteByte so that the value is not ignored
* Various `volatile` keywords to ensure there are no unwanted optimizations where required
Make sure we initialize connected status properly ...
by
Ivan Debnar
2 years 6 months
Make sure we initialize connected status properly on BT STATUS call to avoid race conditions.
Related to c33c58432358a407e88d5dcda222ea5208eb0810 change.