- def2301 test: fix more legacy #include paths by Fabio Baltieri · 2 years, 8 months ago
- c40afb7 tests: kernel: tickless: move to new ztest API by Guo Lixin · 2 years, 9 months ago
- ade7ccb tests: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
- e83a13a kconfig: Rename the TEST_EXTRA stack size option to align with the rest by Carles Cufi · 3 years, 1 month ago
- 1cccc8a cmake: increase minimal required version to 3.20.0 by Torsten Rasmussen · 3 years, 7 months ago
- 86209ac boards: qemu_x86_coverage: remove board testing coverage by Anas Nashif · 3 years, 10 months ago
- 009dee1 doc: fix doxygen grouping by Anas Nashif · 3 years, 11 months ago
- 5a4cdd2 tests: replace power/power.h with pm/pm.h by Gerard Marull-Paretas · 4 years ago
- d72b5d1 tests/kernel/tickless: Remove use of CONFIG_TICKLESS_IDLE_THRESHOLD by Andy Ross · 4 years, 1 month ago
- 2573f4b9 tests: remove nrf5340 PDK boards from test .yml files by Ioannis Glaropoulos · 4 years, 1 month ago
- c72e232 tests: exclude nrf5340dk_nrf5340_cpunet when CONFIG_PM=y by Peter Bigot · 4 years, 2 months ago
- c1d5229 Revert "tests: Exclude qemu_arc{em|hs} in some" by Alexey Brodkin · 4 years, 2 months ago
- 4604c45 tests: enable and run many tests on RISC-V by Martin Åberg · 4 years, 3 months ago
- dd931f9 power: standarize PM Kconfigs and cleanup by Anas Nashif · 4 years, 4 months ago
- cfda90d tests: kernel: tickless: re-enabled test-suite for Qemu Cortex-M0 by Ioannis Glaropoulos · 4 years, 9 months ago
- b98058e tests: Exclude qemu_arc{em|hs} in some by Alexey Brodkin · 4 years, 10 months ago
- d00d0f1 samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 by Kumar Gala · 4 years, 10 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- debade9 tests: make find_package(Zephyr...) REQUIRED by Marc Herbert · 4 years, 10 months ago
- 32bb239 timeout: Fix up API usage by Andy Ross · 5 years ago
- 407b49b cmake: use find_package to locate Zephyr by Torsten Rasmussen · 5 years ago
- 8892406 kernel/sys_clock.h: Deprecate and convert uses of old conversions by Andy Ross · 5 years ago
- 6882d97 tests: new updated names for the kernel tests by Maksim Masalski · 5 years ago
- 85afd0f boards: arm: qemu_cortex_m0: filter out a couple of failing tests by Ioannis Glaropoulos · 5 years ago
- d1200d2 tests: Never disable SMP by Andy Ross · 6 years ago
- fc392a2 tests/kernel/tickless/tickless_concept: Force 100 Hz ticks by Andy Ross · 6 years ago
- 190e368 cleanup: include/: move power.h to power/power.h by Anas Nashif · 6 years ago
- c063034 Revert "tests: tickless_concept: Fix slicing time measurement" by Andy Ross · 6 years ago
- 324ae6f tests: tickless_concept: disable for coverage by Andrew Boie · 6 years ago
- 62c71dc tests: tickless_concept: Fix slicing time measurement by Piotr Zięcik · 6 years ago
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- a461437 tests: Mass SMP disablement on non-SMP-safe tests by Andy Ross · 6 years ago
- 516bf34 tests: Increase the stack size by CONFIG_TEST_EXTRA_STACKSIZE. by Adithya Baglody · 6 years ago
- 0cc362f tests/kernel: Simplify timer spinning by Andy Ross · 6 years ago
- 5060ca6 cmake: increase minimal required version to 3.13.1 by Anas Nashif · 6 years ago
- 970aef2 kernel: ensure System Power Managment enables Tickless Idle. by Piotr Mienkowski · 6 years ago
- 018073b tests: kernel: tickless: Bugfix for POSIX arch in TICKLESS by Alberto Escolar Piedras · 6 years ago
- 847b7cc tests: kernel tickless: Bugfix for POSIX arch in TICKLESS by Alberto Escolar Piedras · 6 years ago
- 7eabab2 samples, tests: Use semi-accurate project names by Reto Schneider · 6 years ago
- 55ee53c cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts by Sebastian Bøe · 7 years ago
- 5b3a7ed tests: kernel: Do not use exact time in timing checks. by Piotr Zięcik · 7 years ago
- 2fe998c kernel: Deprecate sys_clock_us_per_tick variable. by Piotr Zięcik · 7 years ago
- c6c8110 tests: kernel: Add description and group tests for doxygen by Spoorthi K · 7 years ago
- 39f396a doc: tests: remove obsolete and bogus test groups by Anas Nashif · 7 years ago
- 540e11c tests: rename main test to main.c by Anas Nashif · 7 years ago
- e73a95b tests: kernel: use a consistent test suite name by Anas Nashif · 7 years ago
- 8418355 tests: kernel: stop relying on path for naming by Anas Nashif · 7 years ago
- 91256cb test: bugfix kernel/tickless/tickless_concept by Alberto Escolar Piedras · 7 years ago
- 6f0facc test: kernel/tickless fix for native by Alberto Escolar Piedras · 7 years ago
- 23f81ee tests/samples: fixed yaml syntax by Anas Nashif · 7 years ago
- 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
- 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
- 0356590 tests: samples: fix yaml syntax by Anas Nashif · 7 years ago
- 704f879 tests: ztest: call test_main() without arguments by Anas Nashif · 8 years ago
- 470c5f3 tests: remove testcase.ini files by Anas Nashif · 8 years ago
- cc24f4b tests: samples: convert testcase files to yaml by Anas Nashif · 8 years ago
- 15ed8ec tests: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
- 68d3678 tests: use k_thread_create() by Andrew Boie · 8 years ago
- eaaa175 tests: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
- eea12f6 tests: kernel: add tickless test by Sharron LIU · 8 years ago