You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exit criterion: the SampleX starter boots, runs ThreadX, and passes the same basic kernel validation as the ThreadX example without carrying a fork of the generic RV32 port. High-resolution one-shot, periodic, cancellation, rearm, and deferred deletion tests pass concurrently with the 100 Hz ThreadX tick.
Goal: Set up the project structure and integrate Espressif's
esp_timerusing ThreadX.Deliver:
SampleX/Espressif/ESP32-C6following the existing SampleX board layout.libs/threadx.esp_timer_get_time(), and ETS compatibility API.Exit criterion: the SampleX starter boots, runs ThreadX, and passes the same basic kernel validation as the ThreadX example without carrying a fork of the generic RV32 port. High-resolution one-shot, periodic, cancellation, rearm, and deferred deletion tests pass concurrently with the 100 Hz ThreadX tick.