mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 17:26:31 +00:00
Sample implementation of a power manager app that uses the zephyr power management infrastructure. This app demonstrates use of the hooks to implement Low Power State and Tickless idle power saving policies. Tested on quark_se. Origin: Original Change-Id: I10207014f2a844374b4c7a1c0ed50f2fb5c3c440 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com> Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
% Application : Power Management demo
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ==================================
|
|
TASK TASKA 7 main 2048 [EXE]
|