esp-idf/examples/system
Konstantin Kondrashov 55578295db Merge branch 'feature/api_to_define_user_mac_addres' into 'master'
esp_hw_support: Adds APIs to define user own MAC addresses without generation from the base MAC address

Closes IDFGH-5534 and IDFGH-8022

See merge request espressif/esp-idf!21036
2022-11-17 15:26:35 +08:00
..
app_trace_to_host dac: update API and file format aligning to the rule 2022-11-03 13:04:50 +08:00
base_mac_address esp_hw_support: Adds APIs to define user own MAC addresses without generation from the base MAC address 2022-11-16 19:23:10 +08:00
console esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
deep_sleep examples: system/deep_sleep 2022-11-11 20:39:04 +08:00
efuse ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
esp_event ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
esp_timer esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
eventfd ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
flash_suspend Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
freertos/real_time_stats ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
gcov esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
gdbstub ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
heap_task_tracking ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
himem
ipc/ipc_isr
light_sleep esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
ota esp_https_ota: Send data to event handler 2022-11-11 11:44:17 +05:30
perfmon
pthread ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
select ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
startup_time ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
sysview_tracing ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
sysview_tracing_heap_log ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
task_watchdog ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
ulp_fsm ulp: fix incorrect bit-width operator while reading RTC_CNTL_LOW_POWER_ST_REG during wakeup 2022-10-17 10:59:26 +02:00
ulp_riscv ulp-fsm: Update ulp-fsm ADC example with S3 support 2022-09-07 16:48:06 +08:00
unit_test ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
xip_from_psram system: add an example and pytest to showing moving Flash content to PSRAM feature. 2022-09-19 12:25:30 +08:00
.build-test-rules.yml ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +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.