Commit Graph

316 Commits

Author SHA1 Message Date
nanosonde
fb581c10a7 save work 2019-12-15 20:43:43 +01:00
nanosonde
7a259acaa6 save work 2019-12-15 20:30:44 +01:00
nanosonde
208e52fbfe save work 2019-12-15 20:23:36 +01:00
nanosonde
dfdcecb8e3 save work 2019-12-15 20:17:51 +01:00
nanosonde
9a836c294a save work 2019-12-15 16:58:13 +01:00
nanosonde
77dcb0c696 save work 2019-12-15 16:51:00 +01:00
nanosonde
ccefed8357 save work 2019-12-15 16:46:25 +01:00
nanosonde
68a7c81528 save work 2019-12-15 16:40:33 +01:00
nanosonde
69c176993b save work 2019-12-15 16:33:02 +01:00
nanosonde
04dafba458 save work 2019-12-15 16:27:36 +01:00
nanosonde
74f1502a90 save work 2019-12-15 16:10:18 +01:00
nanosonde
d711f18260 save work 2019-12-15 16:02:39 +01:00
nanosonde
47e17ea164 save work 2019-12-14 11:20:52 +01:00
nanosonde
566f1d8ccc save work 2019-12-14 11:16:20 +01:00
nanosonde
32a0503172 Try to fix travis build 2019-12-14 11:09:29 +01:00
nanosonde
37e602be13 Change platformio config 2019-12-13 17:41:16 +01:00
nanosonde
5651e5483a Fix compilation 2019-12-13 17:40:47 +01:00
nanosonde
dcc2bb1be1
Update .travis.yml 2019-12-13 12:55:27 +01:00
nanosonde
9a5c68f692
Update platformio.ini 2019-12-13 12:45:16 +01:00
nanosonde
20c6bd1016
Update .travis.yml 2019-12-13 12:33:11 +01:00
Thomas Kunze
b9571112d6 add some convienience methods to Property class 2019-12-12 23:40:03 +01:00
Thomas Kunze
398ba7408b get rid of InterfaceObject::objectType() and BauSystemB::descriptor() 2019-12-12 23:06:46 +01:00
Thomas Kunze
515d18fdbf fix property save 2019-12-12 22:47:54 +01:00
Thomas Kunze
6765add06d move knx-linux and knxPyton to examples dir 2019-12-12 21:42:51 +01:00
Thomas Kunze
6d5914857a move knx-usb to examples 2019-12-12 21:29:02 +01:00
Thomas Kunze
d2b6653d68 add config.h and USE_IP USE_TP USE_RF macros 2019-12-12 21:23:37 +01:00
Thomas Kunze
4cc8b2bb36 Finish refactoring of IpParameterObject 2019-12-12 19:34:29 +01:00
Thomas Kunze
e128debabb convert CallbackProperty to template 2019-12-12 01:42:56 +01:00
Thomas Kunze
71448efdad add overrides keyword for all interface objects.
refactor properties more
2019-12-11 23:32:57 +01:00
Thomas Kunze
396994c1a5 add Property, DataProperty and CallbackProperty classes 2019-12-11 22:23:21 +01:00
Thomas Kunze
c64b7f6a01 change signature of propertyRead/Write 2019-12-10 23:42:27 +01:00
Thomas Kunze
10b83b46bc fix build 2019-12-10 23:00:25 +01:00
Thomas Kunze
cd0fdc85b6 rename sendBytes ->sendBytesMultiCast
readBytes -> readBytesMultiCast
2019-12-10 22:29:14 +01:00
Thomas Kunze
d6db6a9673 add default noop implementations for most stuff of platform. 2019-12-10 22:25:33 +01:00
Thomas Kunze
5d8264555a remove unused methods of Platform class 2019-12-10 21:44:23 +01:00
Thomas Kunze
aa230ee0b9 Merge master 2019-12-09 23:28:17 +01:00
Thomas Kunze
3ed796ef93 fix more memory bugs 2019-12-09 23:19:13 +01:00
nanosonde
a76fc31b80 Add cEMI Server with KNX USB HID support (#47) 2019-12-09 19:53:08 +01:00
thelsing
fd0b16b1b4
Update .travis.yml 2019-12-08 12:00:47 +01:00
Thomas Kunze
77a0d6fc2e save work 2019-12-01 21:47:29 +01:00
Thomas Kunze
266a2e126d save work 2019-12-01 21:47:14 +01:00
thelsing
c0705edf66
Update .travis.yml 2019-11-26 21:43:19 +01:00
Thomas Kunze
75958ec52a get rid of dynamic cast, because we have no rtti on arduino 2019-11-05 17:43:28 +01:00
Thomas Kunze
d3cb967216 16 bit for blocksize should be enough 2019-11-04 21:56:49 +01:00
Thomas Kunze
07133807d8 small refactoring of memory class 2019-11-04 21:51:52 +01:00
Thomas Kunze
2659824aa2 implement save/load to/from NVM (completely untested) 2019-11-04 21:43:06 +01:00
Thomas Kunze
8421279d53 -add saveLength to SaveRestore
-undo split of Restore from SaveRestore
-add some dynamic memory management to memory-class
2019-11-03 22:09:22 +01:00
Thomas Kunze
2770f5eaa9 Split Restore from SaveRestore. 2019-10-29 22:39:44 +01:00
Thomas Kunze
94b91278bd access and allocate memory for interface-objects trough the memory class 2019-10-29 21:15:12 +01:00
thelsing
f6ace390ee
Merge pull request #43 from nanosonde/improve_rf_linux
Improve GPIO for Linux platform
2019-10-28 21:11:38 +01:00