delegate memory management for knx tables to Platform class. Preallocate memory for them on linux.

This commit is contained in:
Thomas Kunze
2018-12-12 23:17:42 +01:00
parent bdaca43642
commit bd93aa12fa
22 changed files with 107 additions and 48 deletions

View File

@@ -128,6 +128,7 @@
<ClCompile Include="..\src\knx\memory.cpp" />
<ClCompile Include="..\src\knx\network_layer.cpp" />
<ClCompile Include="..\src\knx\npdu.cpp" />
<ClCompile Include="..\src\knx\platform.cpp" />
<ClCompile Include="..\src\knx\table_object.cpp" />
<ClCompile Include="..\src\knx\tpdu.cpp" />
<ClCompile Include="..\src\knx\tpuart_data_link_layer.cpp" />