Skip to content

Testing / porting plans? #1

Answered by pschatzmann
znmeb asked this question in Q&A
Oct 9, 2024 · 10 comments · 5 replies
Discussion options

You must be logged in to vote

Delete the Adafruit_TinyUSB_Arduino folder in the packages/rp3040/4.0.3/libraries. Please note that ths is different than the regular libraries directoy into which you install libraries normally. TinyUSB is part of the core and must be replaced there.
In my linux this is e.g.

sudo rm -r ~/.arduino15/packages/rp2040/hardware/rp2040/4.1.1/libraries/Adafruit_TinyUSB_Arduino
cd ~/.arduino15/packages/rp2040/hardware/rp2040/4.1.1/libraries

In the libraries directory of the arduino packages execut the following commands

git clone https://github.com/pschatzmann/Adafruit_TinyUSB_Arduino
cd Adafruit_TinyUSB_Arduino
git switch Audio

The Audio microphone examples should work!
You can easily extend …

Replies: 10 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@znmeb
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
1 reply
@pschatzmann
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@pschatzmann
Comment options

@znmeb
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pschatzmann
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants