Searched refs:sample (Results 1 – 13 of 13) sorted by relevance
39 get_str(char *sample) in get_str() argument42 x.base = sample; in get_str()43 x.len = strlen(sample); in get_str()
46 struct strdesc get_str(char *sample);
41 The sample Picolibc linker script (picolibc.ld) allocates RAM for an
33 picolibc.ld. Here's a sample custom linker script `sample.ld`:
118 Picolibc provides two sample linker scripts: `picolibc.ld` for C
119 The sample linker script provided with picolibc defines these two
275 To build the `printf` sample program using the original newlib stdio
482 Here is a sample site.exp:
23303 * libc/sys.tex: Update sbrk sample code to include stack/heap collision.27180 * stub/go32/resetpc: sample script to send a reset packet to the27230 sample code for specific targets.
328 necessary. Here is a sample; alter the names:
1077 3. Make arm sample interrupt vector work with clang1085 6. Use -msave-restore in sample RISC-V cross-compile
1659 # here and the sample cross scripts once picolibc requires a version
828 Files: doc/printf-sample/Makefile829 doc/printf-sample/printf.c