zephyr/samples
Jędrzej Ciupis 741972cf56 samples: net: wpan(usb|serial): exclude thingy53_nrf5340_cpuapp_ns
This commit excludes thingy53_nrf5340_cpuapp_ns platform from building
wpanusb and wpan_serial samples. The platform doesn't support TF-M yet
and therefore the build is bound to fail.

Due to limitations of the filter functionality, a more generic approach
where _ns platforms without TF-M support would be excluded from the
build, for example:

filter: dt_chosen_enabled("zephyr,ieee802154") and
	CONFIG_NRF_SOC_SECURE_SUPPORTED

doesn't properly filter out the needed platforms. As a result,
platform_exclude syntax is used to specifically exclude the platform.

Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
2022-11-15 12:13:46 +00:00
..
application_development samples: introduce 'with_mcuboot' sample to show sysbuild feature 2022-10-18 14:13:27 +02:00
arch samples: smp: pktqueue: Convert CONFIG_MP_NUM_CPUS handling 2022-10-27 13:59:57 -04:00
basic samples: blinky_pwm: Fix sample for rpi_pico 2022-11-14 12:37:47 +01:00
bluetooth samples: bluetooh: mesh_demo: Fix compilation for bbc_microbit 2022-11-08 10:47:46 +01:00
boards samples: boards: stm32: Rename README.md to README.rst 2022-11-08 13:47:09 -06:00
compression samples: compression: lz4 requires more than 64kB of RAM 2022-11-02 16:06:06 -05:00
drivers samples: drivers: fpga: fpga_controller: fix links in README.rst 2022-11-15 05:59:09 -05:00
hello_world includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
kernel samples: move to using CONFIG_MP_MAX_NUM_CPUS=1 2022-10-20 22:04:10 +09:00
modules samples: chre: Correct main() function prototype 2022-11-05 16:41:45 +09:00
net samples: net: wpan(usb|serial): exclude thingy53_nrf5340_cpuapp_ns 2022-11-15 12:13:46 +00:00
philosophers samples: move to using CONFIG_MP_MAX_NUM_CPUS=1 2022-10-20 22:04:10 +09:00
posix tests: Remove explicit newlib nano override 2022-10-19 16:02:51 +02:00
sensor tests/samples: fix some missing tags 2022-11-14 07:08:04 -05:00
shields include: add missing sys/printk.h include 2022-10-11 18:05:17 +02:00
subsys samples: zbus: Add benchmark sample 2022-11-14 17:25:29 -05:00
synchronization samples: synchronization: Convert CONFIG_MP_NUM_CPUS handling 2022-10-27 13:59:57 -04:00
tfm_integration samples: tfm_secure_partition: Add library configuration to sample.yaml 2022-11-02 16:10:18 -05:00
userspace includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst docs: add definition and minimum criteria for samples 2022-09-14 17:27:05 -04:00
sample_definition_and_criteria.rst docs: add definition and minimum criteria for samples 2022-09-14 17:27:05 -04:00