[IMP] firmware: Application v1.2.1 EEPROM Library
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 EEPROM Library
* Add Support for 128kB EEPROM based on hardware revision
f19ac0aa
[IMP] firmware: Application v1.2.1 Config Library
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 Config Library
* Add Configuration byte for last connected device
1357cca7
[IMP] firmware: Application v1.2.1 Utils Library
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 Utils Library
* Add code to identify board hardware revision
* Add function to set pin modes based on hardware revision
* Add StrToHex function
* Add UtilsGetUnicodeByteLength function
* Add support for Unicode in the form of bytes
0507cf67
[IMP] firmware: Application v1.2.1 Timer Library
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 Timer Library
* Remove TX ISR use
* Remove TX UART queue as it was frivilous and wasting memory
* Make use of new BT module defines
9a589350
[IMP] firmware: Application v1.2.1 Timer Library
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 Timer Library
* Add TimerUnregisterScheduledTaskById() and TimerSetTaskInterval()
5a5ffb4f
[IMP] firmware: Application v1.2.1 I-Bus Library
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 I-Bus Library
* Rename IBusCommandTELIKEDisplayWrite and IBusCommandTELIKEDisplayClear
* Add logging for detected ZKE type
* Make use of CharQueueGetSize()
75f51210
[IMP] firmware: Application v1.2.1 Char Queue
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 Char Queue
* Remove Size Attribute in favor of performing math to calculate queue size. This fixes issues with the value being overriden by queue R/W opertions
* Ensure CharQueue_t is treated as volatile
* Fix bug with CharQueueRemoveLast() removing data from an empty queue
a86e4e04
[IMP] firmware: Application v1.2.1 BT
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 BT
* Remove old BC127 library
a1607003
[IMP] firmware: Application v1.2.1 BT
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 BT
* Remove old BC127 library
48339b14
[IMP] firmware: Application v1.2.1 UI Updates
by t3ddftw 2 years 10 months
[IMP] firmware: Application v1.2.1 UI Updates
* Make use of new BT APIs & Events
* Add Support for the BM83
* Remove Mic Bias setting
705d1558
Report a bug