Add priliminar Arduino STM32 port

This commit is contained in:
etrinh
2020-04-02 18:09:53 +02:00
parent 894a54fa7f
commit 147a3942ad
6 changed files with 81 additions and 2 deletions

View File

@@ -22,6 +22,8 @@
#elif ARDUINO_ARCH_ESP32
// predefined global instance for IP only
KnxFacade<Esp32Platform, Bau57B0> knx;
#elif ARDUINO_ARCH_STM32
KnxFacade<Stm32Platform, Bau57B0> knx;
#elif __linux__
// no predefined global instance
#define ICACHE_RAM_ATTR