Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 15 of 15) sorted by relevance

/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/
A Dbitmap.py49 sys.stdout.write(str(new_im[x, y]))
50 sys.stdout.write("\n")
52 sys.stdout.write("\n uint8_t image_header[] = {\n")
58 sys.stdout.write("};\n")
/bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/stdio_serial/
A Dstdio_serial.h102 setbuf(stdout, NULL); in stdio_serial_init()
132 setbuf(stdout, NULL); in stdio_serial_init()
/bsp/cvitek/cv18xx_risc-v/
A Dgen_ld.py21 …child = subprocess.Popen([gcc_cmd, '-E', '-P', '-x', 'c', input, '-o', output], stdout=subprocess.…
23 …child = subprocess.Popen(gcc_cmd + f' -E -P -x c {input} -o {output}', stdout=subprocess.PIPE, std…
/bsp/renesas/tools/
A Dstartup_check.py8 subprocess.call(["git", "--version"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
32 …result = subprocess.Popen(["git", "status", "--porcelain", filepath], stdout=subprocess.PIPE, stde…
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_retarget.c104 FILE *stdout = &__SEGGER_RTL_stdout_file; // NOTE: Provide implementation of stdout for RTL. variable
282 if (stream == stdin || stream == stdout || stream == stderr) { in __SEGGER_RTL_X_file_stat()
331 if ((stream == stdout) || (stream == stderr)) { in __SEGGER_RTL_X_file_write()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_retarget.c104 FILE *stdout = &__SEGGER_RTL_stdout_file; // NOTE: Provide implementation of stdout for RTL. variable
282 if (stream == stdin || stream == stdout || stream == stderr) { in __SEGGER_RTL_X_file_stat()
331 if ((stream == stdout) || (stream == stderr)) { in __SEGGER_RTL_X_file_write()
/bsp/nuvoton/nk-980iot/uboot/
A Denv.txt5 stdout=serial
/bsp/simulator/drivers/
A Duart_console.c226 fwrite(&c, 1, 1, stdout); in console_putc()
227 fflush(stdout); in console_putc()
/bsp/k230/
A DSConstruct24 …child = subprocess.Popen([gcc_cmd, '-E', '-P', '-x', 'c', input, '-o', output], stdout=subprocess.…
26 …child = subprocess.Popen(gcc_cmd + f' -E -P -x c {input} -o {output}', stdout=subprocess.PIPE, std…
/bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/
A Dstdio_usb.c112 setbuf(stdout, NULL); in stdio_usb_init()
/bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_serial/
A Dstdio_serial.h115 setbuf(stdout, NULL); in stdio_serial_init()
/bsp/allwinner/d1s/
A DSConstruct57 proc = subprocess.Popen(cmdline, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
70 res_output(sys.stdout.write, data)
/bsp/w60x/
A Dmakeimg.py34 stdout=subprocess.PIPE, shell=shell, bufsize=8192)
38 stdout_str += str(sub.stdout.read())
/bsp/hpmicro/libraries/hpm_sdk/components/debug_console/
A Dhpm_debug_console.c70 FILE *stdout = &__SEGGER_RTL_stdout_file; /* NOTE: Provide implementation of stdout for RTL. */ variable
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile897 # (stdout).

Completed in 612 milliseconds