zephyr/tests
Piotr Zięcik c45961daae power: Rework OS <-> Application interface
This commit simplifies OS <-> Application interface controlling power
management. In the previous approach application-based PM required
overriding sys_suspend() and sys_resume() functions. As these functions
actually implemented power state change, in such case application
basically had to provide own implementation of all PM-related stuff,
which was not portable and hard to maintain.

This commit changes this scheme: The sys_suspend() and sys_resume()
are now system functions while the application could either use
built-in power management policies or provide its own. All details
of power mode switching are now handled by the OS.

Also, this commit cleans up the Kconfig options related to system-level
power management grouping them under common CONFIG_SYS_PM_ prefix.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2019-02-19 13:25:36 -05:00
..
application_development
benchmarks include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
bluetooth tests: bluetooth/mesh_shell: Fine-tune config for lower RAM footprint 2019-02-15 18:49:14 -05:00
boards tests: intel_s1000: use I2C device name directly 2019-02-10 15:06:39 -05:00
booting/stub
cmsis_rtos_v1 tests: set CONFIG_MAX_THREAD_BYTES for a few tests 2019-02-08 07:04:30 -05:00
cmsis_rtos_v2 tests: cmsis_rtos_v2: Join and detach tests 2019-02-08 11:59:38 -05:00
compliance
coverage
crypto
drivers tests: drivers: counter: Test cleanup 2019-02-13 18:15:56 -05:00
include
kernel power: Rework OS <-> Application interface 2019-02-19 13:25:36 -05:00
lib tests: mem_alloc: Fix build issue with malloc test 2019-02-16 09:23:16 -06:00
misc tests: util: Add UTIL_LISTIFY tests 2019-02-11 09:28:14 -05:00
net tests: net: ipv6_fragment: Fix interface index values 2019-02-18 15:10:54 -05:00
posix posix: rename priority in sched_param struct 2019-02-19 11:24:45 -05:00
shell
subsys include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
unit
ztest userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
CMakeLists.txt
Kconfig test: Kconfig: Correct HAS_COVERAGE_SUPPORT description 2019-02-11 11:38:15 -06:00