zephyr/samples/boards
Piotr Mienkowski f04a4c9deb power: rename CPU_LPS_n power states
CPU_LPS_n name used to indicate a low power state is cryptic and
incorrect. The low power states act on the whole SoC and not exclusively
on the CPU. This patch renames CPU_LPS_n states to LOW_POWER_n. Also
HAS_ pattern for Kconfig options is used in favor of a non standard
_SUPPORTED. Naming of deep sleep states was adjusted accordingly.

Following is a detailed list of string replacements used:
s/SYS_POWER_STATE_CPU_LPS_(\d)_SUPPORTED/HAS_STATE_LOW_POWER_$1/
s/SYS_POWER_STATE_CPU_LPS_(\d)/SYS_POWER_STATE_LOW_POWER_$1/
s/SYS_POWER_STATE_DEEP_SLEEP_(\d)_SUPPORTED/HAS_STATE_DEEP_SLEEP_$1/

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2019-02-26 02:30:13 +01:00
..
96b_argonkey samples/96b_argonkey: change log configurations 2019-02-19 12:29:09 -06:00
altera_max10 samples: convert altera_max10/pio to use gpio_pin functions 2019-02-01 08:57:58 -05:00
arduino_101 sensor: hdc1008: convert to DT_<COMPAT>_<INSTANCE> defines 2019-01-26 12:08:52 -05:00
bbc_microbit drivers: mb_display: remove usage of gpio_port_ functions. 2019-02-01 08:57:58 -05:00
intel_s1000_crb samples: intel_s1000: remove DCACHE_WRITEBACK 2019-02-20 07:33:11 -05:00
nrf52 power: rename CPU_LPS_n power states 2019-02-26 02:30:13 +01:00
olimex_stm32_e407 cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
reel_board/mesh_badge include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
up_squared/gpio_counter gpio: intel_apl: rework driver for pin_mask callback 2019-02-06 07:18:15 -05:00
boards.rst samples: boards: nrf52: test demo for nrf52 power management 2017-11-06 09:29:10 -05:00