zephyr/samples/basic
Kumar Gala 0e93ffc8e3 samples: hash_map: Add newlib filter to samples.yaml
Not all toolchains support newlib so tests that require newlib need
to have a filter to we don't try and build those tests on those
testcases.  Add the following to samples.yaml to handle the issue:

	filter: TOOLCHAIN_HAS_NEWLIB == 1

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-03-16 09:15:23 +01:00
..
blinky samples: basic: blinky: use gpio_is_ready_dt 2022-12-28 10:38:01 +01:00
blinky_pwm samples: basic: blinky_pwm: fix divider setting for rpi_pico 2023-01-02 13:03:46 +01:00
button samples: basic: button: use gpio_is_ready_dt 2022-12-28 10:38:01 +01:00
custom_dts_binding samples: basic: custom devicetree binding demo 2023-01-19 10:16:34 +01:00
fade_led samples: basic: fade_led: add support for rpi_pico board 2023-01-02 13:03:46 +01:00
hash_map samples: hash_map: Add newlib filter to samples.yaml 2023-03-16 09:15:23 +01:00
minimal tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
rgb_led includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
servo_motor yamllint: indentation: fix files in samples/ 2023-01-04 14:23:53 +01:00
sys_heap samples: Basic system heap Demo 2022-11-22 13:17:59 +09:00
threads includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
basic.rst