Printing debug status logs to normal console with Pico Pi from C #12898
Unanswered
paulhamsh
asked this question in
Core Development
Replies: 1 comment
-
This will printf to the console: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I would like to add some 'debug' status prints to the Pico Pi console from within C (C code in the micropython sources).
Specifically, I am trying to add some statements to the CYW43 driver in the pico-sdk in this file, to show which functions are called and the packet contents
~/micropython/lib/pico-sdk/src/rp2_common/pico_cyw43_driver/btstack_hci_transport_cyw43.c
But the request is generic.
On EPS32 a
printf()
in the C code shows in the normal console - is that possible with the Pico Pi?Beta Was this translation helpful? Give feedback.
All reactions