Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ We also have a [Community Targets](https://github.com/nanoframework/nf-Community
### ESP32_S3 boards
| Target | Note | Version |
|:---|---|---|
| ESP32_S3 | Quad spiram support | [![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3/latest/x/?render=true)](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3/latest/) |
| ESP32_S3 | Display & Quad spiram support | [![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3/latest/x/?render=true)](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3/latest/) |
| ESP32_S3_BLE | Display, BLE, Quad spiram support | [![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3_BLE/latest/x/?render=true)](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3_BLE/latest/) |
| ESP32_S3_ALL | Display, BLE, Octal spiram support | [![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3_ALL/latest/x/?render=true)](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3_ALL/latest/) |

Expand Down
9 changes: 8 additions & 1 deletion targets/ESP32/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"API_nanoFramework.System.Collections": "ON",
"API_nanoFramework.System.Text": "ON",
"API_nanoFramework.Networking.Thread": "ON",
"API_nanoFramework.Graphics": "ON",
"GRAPHICS_DISPLAY": "Generic_SPI.cpp",
"TOUCHPANEL_DEVICE": "XPT2046.cpp",
"GRAPHICS_DISPLAY_INTERFACE": "Spi_To_Display.cpp",
Expand Down Expand Up @@ -337,7 +338,13 @@
"NF_FEATURE_DEBUGGER": "ON",
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"ESP32_USB_CDC": "ON"
"ESP32_USB_CDC": "ON",
"API_nanoFramework.Graphics": "ON",
"GRAPHICS_DISPLAY": "Generic_SPI.cpp",
"TOUCHPANEL_DEVICE": "XPT2046.cpp",
"GRAPHICS_DISPLAY_INTERFACE": "Spi_To_Display.cpp",
"TOUCHPANEL_INTERFACE": "Spi_To_TouchPanel.cpp",
"ESP32_SPIRAM_FOR_IDF_ALLOCATION": "1024 * 1024"
}
},
{
Expand Down