zephyr/tests
Tomasz Bursztyka c7787c623e arch/x86: Cleanup ACPI structure attributes names
No need to mix super short version of names with other structures
having full name. Let's follow a more relevant naming where each and
every attribute name is self-documenting then. (such as s/id/apic_id
etc...)

Also make CONFIG_ACPI usable through IS_ENABLED by enclosing exposed
functions with ifdef CONFIG_ACPI.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-10-01 11:16:40 -07:00
..
application_development device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
arch arch/x86: Cleanup ACPI structure attributes names 2020-10-01 11:16:40 -07:00
benchmarks tests: explicitly disable HW Stack Protection when needed 2020-09-24 15:42:09 -05:00
bluetooth tests: shell: Correct overlay extension 2020-09-22 16:04:56 -05:00
boards device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
crypto ztest: remove ztest_mem_domain 2020-08-26 20:35:02 -04:00
deprecated sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
drivers boards: arm: nucleo_l4r5zi: add ADC support 2020-09-28 09:53:39 -05:00
kernel tests: thread_stack: add idle stack size scenario 2020-09-30 14:11:59 -04:00
lib tests: heap: exclude on qemu_xtensa 2020-09-30 14:11:59 -04:00
misc/test_build sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
net net: mqtt: fix tests to use zsock_ functions 2020-10-01 17:35:45 +03:00
portability tests: portability/cmsis_rtos_v2: skip up_squared 2020-09-24 13:09:46 -05:00
posix tests: posix: common: move printk() out of k_usleep() tick alignment 2020-09-18 22:07:19 -04:00
shell tests: shell: Add test for too many arguments in the command 2020-09-14 16:05:11 +02:00
subsys settings: Remove deprecated SETTINGS_USE_BASE64 support 2020-10-01 07:05:27 -05:00
unit testsuite: fix unittest cross-language flags 2020-08-31 11:02:35 -04:00
ztest