zephyr/samples
Alexey Brodkin 7c3498dc43 Samples: Add SMP Pi
This sample showcases efficient utilization of SMP system
with processing of independent resource-hungry workloads.

With no cross-dependencies between workers and no usage of shared
resources (during heavy-lifting itself) we may demonstrate almost
linear scaling of efficiency. I.e. 2 cores do the same amount of
calculations twice faster than only 1 core. 4 cores complete
the same calculations 2 times faster than 2 cores.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2019-11-03 12:41:29 +01:00
..
application_development x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
basic doc: s/device tree/devicetree/ 2019-10-08 11:53:40 +02:00
bluetooth Bluetooth: Keys: add key overwrite feature for key storage. 2019-10-17 22:20:55 +03:00
boards samples: mesh_badge: allow to build for any version of the reel board 2019-10-23 20:58:19 -04:00
cpp_synchronization cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
display coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
drivers doc: fix misspellings in Kconfig files 2019-10-30 10:24:30 +01:00
gui boards: reel_board: revise SPI routing 2019-10-23 20:58:19 -04: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 samples: net: echo-server: In case of socket error quit the app 2019-10-28 13:58:59 +02:00
nfc/nfc_hello cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
philosophers coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
portability x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
posix samples: posix: gettimeofday: Demo gettimeofday() returning correct time 2019-10-28 13:04:35 +02:00
sensor doc: fix misspellings in rst docs 2019-10-29 06:01:13 +01:00
shields coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
smp Samples: Add SMP Pi 2019-11-03 12:41:29 +01:00
subsys samples: add sample for logging syst format output 2019-10-29 10:18:51 +01:00
synchronization tests: tracing: add tests for tracing features 2019-09-27 14:42:22 -04:00
testing/integration license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
userspace samples: add userspace producer/consumer sample 2019-10-31 14:46:08 +01:00
video samples: video: Fix board reference name 2019-10-30 18:33:18 +01:00
classic.rst
index.rst Samples: Add SMP Pi 2019-11-03 12:41:29 +01:00