esp-idf/examples/system
Sudeep Mohanty 9605f9be3f Merge branch 'contrib/github_pr_12800' into 'master'
feat(freertos): Added new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES

Closes IDFGH-11693 and IDF-8785

See merge request espressif/esp-idf!28505
2024-02-20 15:21:47 +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 fix(esp_wifi): Support for esp_wifi_remote 2024-02-01 12:17:43 +01:00
deep_sleep
deep_sleep_wake_stub
efuse
esp_event
esp_timer docs(esp_timer): Rewrite esp_timer api ref and related docs 2024-02-08 12:13:18 +08:00
eventfd
flash_suspend
freertos/real_time_stats feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
gcov
gdbstub
heap_task_tracking
himem
ipc/ipc_isr
light_sleep fix(docs): Minor fixes to light_sleep example README.md 2024-02-16 08:48:02 +01:00
ota Merge branch 'bugfix/update_ota_docs_and_solve_pytest_error' into 'master' 2024-02-08 23:32:32 +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 feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
sysview_tracing_heap_log feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
task_watchdog feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
ulp Merge branch 'feature/ulp_riscv_interrupt_handling' into 'master' 2024-01-19 15:44:27 +08:00
unit_test
xip_from_psram
.build-test-rules.yml ci: update protocol/ethernet pytest markers 2024-02-01 22:47:18 +08: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.