- 1c7eb9e samples: synchronization: add static thread by Vilem Gottwald · 1 year, 5 months ago
- 5a4e0af samples: synchronization: fix comments & structure by Vilem Gottwald · 1 year, 5 months ago
- 78eda66 samples: synchronization: build this sample on all platforms by Anas Nashif · 1 year, 6 months ago
- 59e4c5a samples: fully migrate basic samples to the new Sphinx extension by Benjamin Cabé · 1 year, 7 months ago
- 5832f6e doc: Use new Sphinx extension for code samples by Benjamin Cabé · 1 year, 7 months ago
- 5411e7d tests: synchronization: do not build on all by Anas Nashif · 1 year, 10 months ago
- 0b90fd5 samples, tests, boards: Switch main return type from void to int by Keith Packard · 2 years ago
- 7fff3de samples: synchronization: Convert CONFIG_MP_NUM_CPUS handling by Kumar Gala · 2 years, 5 months ago
- 79e6b0e includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> by Gerard Marull-Paretas · 2 years, 7 months ago
- c7b5b3c samples: migrate includes to contain <zephyr/...> prefix by Gerard Marull-Paretas · 2 years, 11 months ago
- e2a3e72 samples: synchronization: use k_thread_cpu_pin by Anas Nashif · 3 years ago
- 1cccc8a cmake: increase minimal required version to 3.20.0 by Torsten Rasmussen · 3 years, 7 months ago
- 8581b6d tests: remove kernel tag from key tests/samples by Anas Nashif · 3 years, 9 months ago
- 686b9ff samples/synchronization: Clean up SMP CPU pinning example by Andy Ross · 4 years, 1 month ago
- 802d214 debug: analyzer: add support for thread runtime stats by Anas Nashif · 4 years, 4 months ago
- ad8caa6 samples: synchronisation: run thread_b on cpu 0 in SMP mode by Anas Nashif · 4 years, 5 months ago
- c916411 samples: synchronization: show cpu by Anas Nashif · 4 years, 5 months ago
- 2718a23 samples: synchronisation: handle empty thread name by Anas Nashif · 4 years, 6 months ago
- 2cd51a3 samples: 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
- 70758c4 tests: fix test identifiers by Anas Nashif · 5 years ago
- 32a9435 tests: tracing: add tests for tracing features by Anas Nashif · 6 years ago
- 65b1f62 arch/x86: disable inapplicable tests for Intel64 by Charles E. Youse · 6 years ago
- 60136f0 doc: add how to exit from QEMU in samples by David B. Kinder · 6 years ago
- 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- b69d0da arch/x86_64: New architecture added by Andy Ross · 6 years ago
- 5060ca6 cmake: increase minimal required version to 3.13.1 by Anas Nashif · 6 years ago
- bdd1b38 samples: synchronization: Add openocd configuration by Maureen Helm · 6 years ago
- 7eabab2 samples, tests: Use semi-accurate project names by Reto Schneider · 6 years ago
- 20b73e7 tests/samples: rename 'app' tag to something meaningful by Anas Nashif · 6 years ago
- 2f30c5d samples: synchronisation: set thread names by Anas Nashif · 7 years ago
- 739fd90 samples: synchronization: remove unused conf by Anas Nashif · 7 years ago
- 55ee53c cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts by Sebastian Bøe · 7 years ago
- f37287b samples: cleanup sample test naming by Anas Nashif · 7 years ago
- 3f8352f samples: remove sample.tc by Anas Nashif · 7 years ago
- dfbc0f5 sample: synchronization: support console harness by Anas Nashif · 7 years ago
- 72046a8 doc: getting_started: Support multi-OS instructions by Carles Cufi · 7 years ago
- 33592e8 cmake: remove IS_TEST handling by Anas Nashif · 7 years ago
- bca9c45 samples: remove build_only from various samples by Anas Nashif · 7 years ago
- 23f81ee tests/samples: fixed yaml syntax by Anas Nashif · 7 years ago
- 49e7ca9 cmake: set IS_TEST in the samples that were including Makefile.test by Sebastian Bøe · 7 years ago
- ece86b2 samples: misc: Convert doc to CMake by Carles Cufi · 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
- 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
- e87eaca samples: use K_THREAD_STACK_DEFINE macros by Andrew Boie · 8 years ago
- 3970cd4 samples: fixed typo in README.rst by Sharron LIU · 8 years ago
- 1a1df7c samples: synch: Add Thread Stack Guards conf by Vincenzo Frascino · 8 years ago
- 39962dc samples: use k_thread_create() by Andrew Boie · 8 years ago
- 2cb0454 doc: fix .rst files canonical heading order by David B. Kinder · 8 years ago
- ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
- 0ad1332 doc: application porting guide to the unified kernel by Anas Nashif · 8 years ago
- 2bc9d69 build: abstract emulation and replace qemu goal with run by Anas Nashif · 8 years ago
- a1d7794 samples: minor documentation tweaks by Anas Nashif · 8 years ago
- 2e293c5 doc: synchronization: move to rst syntax by Anas Nashif · 8 years ago
- 66cfcc2 tests: introduce Makefile.test by Anas Nashif · 8 years ago
- d47abac samples: Add the ARG_UNUSED macro by Flavio Santes · 8 years ago
- 55fa311 samples: remove legacy usage and convert to unified APIs by Anas Nashif · 8 years ago
- d622b09 samples: tests: remove obsolete KERNEL_TYPE and kernel variables by Anas Nashif · 8 years ago
- 886677c samples: synchronization: move to legacy/ by Anas Nashif · 8 years ago
- ea60762 samples: synchronization no need to set unified_capable tag by Anas Nashif · 8 years ago
- 884d996 unified: Add sample project using K_THREAD_DEFINE() by Allan Stephens · 8 years ago
- 1ccad63 samples: remove useless printf/printk wrappers by Anas Nashif · 8 years ago
- 5e4b62c boards: rename Quark SE Devboard to Quark SE C1000 (Sensor Subsystem) by Anas Nashif · 9 years ago
- b8a27f3 Revert "misc: Remove generic PRINT macros from synch samples" by Andrew Boie · 9 years ago
- f352ca1 misc: Remove generic PRINT macros from synch samples by Juan Manuel Cruz Alcaraz · 9 years ago
- eb2d8b4 testcases: add automation markup to samples/ by Inaky Perez-Gonzalez · 9 years ago
- fcec9e3 testcases: sanity check TCs get more language for real HW by Inaky Perez-Gonzalez · 9 years ago
- 81125fe samples: synchronization: reduce stack size used by Anas Nashif · 9 years ago
- e81053e samples/tests: remove old message about standard security by Anas Nashif · 9 years ago
- 18cc4a8 move sample apps to top level directory under samples/ by Anas Nashif · 9 years ago