HAL for Espressif ESP32 Wifi

This commit is contained in:
Simon Jouet
2017-10-08 17:38:10 +01:00
committed by Scott Lahteine
parent 091f742432
commit e2aeda61ed
23 changed files with 1257 additions and 16 deletions

View File

@@ -17,6 +17,8 @@
#define HAL_PLATFORM HAL_STM32F4
#elif defined(STM32F7)
#define HAL_PLATFORM HAL_STM32F7
#elif defined(ARDUINO_ARCH_ESP32)
#define HAL_PLATFORM HAL_ESP32
#else
#error "Unsupported Platform!"
#endif