esp-idf/examples/system
Sudeep Mohanty 4d8a0cce29 ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2
This commit enables ULP FSM support for esp32s3 and updates ULP FSM code
flow for other chips.
It adds C Macro support for the ULP FSM instruction set on esp32s2 and
esp32s3.
The unit tests are also updated to test ULP FSM on ep32s2 and esp32s3.
2022-02-22 12:25:57 +05:30
..
app_trace_to_host Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
base_mac_address docs: Update references to esptool docs 2021-11-24 10:28:39 +01:00
console ci: use pytest-embedded 0.5.1 2022-01-24 15:55:00 +08:00
console_usb docs: fixed two dead readme links 2021-07-21 15:20:57 +08:00
deep_sleep esp_timer: remove legacy ESP32 FRC timer implementation. 2022-02-10 15:17:49 +08:00
efuse efuse_example_test: Fix the example test ( broken due to latest change 2021-11-23 15:21:32 +05:30
esp_event Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
esp_timer Merge branch 'feat/rm_makefiles' into 'master' 2021-11-16 03:44:41 +00:00
eventfd examples: replace legacy timer group with gptimer 2022-01-07 14:59:09 +08:00
flash_suspend system: add an example showing how to run non-iram ISR when operating Flash 2022-01-21 15:20:37 +08:00
freertos/real_time_stats Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
gcov Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
gdbstub Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
heap_task_tracking freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
himem Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
ipc/ipc_isr esp_ipc: Update documentation and API descriptions 2021-11-18 21:34:50 +08:00
light_sleep freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
ota esp_https_ota: rename config option for more clarity 2022-02-17 10:54:06 +05:30
perfmon perfmon: re-enable example for ESP32-S3, remove warning from the docs 2022-01-11 08:28:51 +01:00
pthread Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
select Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
startup_time esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
sysview_tracing freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
sysview_tracing_heap_log freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
task_watchdog Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
ulp_fsm ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2 2022-02-22 12:25:57 +05:30
ulp_riscv ulp: refactor ulp component 2022-01-27 11:54:42 +05:30
unit_test Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
README.md event: Implement event loop library 2018-10-26 13:14:19 +08:00

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.