Commit Graph

626 Commits

Author SHA1 Message Date
Thomas Kunze
e6b2120420 fix build of bme example 2018-12-25 21:43:54 +01:00
thelsing
cb0939760c
Update README.md 2018-12-22 23:00:49 +01:00
Thomas Kunze
c44d22f6eb first real working version of knxPython 2018-12-22 14:53:31 +01:00
Thomas Kunze
405aab0e5e some progress with python wrapper 2018-12-22 01:55:08 +01:00
Thomas Kunze
7a77b1e29a add platform.cpp 2018-12-12 23:34:05 +01:00
Thomas Kunze
cb0646f3f6 add vito sketch (WIP) 2018-12-12 23:21:52 +01:00
Thomas Kunze
bd93aa12fa delegate memory management for knx tables to Platform class. Preallocate memory for them on linux. 2018-12-12 23:17:42 +01:00
Thomas Kunze
bdaca43642 add doxygen file 2018-12-11 22:50:17 +01:00
Thomas Kunze
cc2704b264 add first version of knx python module 2018-12-11 22:42:13 +01:00
Thomas Kunze
4f9e518ead use current config 2018-11-20 22:36:00 +01:00
Thomas Kunze
8ed0181d36 update to newest bsec lib 2018-11-12 22:05:11 +01:00
Thomas Kunze
9708a54e71 rename main include 2018-11-07 22:16:00 +01:00
thelsing
1e446fa5cd
Update library.properties 2018-11-07 22:13:44 +01:00
Thomas Kunze
010ddc7d21 move files back 2018-11-07 21:31:07 +01:00
Thomas Kunze
4493631031 remove submodule (hopefully) 2018-11-07 21:30:20 +01:00
Thomas Kunze
644b1f4b70 Merge remote-tracking branch 'knx-esp/master' 2018-11-07 20:54:36 +01:00
Thomas Kunze
de5e596896 move files to dir 2018-11-07 20:54:27 +01:00
Thomas Kunze
cdbf3e70cc include linux and samd versions here 2018-11-07 00:32:36 +01:00
Thomas Kunze
aaf6c27584 fix translateAsap (bugfix by bernator) 2018-11-05 21:58:16 +01:00
Thomas Kunze
6f73473da2 -bau_systemB: configured should only change to true after restart
-bugfix by bernator
2018-11-05 21:56:15 +01:00
Thomas Kunze
8bea44873b update submodule 2018-10-27 22:42:56 +02:00
Thomas Kunze
0762e753f7 add property description for PID_PROJECT_INSTALLATION_ID 2018-10-27 22:42:27 +02:00
Thomas Kunze
a73fa612b4 add bme680 example 2018-10-08 21:51:27 +02:00
Thomas Kunze
dc362a79c3 add writeMemory to facade, remove debug output from platform 2018-09-15 00:22:30 +02:00
Thomas Kunze
fd2334a4af serveral small things 2018-09-15 00:21:25 +02:00
Thomas Kunze
6334bfe3cb update sm 2018-09-07 23:41:58 +02:00
Thomas Kunze
f50f03ad6e Merge remote-tracking branch 'remotes/origin/samd'
# Conflicts:
#	tpuart_data_link_layer.cpp
2018-09-07 23:39:06 +02:00
Thomas Kunze
c0c6c99315 first working version 2018-09-07 23:25:16 +02:00
Thomas Kunze
ecce8ddd3c add save + restore callbacks 2018-09-04 21:12:50 +02:00
Thomas Kunze
ddf99a9b96 addSaveRestore 2018-09-04 21:11:43 +02:00
Thomas Kunze
2a292ae314 switch to visualgdb, update submodule 2018-08-16 23:58:57 +02:00
Thomas Kunze
7d86f63f8e add _print* for esp 2018-08-16 23:54:53 +02:00
Thomas Kunze
4dffda5574 add print, println for linux fix compile error on linux 2018-08-16 22:56:51 +02:00
Thomas Kunze
96f8a1bffb implement acking 2018-08-14 23:40:47 +02:00
Thomas Kunze
349b49299e more wip 2018-08-11 23:54:56 +02:00
Thomas Kunze
cee0eb74f2 move arduino specific stuff to Platform class 2018-08-08 00:34:15 +02:00
Thomas Kunze
521076b7b9 add some debug messages 2018-07-26 22:50:27 +02:00
Thomas Kunze
aa05fa8418 implement remaining todos. Now testing can begin. 2018-07-25 22:24:25 +02:00
Thomas Kunze
e1947045df add some sending and receiving code 2018-07-14 01:15:26 +02:00
Thomas Kunze
c021caddc8 add define for NCN and init chip 2018-07-13 00:06:13 +02:00
Thomas Kunze
1889c669e3 add conversion from cemi-frame to tp-format 2018-06-14 21:32:19 +02:00
Thomas Kunze
24150d155b refactore bau code 2018-06-13 00:51:12 +02:00
Thomas Kunze
b0b6336899 - refactor data-link layer
- add dummy tp-uart dl
- add bau07b0 (copy of bau57B0; refactoring needed)
2018-06-05 00:32:26 +02:00
Thomas Kunze
3f0016a0bd add defines for samd (maybe wrong) 2018-06-04 23:06:42 +02:00
Thomas Kunze
21bda06133 update supmodule 2018-04-26 00:24:09 +02:00
thelsing
d710ec327b
Merge pull request #1 from nanosonde/for_upstream
Improve property description handling
2018-04-26 00:19:12 +02:00
nanosonde
f420c6dc21 Remove unnecessary clearing of numberOfElements 2018-04-25 23:25:15 +02:00
nanosonde
7c7d0d0b5b Remove unnecessary check 2018-04-25 23:23:42 +02:00
nanosonde
d315aee70e Cosmetic changes. Fix whitespace and "{". 2018-04-25 23:20:00 +02:00
nanosonde
daf1cabedf Fix PropDescRead and add comments from spec 2018-04-24 16:32:57 +02:00