Commit Graph

  • b8265d0e73 changed memoryReadIndicationP to memoryReadIndication added stdlib and defines SirSydom 2022-02-14 22:30:34 +0100
  • 5bef967ed3 added support for both Eeprom and Flash (NvMemoryType) plattforms. SirSydom 2022-02-14 21:47:29 +0100
  • b5b228c417 clean up debug stuff, comments ... SirSydom 2022-02-14 18:31:02 +0100
  • d34e7767c8 align to pagesize SirSydom 2022-02-14 16:08:32 +0100
  • 7fae86e3c2 some fixes and debugs SirSydom 2022-02-14 11:05:47 +0100
  • d26771c432
    Merge pull request #171 from mptei/tx_throttle_rx_wait_addr thelsing 2022-02-13 21:56:03 +0100
  • 2c2d69a396
    Rp2040 plattform newcore (#172) SirSydom 2022-02-13 21:54:38 +0100
  • 29ddd2fc97 adapted to work with the latest arduino-pico core V1.11.0 - setPollingMode for knxSerial SirSydom 2022-02-13 16:06:30 +0100
  • 408cd2bbeb printHex takes to long Mike Pieper 2022-02-13 11:22:02 +0100
  • 9098478614 Merge branch 'master' into flashnew SirSydom 2022-02-10 00:09:48 +0100
  • e1c0629819 fixed memoryread and crash while loading KOs (+debugstuff) SirSydom 2022-02-09 23:57:53 +0100
  • d742752e72 added malloc for _EraseBlockBuffer, fixed some bugs SirSydom 2022-02-08 23:33:33 +0100
  • 266287e2d1 worked on flash implementation SirSydom 2022-02-06 21:03:53 +0100
  • c908d5dc0a handle all available bytes Mike Pieper 2022-01-25 06:08:58 +0100
  • aff7a4d661 worked on flash implementation SirSydom 2022-02-06 13:37:25 +0100
  • 7d7e6eb3b4 New state RX_L_ADDR; loop load adaption Mike Pieper 2022-01-22 10:19:01 +0100
  • a4abacb17b added support for RP2040 (Raspberry Pi Pico) (#145) SirSydom 2021-07-08 19:45:33 +0200
  • 6f9efca2fe
    Merge branch 'thelsing:master' into master SirSydom 2022-02-05 13:47:41 +0100
  • 1ee4377e61 tx throttle. Mike Pieper 2022-01-22 08:56:51 +0100
  • 6720f86e5c
    Changed color byte order from WRGB to RGBW (R MSB). (#168) mptei 2022-01-19 14:51:00 +0100
  • 50fe201125 Changed color byte order from WRGB to RGBW (R MSB). Mike Pieper 2022-01-18 07:39:45 +0100
  • 36e0a00e80
    Added Datapointtype DPT 7.600 (colortemperature) (#165) dev-git-usr 2022-01-16 18:56:00 +0100
  • 71e8607f43
    Added support for DPT 251.600 RGBW (#167) mptei 2022-01-16 18:26:51 +0100
  • f5feefb0f2
    TPUART: Avoid false EOP (#166) mptei 2022-01-16 18:25:32 +0100
  • 9b235abf43 style fix Mike Pieper 2022-01-16 08:25:03 +0100
  • f5b976d93f Added support for DPT 251.600 RGBW Mike Pieper 2021-12-19 16:32:29 +0100
  • 944865014b
    Added Decoding of Datatype dev-git-usr 2022-01-15 18:00:02 +0100
  • 7188e12f14 sendSingleFrameByte return false on last byte Mike Pieper 2022-01-15 14:43:33 +0100
  • f8dbd0b64e sendSingleFrameByte return false on last byte Mike Pieper 2022-01-15 14:43:33 +0100
  • 7bf8fa5a2a Made the rx loop shorter to avoid tx buffer saturation. Mike Pieper 2022-01-15 11:23:43 +0100
  • dd422e2d61
    Added Datapointtype DPT 7.600 (colortemperature) dev-git-usr 2022-01-15 14:42:58 +0100
  • bf70e162f8
    fix constant comparison (#162) croghostrider 2021-12-29 17:20:46 +0100
  • cc6787383c . croghostrider 2021-12-29 14:53:47 +0100
  • d85d498aeb fix constant comparison croghostrider 2021-12-29 14:35:27 +0100
  • 12d0ea1ad8
    Use full duplex in tpuart_data_link_layer. (#161) mptei 2021-12-28 19:53:48 +0100
  • 07306ac598 Stay in loop when RX_L_DATA. Mike Pieper 2021-12-28 09:06:35 +0100
  • 910ccae31b TPUART full duplex handling Mike Pieper 2021-12-18 09:11:45 +0100
  • fb74931bec
    Add 2 new methods: paramSignedByte and paramBit. Comments and usage inside code (#159) Domos 2021-12-23 20:04:34 +0100
  • f84dcc75f1 Add 2 new methods: paramSignedByte and paramBit. Comments and usage inside code Domos 2021-12-23 11:21:06 +0100
  • eb7ae16dde
    Returning correct value for ULongType. (#157) mptei 2021-12-22 20:00:27 +0100
  • 63ff2c5d4d
    Removed doubled code (#158) mptei 2021-12-22 19:59:55 +0100
  • 374ee4a3a4 Removed doubled code Mike Pieper 2021-12-22 12:06:21 +0100
  • 94f153b248 Returning correct value for ULongType. Mike Pieper 2021-12-21 18:59:12 +0100
  • 76754a3087
    Add 2 new getter functions Domos 2021-12-21 13:33:12 +0100
  • 87edd3dfe0
    Fix callback sequence (#153) Sonnengruesser 2021-12-13 11:17:36 +0100
  • d30123c9eb
    Fix callback sequence Sonnengruesser 2021-12-10 15:57:51 +0100
  • 616599cf8b
    Fix EEPROM include on STM32 (#151) rueckix 2021-10-17 18:19:45 +0200
  • 6cbec746b8
    Fix EEPROM include on STM32 rueckix 2021-10-17 12:39:14 +0200
  • 57b1950e38
    support DPT9.009 (airflow) and DPT9.029 (absolute humidity) (#149) SirSydom 2021-09-22 23:51:21 +0200
  • bee7559ed6
    Merge branch 'thelsing:master' into master SirSydom 2021-09-22 20:43:00 +0200
  • 7f5664863a support DPT9.009 (airflow) and DPT9.029 (absolute humidity) SirSydom 2021-09-22 20:42:36 +0200
  • 4f6c837b78
    added support for RP2040 (Raspberry Pi Pico) (#145) SirSydom 2021-07-08 19:45:33 +0200
  • 29a5802c1d added support for RP2040 (Raspberry Pi Pico) SirSydom 2021-07-08 18:36:10 +0200
  • 6254fc9b67
    fix bulid (#143) croghostrider 2021-06-14 08:10:48 +0200
  • 06141f2b4a fix bulid Vinko 2021-06-13 19:02:19 +0200
  • 31e35695e6
    fix wrong IP (#142) croghostrider 2021-06-08 20:27:33 +0200
  • 901e8b4b54 fix wrong IP Vinko 2021-06-08 19:22:52 +0200
  • 59d1b67d6c
    add KNX IP discovery support (#141) croghostrider 2021-06-04 17:23:23 +0200
  • 7f74b790de add KNX IP discovery support Vinko 2021-06-03 23:24:29 +0200
  • 2450c1c458
    fix ESP32 IP KNX Demo (#139) croghostrider 2021-06-02 17:55:07 +0200
  • 14462d410d
    Change individual address (#140) croghostrider 2021-06-02 17:53:46 +0200
  • 50571e1238 Change individual address Vinko 2021-06-01 22:01:47 +0200
  • 97feb5ae7d fix ESP32 IP KNX Demo Vinko 2021-05-31 21:48:59 +0200
  • 75c863bffe
    Add new KNX_NO_STRTOx_CONVERSION define for footprint reduction (#137) etrinh 2021-05-12 13:03:10 +0200
  • 0fb689ff8a add KNX_NO_STRTOx_CONVERSION to avoid expensive strtod conversion etrinh 2021-05-05 22:38:42 +0200
  • e5e5c6fae1 Merge branch 'master' of https://github.com/thelsing/knx etrinh 2021-05-05 12:14:47 +0200
  • ed54da7089
    fix some typos (#136) OutOfSync1 2021-05-04 16:19:29 +0200
  • 95cf9df7fc
    fix userdata saverestore (#133) (#135) OutOfSync1 2021-05-04 16:17:27 +0200
  • 3a862cc480 fix some typos Julius Lipp 2021-05-02 22:38:12 +0200
  • c23fa3d6e0 fix userdata saverestore (#133) Julius Lipp 2021-05-02 20:36:54 +0200
  • 0f7215f430 Merge branch 'master' of https://github.com/thelsing/knx etrinh 2021-04-17 11:24:53 +0200
  • a4e74ebae5
    Remove uniqueSerialNumber debug log to reduce footprint (#134) etrinh 2021-04-17 11:12:19 +0200
  • 394ac268c9 Remove uniqueSerialNumber debug log to reduce footprint etrinh 2021-04-16 22:54:13 +0200
  • 14162fb1a4
    fix userdata saverestore (#133) OutOfSync1 2021-04-14 23:46:03 +0200
  • 1343ed0b7d
    fixes to enable partial programming (#132) OutOfSync1 2021-04-14 23:44:12 +0200
  • a71297efb9 fix commitToEeprom for ESP32 Julius Lipp 2021-04-14 23:11:25 +0200
  • 0bb0115d07 * fix for save/restore of userdata Julius Lipp 2021-04-14 23:05:08 +0200
  • 21d27bb39d remove PID_MCB_TABLE from RouterObject Julius Lipp 2021-04-14 21:07:03 +0200
  • dbba1485df add comment why _size field is needed Julius Lipp 2021-04-13 23:27:39 +0200
  • 649535d4c4 reduce footprint, save 5 byte Julius Lipp 2021-04-13 20:58:42 +0200
  • 0fb3c704dc fix segment size in TableObject() Julius Lipp 2021-04-12 22:55:34 +0200
  • 1cadc320a5 improve crc calculation Julius Lipp 2021-04-12 21:36:17 +0200
  • e57bbf9dbe
    generate unique serial number (#90) (#131) OutOfSync1 2021-04-12 11:40:56 +0200
  • 99b16680fa another fix variable name for ESP platform (need more coffee...) Julius Lipp 2021-04-12 10:26:35 +0200
  • 8ec0afc989 fix variable name for ESP platform Julius Lipp 2021-04-12 10:20:19 +0200
  • 83bb83bd56 fixes to enable partial programming (thanks to mumpf and proggerKA at KNX-UF!) Julius Lipp 2021-03-31 23:43:00 +0200
  • 8b368abe39 generate unique serial number (#90) Julius Lipp 2021-04-07 00:39:39 +0200
  • 036bd54c79
    Tweak for Ram usage (#129) etrinh 2021-04-01 09:34:26 +0200
  • b8b3f18c8a revert xxxPlatform(HardwareSerial* s) constructors etrinh 2021-03-15 00:19:35 +0100
  • d32c3fcd64 Restore ArduinoPlatform::ArduinoPlatform(HardwareSerial* knxSerial) constructor etrinh 2021-03-13 14:17:03 +0100
  • a4c4288a19 Add KNX_NO_DEFAULT_UART to avoid default uart assignation for ArduinoPlatforms and derivatives, with associated defines (HWSERIAL_NONE for stm32) to recover RAM from unused RX/TX buffers Remove ArduinoPlatform(HardwareSerial* knxSerial) constructor, seems not useable by KnxFacade etrinh 2021-03-12 19:57:22 +0100
  • 446ea1b9aa
    Fix int32 -> KNXValue conversion (#128) etrinh 2021-03-11 20:31:09 +0100
  • 36acbfc62b Fix int32 -> KNXValue conversion Add KNX_NO_SPI to reduce footprint etrinh 2021-03-11 19:51:53 +0100
  • 44075d80f7
    Add KNX_NO_PRINT to define in project to avoid console info and reduce footprint (#127) etrinh 2021-03-11 09:38:06 +0100
  • a615a1ba34 Add KNX_NO_PRINT to define in project to avoid console info and reduce footprint etrinh 2021-03-10 09:17:55 +0100
  • 164bf59166
    added alternative GroupObject with less mangagement footprint (#125) mumpf 2021-02-18 09:40:35 +0100
  • 32e6aa7c52 - removed duplicate files Waldemar Porscha 2021-02-17 22:30:19 +0100
  • 8383562f81 - added knx-demo-small-go example - added config.h option (commented) - changed platformio-ci.ini with -DSMALL_GROUPOBJECT - changed plantformio.ini with tested -DSMALL_GROUPOBJECT Waldemar Porscha 2021-02-13 14:23:39 +0100
  • 21a05ae9b3
    Add knx-433 (#122) zelogik 2021-02-09 02:37:14 +0100
  • 37020a0882
    Update pzem-004t-v30.ino zelogik 2021-02-08 21:04:39 +0100