Skip to content

Commit

Permalink
samples: add picolibc option -Dposix-console=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapshin committed Sep 2, 2024
1 parent e87db41 commit 804941e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/riscv32-esp-elf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CT_PICOLIBC_DEVEL_REVISION=""
CT_PICOLIBC_DEVEL_SUBDIR=""
CT_PICOLIBC_DEVEL_BOOTSTRAP=""
CT_LIBC_PICOLIBC_TARGET_CFLAGS=""
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dnewlib-reent-small=true -Dnewlib-supplied-syscalls=false -Dnewlib-io-long-long=true -Dnewlib-have-fcntl=true -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dsemihost=false -Dpicocrt=false -Dnewlib-global-atexit=true -Dnewlib-io-c99-formats=true -Dnewlib-wide-orient=false -Dnewlib-stdio64=false -Dnewlib-unbuf-stream-opt=true -Dnewlib-io-pos-args=true -Dposix-io=true -Dflockfile=true -Dfast-bufio=true -Dmutable-stdio=true"
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dnewlib-reent-small=true -Dnewlib-supplied-syscalls=false -Dnewlib-io-long-long=true -Dnewlib-have-fcntl=true -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dsemihost=false -Dpicocrt=false -Dnewlib-global-atexit=true -Dnewlib-io-c99-formats=true -Dnewlib-wide-orient=false -Dnewlib-stdio64=false -Dnewlib-unbuf-stream-opt=true -Dnewlib-io-pos-args=true -Dposix-io=true -Dposix-console=true -Dflockfile=true -Dfast-bufio=true -Dmutable-stdio=true"
CT_LIBC_PICOLIBC_NANO_MALLOC=y
CT_LIBC_PICOLIBC_RETARGETABLE_LOCKING=y
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
Expand Down
2 changes: 1 addition & 1 deletion samples/xtensa-esp-elf/crosstool.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CT_PICOLIBC_DEVEL_REVISION=""
CT_PICOLIBC_DEVEL_SUBDIR=""
CT_PICOLIBC_DEVEL_BOOTSTRAP=""
CT_LIBC_PICOLIBC_TARGET_CFLAGS=""
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dnewlib-reent-small=true -Dnewlib-supplied-syscalls=false -Dnewlib-io-long-long=true -Dnewlib-have-fcntl=true -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dsemihost=false -Dpicocrt=false -Dnewlib-global-atexit=true -Dnewlib-io-c99-formats=true -Dnewlib-wide-orient=false -Dnewlib-stdio64=false -Dnewlib-unbuf-stream-opt=true -Dnewlib-io-pos-args=true -Dposix-io=true -Dflockfile=true -Dfast-bufio=true -Dmutable-stdio=true"
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dnewlib-reent-small=true -Dnewlib-supplied-syscalls=false -Dnewlib-io-long-long=true -Dnewlib-have-fcntl=true -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dsemihost=false -Dpicocrt=false -Dnewlib-global-atexit=true -Dnewlib-io-c99-formats=true -Dnewlib-wide-orient=false -Dnewlib-stdio64=false -Dnewlib-unbuf-stream-opt=true -Dnewlib-io-pos-args=true -Dposix-io=true -Dposix-console=true -Dflockfile=true -Dfast-bufio=true -Dmutable-stdio=true"
CT_LIBC_PICOLIBC_NANO_MALLOC=y
CT_LIBC_PICOLIBC_RETARGETABLE_LOCKING=y
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
Expand Down

0 comments on commit 804941e

Please sign in to comment.