Skip to content

Commit

Permalink
Fix Appveyor build options for ESP32 (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSoundy authored and josesimoes committed Sep 6, 2018
1 parent 3672596 commit 121d377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CMake/Modules/FindWindows.Devices.WiFi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ list(APPEND Windows.Devices.Wifi_INCLUDE_DIRS "${BASE_PATH_FOR_THIS_MODULE}")
set(Windows.Devices.Wifi_SRCS

win_dev_wifi_native.cpp
win_dev_wifi_native.h
win_dev_wifi_native_Windows_Devices_WIFI_WifiAdapter.cpp
)

Expand All @@ -31,7 +30,7 @@ foreach(SRC_FILE ${Windows.Devices.Wifi_SRCS})

CMAKE_FIND_ROOT_PATH_BOTH
)
message("${SRC_FILE} >> ${Windows.Devices.Wifi_SRC_FILE}") # debug helper
#message("${SRC_FILE} >> ${Windows.Devices.Wifi_SRC_FILE}") # debug helper
list(APPEND Windows.Devices.Wifi_SOURCES ${Windows.Devices.Wifi_SRC_FILE})
endforeach()

Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
matrix:
- BOARD_NAME: 'STM32'
- BOARD_NAME: 'ESP32_DEVKITC'
BUILD_OPTIONS: '-DTARGET_SERIES=ESP32 -DRTOS=FREERTOS -DNF_FEATURE_DEBUGGER=ON -DNF_FEATURE_RTC=ON -DAPI_Windows.Devices.Gpio=ON -DAPI_Windows.Devices.Spi=ON -DAPI_Windows.Devices.I2c=ON -DAPI_Windows.Devices.Pwm=ON -DAPI_Windows.Devices.SerialCommunication=ON -DAPI_Windows.Devices.Adc=ON -DAPI_System.Net=OFF -DAPI_Hardware.Esp32=ON'
BUILD_OPTIONS: '-DTARGET_SERIES=ESP32 -DRTOS=FREERTOS -DNF_WP_IMPLEMENTS_CRC32=OFF -DNF_FEATURE_DEBUGGER=ON -DNF_FEATURE_RTC=ON -DAPI_Windows.Devices.Gpio=ON -DAPI_Windows.Devices.Spi=ON -DAPI_Windows.Devices.I2c=ON -DAPI_Windows.Devices.Pwm=ON -DAPI_Windows.Devices.SerialCommunication=ON -DAPI_Windows.Devices.Adc=ON -DAPI_System.Net=ON -DAPI_Windows.Devices.Wifi=ON -DNF_SECURITY_OPENSSL=ON -DAPI_Hardware.Esp32=ON'

matrix:
fast_finish: true
Expand Down Expand Up @@ -340,7 +340,7 @@
matrix:
- BOARD_NAME: 'STM32'
- BOARD_NAME: 'ESP32_DEVKITC'
BUILD_OPTIONS: '-DTARGET_SERIES=ESP32 -DRTOS=FREERTOS -DNF_WP_IMPLEMENTS_CRC32=OFF -DNF_FEATURE_DEBUGGER=ON -DNF_FEATURE_RTC=ON -DAPI_Windows.Devices.Gpio=ON -DAPI_Windows.Devices.Spi=ON -DAPI_Windows.Devices.I2c=ON -DAPI_Windows.Devices.Pwm=ON -DAPI_Windows.Devices.SerialCommunication=ON -DAPI_Windows.Devices.Adc=ON -DAPI_System.Net=ON -DNF_SECURITY_OPENSSL=ON -DAPI_Hardware.Esp32=ON'
BUILD_OPTIONS: '-DTARGET_SERIES=ESP32 -DRTOS=FREERTOS -DNF_WP_IMPLEMENTS_CRC32=OFF -DNF_FEATURE_DEBUGGER=ON -DNF_FEATURE_RTC=ON -DAPI_Windows.Devices.Gpio=ON -DAPI_Windows.Devices.Spi=ON -DAPI_Windows.Devices.I2c=ON -DAPI_Windows.Devices.Pwm=ON -DAPI_Windows.Devices.SerialCommunication=ON -DAPI_Windows.Devices.Adc=ON -DAPI_System.Net=ON -DAPI_Windows.Devices.Wifi=ON -DNF_SECURITY_OPENSSL=ON -DAPI_Hardware.Esp32=ON'
- BOARD_NAME: 'NANOCLR_WINDOWS'

matrix:
Expand Down Expand Up @@ -631,7 +631,7 @@
matrix:
- BOARD_NAME: 'STM32'
- BOARD_NAME: 'ESP32_DEVKITC'
BUILD_OPTIONS: '-DTARGET_SERIES=ESP32 -DRTOS=FREERTOS -DNF_FEATURE_DEBUGGER=ON -DNF_FEATURE_RTC=ON -DAPI_Windows.Devices.Gpio=ON -DAPI_Windows.Devices.Spi=ON -DAPI_Windows.Devices.I2c=ON -DAPI_Windows.Devices.Pwm=ON -DAPI_Windows.Devices.SerialCommunication=ON -DAPI_Windows.Devices.Adc=ON -DAPI_System.Net=OFF -DAPI_Hardware.Esp32=ON'
BUILD_OPTIONS: '-DTARGET_SERIES=ESP32 -DRTOS=FREERTOS -DNF_WP_IMPLEMENTS_CRC32=OFF -DNF_FEATURE_DEBUGGER=ON -DNF_FEATURE_RTC=ON -DAPI_Windows.Devices.Gpio=ON -DAPI_Windows.Devices.Spi=ON -DAPI_Windows.Devices.I2c=ON -DAPI_Windows.Devices.Pwm=ON -DAPI_Windows.Devices.SerialCommunication=ON -DAPI_Windows.Devices.Adc=ON -DAPI_System.Net=ON -DAPI_Windows.Devices.Wifi=ON -DNF_SECURITY_OPENSSL=ON -DAPI_Hardware.Esp32=ON'

matrix:
fast_finish: true
Expand Down

0 comments on commit 121d377

Please sign in to comment.