Skip to content

Add UART versions of main S3 builds #3173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -72,7 +72,9 @@ We also have a [Community Targets](https://github.com/nanoframework/nf-Community
|:---|---|---|
| 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_BLE_UART | Display, BLE, Quad spiram support, connection via UART| [![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3_BLE_UART/latest/x/?render=true)](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3_BLE_UART/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/) |
| ESP32_S3_ALL_UART | Display, BLE, Octal spiram support, connection via UART | [![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3_ALL_UART/latest/x/?render=true)](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3_ALL_UART/latest/) |

### ESP32 risc-v boards
| Target | Note | Version |
2 changes: 2 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
@@ -49,6 +49,8 @@
| ESP32_S3 | [![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 | [![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 | [![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/) |
| ESP32_S3_BLE_UART | [![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3_BLE_UART/latest/x/?render=true)](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3_BLE_UART/latest/) |
| ESP32_S3_ALL_UART | [![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3_ALL_UART/latest/x/?render=true)](https://cloudsmith.io/~net-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3_ALL_UART/latest/) |

### M5Stack

18 changes: 18 additions & 0 deletions azure-pipelines-nightly.yml
Original file line number Diff line number Diff line change
@@ -532,6 +532,24 @@ jobs:
PackageName: ESP32_S3_BLE
CMakePreset: ESP32_S3_BLE

ESP32_S3_BLE_UART:
TargetBoard: ESP32_S3
TargetSeries: "esp32s3"
BuildOptions:
IDF_Target: esp32s3
TargetName: ESP32_S3_BLE_UART
PackageName: ESP32_S3_BLE_UART
CMakePreset: ESP32_S3_BLE_UART

ESP32_S3_ALL_UART:
TargetBoard: ESP32_S3
TargetSeries: "esp32s3"
BuildOptions:
IDF_Target: esp32s3
TargetName: ESP32_S3_ALL_UART
PackageName: ESP32_S3_ALL_UART
CMakePreset: ESP32_S3_ALL_UART

ESP32_WESP32:
TargetSeries: "esp32"
TargetBoard: ESP32
64 changes: 64 additions & 0 deletions targets/ESP32/CMakePresets.json
Original file line number Diff line number Diff line change
@@ -374,6 +374,32 @@
"ESP32_SPIRAM_FOR_IDF_ALLOCATION": "1024 * 1024"
}
},
{
"name": "ESP32_S3_BLE_UART",
"inherits": [
"xtensa-esp32s3-preset",
"user-tools-repos",
"user-prefs"
],
"hidden": false,
"cacheVariables": {
"TARGET_NAME": "${presetName}",
"SDK_CONFIG_FILE": "sdkconfig.default_ble.esp32s3",
"NF_BUILD_RTM": "OFF",
"NF_FEATURE_DEBUGGER": "ON",
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"API_nanoFramework.Device.OneWire": "ON",
"API_nanoFramework.Device.Bluetooth": "ON",
"API_System.Device.I2c.Slave": "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"
}
},
{
"name": "ESP32_S3_ALL",
"inherits": [
@@ -401,6 +427,32 @@
"ESP32_SPIRAM_FOR_IDF_ALLOCATION": "1024 * 1024"
}
},
{
"name": "ESP32_S3_ALL_UART",
"inherits": [
"xtensa-esp32s3-preset",
"user-tools-repos",
"user-prefs"
],
"hidden": false,
"cacheVariables": {
"TARGET_NAME": "${presetName}",
"SDK_CONFIG_FILE": "sdkconfig.default_octal_ble.esp32s3",
"NF_BUILD_RTM": "OFF",
"NF_FEATURE_DEBUGGER": "ON",
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"API_nanoFramework.Device.OneWire": "ON",
"API_nanoFramework.Device.Bluetooth": "ON",
"API_System.Device.I2c.Slave": "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"
}
},
{
"name": "XIAO_ESP32C3",
"inherits": [
@@ -950,12 +1002,24 @@
"displayName": "ESP32_S3_BLE",
"configurePreset": "ESP32_S3_BLE"
},
{
"inherits": "base-user",
"name": "ESP32_S3_BLE_UART",
"displayName": "ESP32_S3_BLE_UART",
"configurePreset": "ESP32_S3_BLE_UART"
},
{
"inherits": "base-user",
"name": "ESP32_S3_ALL",
"displayName": "ESP32_S3_ALL",
"configurePreset": "ESP32_S3_ALL"
},
{
"inherits": "base-user",
"name": "ESP32_S3_ALL_UART",
"displayName": "ESP32_S3_ALL_UART",
"configurePreset": "ESP32_S3_ALL_UART"
},
{
"inherits": "base-user",
"name": "XIAO_ESP32C3",