mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 23:15:22 +00:00
Changed names of Kconfig flags, variables, functions, files and return codes consistent with names used in the RFC. Updated relevant comments to match the changes. Origin: Original Change-Id: Ie7941032d7ad7af61fc02928f74538745e7966e8 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
CONFIG_COMPILER_OPT="-O0"
|
|
CONFIG_NUM_IRQS=43
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_RING_BUFFER=y
|
|
CONFIG_KERNEL_EVENT_LOGGER=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
|
|
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
|
|
CONFIG_SYS_POWER_MANAGEMENT=y
|
|
CONFIG_TICKLESS_IDLE=n
|
|
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
|
|
CONFIG_TASK_MONITOR=y
|