zephyr/tests/lib
Gerard Marull-Paretas 4f86a9a2d5 lib: gui: lvgl: align all Kconfig object names
Align all Kconfig option names with LVGL names. The followed rule:
LV_(.*) -> CONFIG_LVGL_(.*).

Also replaced LVGL boolean configuration entries using if/else/endif
with direct IS_ENABLED macro.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2020-08-26 15:32:59 -05:00
..
c_lib libc: add strtok_r implementation 2020-08-18 09:19:58 -07:00
cmsis_dsp tests: cmsis_dsp: use integration keyword 2020-07-30 08:00:03 -04:00
devicetree device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
fdtable tests: lib: fdtable: Fix missing check on returned fd 2020-08-19 09:32:34 +02:00
gui/lvgl lib: gui: lvgl: align all Kconfig object names 2020-08-26 15:32:59 -05:00
heap lib/os/heap: add an additional validation criteria 2020-07-14 19:35:52 -04:00
heap_align lib/os/heap: remove big_heap restriction for aligned allocations 2020-07-14 19:35:52 -04:00
json tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
mem_alloc tests: lib: mem_alloc: restrict newlib config to more than 16K RAM 2020-07-06 17:24:02 +02:00
notify tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
onoff sys: onoff: support clients using synchronous transitions 2020-08-14 17:53:39 +02:00
ringbuffer tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
sprintf tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00