knx/src
Julius Lipp 83bb83bd56 fixes to enable partial programming (thanks to mumpf and proggerKA at KNX-UF!)
* add PID_MCB_TABLE to TableObject

* add CallBackProperty to send PID_MCB_TABLE

* calculate crc checksum using Crc16Citt when state switches to LOAD_COMPLETED

* add crc to save(), restore() and saveSize() to save crc to flash

* add CallBackProperty for read and write of PID_PROG_VERSION to ApplicationProgramObject

* create overrides for save, restore, and saveSize in ApplicationProgramObject to save _programVersion to flash
2021-04-12 10:09:55 +02:00
..
knx fixes to enable partial programming (thanks to mumpf and proggerKA at KNX-UF!) 2021-04-12 10:09:55 +02:00
arduino_platform.cpp Tweak for Ram usage (#129) 2021-04-01 09:34:26 +02:00
arduino_platform.h Tweak for Ram usage (#129) 2021-04-01 09:34:26 +02:00
cc1310_platform.cpp Add KNX_NO_PRINT to define in project to avoid console info and reduce footprint (#127) 2021-03-11 09:38:06 +01:00
cc1310_platform.h Add support for CC1310 platform based on SimpleLink SDK (#94) 2020-11-10 21:52:38 +01:00
esp32_platform.cpp Tweak for Ram usage (#129) 2021-04-01 09:34:26 +02:00
esp32_platform.h opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
esp_platform.cpp Tweak for Ram usage (#129) 2021-04-01 09:34:26 +02:00
esp_platform.h opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
knx_facade.cpp opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
knx_facade.h opt-out global KNX, ability to DIY construct knx object, minor cleanups (#121) 2021-02-05 15:57:45 +01:00
knx.h Add support for CC1310 platform based on SimpleLink SDK (#94) 2020-11-10 21:52:38 +01:00
linux_platform.cpp Add KNX_NO_PRINT to define in project to avoid console info and reduce footprint (#127) 2021-03-11 09:38:06 +01:00
linux_platform.h Add UART support for Linux platform to use TP1 KNX transceivers (#88) 2020-09-11 13:32:29 +02:00
samd_platform.cpp Tweak for Ram usage (#129) 2021-04-01 09:34:26 +02:00
samd_platform.h Arduino set Knx uart bugfix (#32) 2019-09-09 18:19:09 +02:00
stm32_platform.cpp Tweak for Ram usage (#129) 2021-04-01 09:34:26 +02:00
stm32_platform.h Stm32 port (#71) 2020-06-30 14:58:53 +02:00