Skip to content

Commit

Permalink
Remove Win.Storage from ESP32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Apr 10, 2024
1 parent 0e32479 commit cfd4dfb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,247 deletions.
11 changes: 0 additions & 11 deletions targets/ESP32/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "OFF",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_System.Device.I2s": "OFF",
"API_System.Device.I2c.Slave": "OFF"
}
Expand All @@ -231,7 +230,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Graphics": "ON",
"API_nanoFramework.Device.OneWire": "ON",
"GRAPHICS_DISPLAY": "ILI9341_240x320_SPI.cpp",
Expand All @@ -256,7 +254,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "OFF",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "OFF",
"API_nanoFramework.Hardware.Esp32.Rmt": "ON",
"ESP32_RESERVED_RAM_FOR_IDF_ALLOCATION": "100"
Expand All @@ -278,7 +275,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "OFF",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "OFF",
"API_nanoFramework.Hardware.Esp32.Rmt": "ON",
"ESP32_RESERVED_RAM_FOR_IDF_ALLOCATION": "100"
Expand Down Expand Up @@ -342,7 +338,6 @@
"HAL_WP_USE_SERIAL": "OFF",
"HAL_WP_USE_USB_CDC": "ON",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "OFF",
"ESP32_RESERVED_RAM_FOR_IDF_ALLOCATION": "100"
}
Expand All @@ -363,7 +358,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "ON",
"API_nanoFramework.Device.Bluetooth": "OFF",
"API_nanoFramework.Graphics": "ON",
Expand All @@ -389,7 +383,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "ON",
"API_nanoFramework.Graphics": "ON",
"GRAPHICS_DISPLAY": "ILI9342_320x240_SPI.cpp",
Expand All @@ -415,7 +408,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "ON",
"API_nanoFramework.Device.Bluetooth": "ON",
"API_nanoFramework.Graphics": "ON",
Expand Down Expand Up @@ -444,7 +436,6 @@
"NF_FEATURE_HAS_SDCARD": "OFF",
"ESP32_USB_CDC": "ON",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "OFF",
"API_nanoFramework.Device.Bluetooth": "OFF",
"API_nanoFramework.Graphics": "OFF",
Expand All @@ -467,7 +458,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "ON",
"API_nanoFramework.Graphics": "ON",
"GRAPHICS_DISPLAY": "Generic_SPI.cpp",
Expand All @@ -493,7 +483,6 @@
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"API_System.IO.FileSystem": "ON",
"API_Windows.Storage": "ON",
"API_nanoFramework.Device.OneWire": "ON",
"API_nanoFramework.Device.Bluetooth": "ON",
"API_nanoFramework.Graphics": "ON",
Expand Down

This file was deleted.

Loading

0 comments on commit cfd4dfb

Please sign in to comment.