mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4281f58229
The model ESP32P4 and ESP32C5 was unknown on version command in iperf example add model ESP32P4 and ESP32C5 which prints out model names now by the knowed model ESP32P4 = "ESP32-P4" ESP32C5 = "ESP32-C5" example app: iperf before: iperf> version IDF Version:v5.4-dev-2744-g59e1838270-dirty Chip info: model:Unknown cores:1 feature:/802.11bgn/BLE/External-Flash:8 MB revision number:0 iperf> after this add model is knowed now iperf> version IDF Version:v5.4-dev-2744-g59e1838270-dirty Chip info: model:ESP32-C5 cores:1 feature:/802.11bgn/BLE/External-Flash:8 MB revision number:0 iperf> Merges https://github.com/espressif/esp-idf/pull/14593 |
||
---|---|---|
.. | ||
app_trace_basic | ||
app_trace_to_plot | ||
base_mac_address | ||
console | ||
deep_sleep | ||
deep_sleep_wake_stub | ||
efuse | ||
esp_event | ||
esp_timer | ||
eventfd | ||
flash_suspend | ||
freertos | ||
gcov | ||
gdbstub | ||
heap_task_tracking | ||
himem | ||
ipc/ipc_isr | ||
light_sleep | ||
nmi_isr | ||
ota | ||
perfmon | ||
pthread | ||
rt_mqueue | ||
select | ||
startup_time | ||
sysview_tracing | ||
sysview_tracing_heap_log | ||
task_watchdog | ||
ulp | ||
unit_test | ||
xip_from_psram | ||
.build-test-rules.yml | ||
README.md |
Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
---|
System Examples
Configuration and management of memory, interrupts, WDT (watchdog timer), OTA (over the air updates), deep sleep logging, and event loops.
See the README.md file in the upper level examples directory for more information about examples.