Good to see the errors aren't coming from my code.
I think after the USB overhaul is complete I want to get into this Newlib stuff and get printf and such working with it rather than my very old hacky approach. Not sure how hard that is going to be.
I'm excited to see breaker's results, having the project building on another machine and then maybe even running and used on another is just amazing.
Looking forward to hearing how you make out, breaker.
Just so I have this out there I use a Raspberry Pi Keyboard with a Pico 2. I use this cable https://www.adafruit.com/product/3610 Micro USB to Micro USB OTG Cable to connect the Pico to the keyboard they are great for Pi 0 style boards as well.
That is if I have my terms correct a stub function in NewLib. Okay Found it in Femto the text editor on it calls unlink and I haven't defined a strong function to replace the weak NewLib equivalent Femto can't delete files.Unsure what to think about the warningCode:
/usr/src/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld: /usr/src/arm-gnu-toolchain/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v8-m.main+fp/softfp/libg.a(libc_a-unlinkr.o): in function `_unlink_r':unlinkr.c:(.text._unlink_r+0xc): warning: _unlink is not implemented and will always fail
I think after the USB overhaul is complete I want to get into this Newlib stuff and get printf and such working with it rather than my very old hacky approach. Not sure how hard that is going to be.
I'm excited to see breaker's results, having the project building on another machine and then maybe even running and used on another is just amazing.
Looking forward to hearing how you make out, breaker.
Just so I have this out there I use a Raspberry Pi Keyboard with a Pico 2. I use this cable https://www.adafruit.com/product/3610 Micro USB to Micro USB OTG Cable to connect the Pico to the keyboard they are great for Pi 0 style boards as well.
Statistics: Posted by DarkElvenAngel — Sun Dec 08, 2024 6:34 pm