zephyr/tests
Fabian Blatz c7f8033f2b modules: lvgl: simplify sys_heap memory size configs
Changes the Kconfig symbols for the sys_heap based memory management option
and removes the notion of `BLOCKS` with a more concise single
`LV_Z_MEM_POOL_SIZE` option. Also adds `LV_MEM_CUSTOM` to the lv_conf.h,
since in any option the memory management is considered to be custom.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
2023-09-27 09:54:08 +02:00
..
application_development tests: code_relocation: exclude mr_canhubk3 board 2023-09-18 10:37:22 +01:00
arch tests: arch: arm_irq_vector_table: exclude mr_canhubk3 board 2023-09-18 10:37:22 +01:00
benchmarks modules: cmsis-dsp: add cmsis-dsp module 2023-09-25 09:46:33 +02:00
bluetooth bluetooth: tester: MICP BTP event 2023-09-26 16:54:20 +02:00
boards ipm: remove ipm_cavs_idc driver 2023-09-14 06:24:18 -04:00
boot test: arch: x86: update with new acpica interface 2023-09-07 09:42:38 +02:00
bsim tests BT privacy: Simplify a bit scripts 2023-09-26 08:38:36 +02:00
cmake cmake: Fix scope pollution in zephyr_get(... MERGE) 2023-08-16 15:01:57 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers tests: drivers: clock_control: Add PLL fracn test 2023-09-26 15:06:56 +02:00
kernel tests: kernel: xip: exclude qemu_riscv32_xip 2023-09-22 17:39:38 +01:00
lib modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
misc scripts: check_init_priorities: use the Zephyr executable file 2023-09-20 20:24:46 +01:00
modules tests: modules: Add nanopb tests 2023-09-15 12:57:40 +02:00
net net: lwm2m: Add functional tests for LwM2M against Leshan 2023-09-26 16:53:16 +02:00
posix tests: posix: eventfd: Move thread from stack to data section 2023-09-22 09:25:12 +02:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys zdsp: Add Q value print formatting helpers for 2023-09-25 09:47:26 +02:00
unit sys: lists: Add tests for newly-added list len functions 2023-09-13 16:19:33 +02:00
ztest tests: ztest: zexpect: include source file directly in main.cpp 2023-08-28 13:36:08 -04:00
test_config.yaml