You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish to reduce some noise in the rp2040's binary info, as reported by picotool. For example, I have a project where the LED on pin 25 of my Pico has a specific informational function, and I add the custom bi_decl describing that function. In this case, picotool reports LED, LED CUSTOM LABEL for pin 25, when it would be more helpful to only report LED CUSTOM LABEL.
Also, apparently the pico-sdk already has a bi_decl for UART_TX & UART_RX, so in my picotool output UART0 TX and UART0 RX are both printed twice when using tinyusb via the pico-sdk.
Describe the solution you'd like
It would be nice to have a preprocessor switch to be able to disable this binary info for those who don't want it:
Related area
hardcoded declaration
Hardware specification
rp2040
Is your feature request related to a problem?
I wish to reduce some noise in the rp2040's binary info, as reported by picotool. For example, I have a project where the LED on pin 25 of my Pico has a specific informational function, and I add the custom
bi_decl
describing that function. In this case, picotool reportsLED, LED CUSTOM LABEL
for pin 25, when it would be more helpful to only reportLED CUSTOM LABEL
.Also, apparently the pico-sdk already has a
bi_decl
for UART_TX & UART_RX, so in my picotool output UART0 TX and UART0 RX are both printed twice when using tinyusb via the pico-sdk.Describe the solution you'd like
It would be nice to have a preprocessor switch to be able to disable this binary info for those who don't want it:
Both snippets from hw/bsp/rp2040/family.c
I have checked existing issues, dicussion and documentation
The text was updated successfully, but these errors were encountered: