esp-idf/examples/system
Jiang Jiang Jian 2eacbbe957 Merge branch 'bugfix/add_authmode_wpa_wpa2_wpa3_psk' into 'master'
esp_wifi: Handle case when AP advertises WPA, WPA2 and WPA3 securities simultaneously and other bugfixes

Closes IDFGH-11372

See merge request espressif/esp-idf!27220
2024-01-11 13:41:20 +08:00
..
app_trace_basic ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
app_trace_to_plot
base_mac_address
console refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
deep_sleep docs(pm):change_deepsleep_example_readme 2023-11-28 12:02:25 +08:00
deep_sleep_wake_stub
efuse feat(security): Enable Flash encryption for ESP32P4 2023-12-05 13:10:55 +05:30
esp_event
esp_timer ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
eventfd
flash_suspend
freertos/real_time_stats
gcov
gdbstub
heap_task_tracking
himem
ipc/ipc_isr
light_sleep ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
ota fix(example): fixed app partition is too small for binary size 2024-01-11 10:42:38 +08:00
perfmon
pthread
select refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
startup_time ci(p4): added todo jira for disabled tests on p4 2024-01-04 09:36:38 +08:00
sysview_tracing
sysview_tracing_heap_log
task_watchdog
ulp fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-06 18:55:49 +08:00
unit_test
xip_from_psram
.build-test-rules.yml build: bypass build issues 2024-01-10 15:34:50 +01:00
README.md

README.md

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.