zephyr/samples/basic
Francois Ramu 5c83a4f13d samples: basic: hash_map increasing the stack size for cxx_unordered_map
When running the testcase libraries.hash_map.newlib.cxx_unordered_map.djb2
of this samples/basic/hash_map, it appears that some platforms
have a too low stack size.
This PR is increasing that value to pass the testcase.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2023-03-02 07:05:09 -05: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: basic: hash_map increasing the stack size for cxx_unordered_map 2023-03-02 07:05:09 -05: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