zephyr/samples
Andy Ross d1200d2155 tests: Never disable SMP
Disabling SMP mode for certain tests was a one-release thing, done to
avoid having to triage every test independently (MANY are not
SMP-safe), and with the knowledge that it was probably hiding bugs in
the kernel.

Turn it on pervasively.  Tests are treated with a combination of
flagging specific cases as "1cpu" where we have short-running tests
that can be independently run in an otherwise SMP environment, and via
setting CONFIG_MP_NUM_CPUS=1 where that's not possible (which still
runs the full SMP kernel config, but with only one CPU available).

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-09-26 16:54:06 -04:00
..
application_development native: removed redundant compiler args MMD & MP 2019-09-17 11:27:19 +02:00
basic samples: fix signed overflow in blinky example 2019-09-19 09:31:41 -05:00
bluetooth settings: Generic function to call set handler 2019-09-24 14:15:38 +02:00
boards soc: nordic: Include <nrfx.h> instead of <nrf.h> from <soc.h> 2019-09-24 16:20:16 +02:00
cpp_synchronization cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
display samples: ili9340: add adafruit_2_8_tft_touch_v2 to samples test 2019-09-25 02:35:49 -07:00
drivers drivers: watchdog: Trivial style cleanup 2019-09-24 11:40:53 -07:00
gui samples: lvgl: update README.rst 2019-09-25 02:35:49 -07:00
hello_world doc: add how to exit from QEMU in samples 2019-09-02 12:06:08 -04:00
mpu cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
net modules: Kconfig.simplelink: Remove POSIX_API, use fine-grained opts 2019-09-25 20:56:29 -07:00
nfc/nfc_hello cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
philosophers tests: Never disable SMP 2019-09-26 16:54:06 -04:00
portability tests: Never disable SMP 2019-09-26 16:54:06 -04:00
sensor samples: amg88xx: update README.rst 2019-09-17 06:27:21 -05:00
shields sample/shield: x-nucleo-iks01a3: add trig/temp/cfg support to LIS2MDL 2019-09-26 13:42:59 -07:00
subsys samples: ipc: openamp: Add testing harness 2019-09-18 20:20:07 -04:00
synchronization arch/x86: disable inapplicable tests for Intel64 2019-09-15 11:33:47 +08:00
testing/integration license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
userspace tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02:00
xtensa_asm2 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
classic.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
index.rst doc: use :zephyr_file: where appropriate 2019-03-09 09:50:27 -05:00