zephyr/samples/boards
Hu Zhenyu 424668f5a7 tests: mec15xxevb_assy6853: Enlarge the IDLE_STACK_SIZE from 256 to 512
The test case "samples/boards/mec15xxevb_assy6853/power_management" could
always pass until commit 5f60164 was merged in. This patch changes the sem
take timeout value from 50ms to forever of the log thread, it will make the
idle thread run longer and takes more stack memory. Analyzed the coredump
of the failed test case, it can be found that the test case stucks at
z_idle_stacks. The test case used default CONFIG_IDLE_STACK_SIZE = 256 in
kernel/Kconfig, now we increase the value to 512 in prj.conf for this test
only. With this change, the test case can pass with the commit of 5f60164.
Fixes #47987

Signed-off-by: Hu Zhenyu <zhenyu.hu@intel.com>
2022-08-18 21:38:56 +00:00
..
96b_argonkey audio: remove defconfig/proj setting of audio drivers 2022-08-14 09:05:09 -05:00
arc_secure_services soc: arch: synopsys: move timer0/1 IRQ information to DT 2022-08-03 07:46:14 -04:00
bbc_microbit samples: boards: Remove label property from devicetree overlays 2022-07-19 12:32:14 +00:00
esp32 samples: esp32: flash_encryption: Convert to use DEVICE_DT_GET 2022-07-06 12:42:11 -05:00
google_kukui samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
mec15xxevb_assy6853 tests: mec15xxevb_assy6853: Enlarge the IDLE_STACK_SIZE from 256 to 512 2022-08-18 21:38:56 +00:00
mimxrt1060_evk/system_off everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
nrf samples: tests: Rename duplicated testcases 2022-08-17 12:11:00 +02:00
reel_board/mesh_badge drivers: display: Remove unnecessary Kconfig settings 2022-08-09 12:27:44 +02:00
sensortile_box sensors: Remove unnecessary Kconfig setting of sensors 2022-07-25 15:18:56 +02:00
stm32 samples: boards: stm32: Add a serial wakeup sample 2022-08-12 08:51:38 +01:00
ti/cc13x2_cc26x2/system_off samples: cc13x2_cc26x2: system_off: Convert to use DEVICE_DT_GET 2022-07-07 10:02:32 +02:00
up_squared/gpio_counter soc: apollo_lake: gpio: Drop use of DT_LABEL 2022-07-08 20:01:47 +00:00
boards.rst