You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
780 B
34 lines
780 B
sample: |
|
name: Syncronisation (C++) |
|
tests: |
|
sample.cpp.synchronization: |
|
tags: cpp |
|
toolchain_exclude: |
|
- issm |
|
- xcc |
|
integration_platforms: |
|
- qemu_x86 |
|
harness: console |
|
harness_config: |
|
type: multi_line |
|
regex: |
|
- "Create semaphore (.*)" |
|
- "main: Hello World!" |
|
- "coop_thread_entry: Hello World!" |
|
sample.cpp.synchronization.picolibc: |
|
filter: CONFIG_PICOLIBC_SUPPORTED |
|
extra_configs: |
|
- CONFIG_PICOLIBC=y |
|
tags: cpp |
|
toolchain_exclude: |
|
- issm |
|
- xcc |
|
integration_platforms: |
|
- qemu_x86 |
|
harness: console |
|
harness_config: |
|
type: multi_line |
|
regex: |
|
- "Create semaphore (.*)" |
|
- "main: Hello World!" |
|
- "coop_thread_entry: Hello World!"
|
|
|