Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdio_init_all(); does not compile #1347

Closed
NickDolfin opened this issue Apr 1, 2023 · 1 comment
Closed

stdio_init_all(); does not compile #1347

NickDolfin opened this issue Apr 1, 2023 · 1 comment

Comments

@NickDolfin
Copy link

stdio_init_all();

Apparantly it is in the sdk 1.5.0 library.

I'm not sure why it is undefined. What am I missing to understand?

I use the following platform.io:

[env:waveshare_rp2040_zero]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = waveshare_rp2040_zero
board_build.core = earlephilhower
framework = arduino
platform_packages = toolchain-rp2040-earlephilhower@https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.5.0-b/x86_64-w64-mingw32.arm-none-eabi-c7bab52.230216.zip
monitor_speed = 115200
upload_speed = 115200
upload_protocol = picotool
build_flags =
-fstack-protector
lib_deps =
adafruit/RTClib@^2.1.1
adafruit/Adafruit BusIO@^1.14.1

@earlephilhower
Copy link
Owner

That's not supported. Use the Arduino Serial instead.

earlephilhower added a commit that referenced this issue May 23, 2023
Warn the user that the Pico SDK STDIO calls (stdio_init_all, stdio_usb_init,
stdio_uart_init) are not supported or needed at compile time.  See multiple
issues #1433 #1347 #1273 #1251 and others.
earlephilhower added a commit that referenced this issue May 23, 2023
Warn the user that the Pico SDK STDIO calls (stdio_init_all, stdio_usb_init,
stdio_uart_init) are not supported or needed at compile time.  See multiple
issues #1433 #1347 #1273 #1251 and others.
earlephilhower added a commit that referenced this issue May 24, 2023
Warn the user that the Pico SDK STDIO calls (stdio_init_all, stdio_usb_init,
stdio_uart_init) are not supported or needed at compile time.  See multiple
issues #1433 #1347 #1273 #1251 and others.
earlephilhower added a commit that referenced this issue May 24, 2023
Warn the user that the Pico SDK STDIO calls (stdio_init_all, stdio_usb_init,
stdio_uart_init) are not supported or needed at compile time.  See multiple
issues #1433 #1347 #1273 #1251 and others.
earlephilhower added a commit that referenced this issue May 24, 2023
Warn the user that the Pico SDK STDIO calls (stdio_init_all, stdio_usb_init,
stdio_uart_init) are not supported or needed at compile time.  See multiple
issues #1433 #1347 #1273 #1251 and others.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants