Skip to content

Enable support for MIDI Host in arduino/ports/rp2040#561

Merged
hathach merged 2 commits intoadafruit:masterfrom
rppicomidi:fix_560
Feb 7, 2026
Merged

Enable support for MIDI Host in arduino/ports/rp2040#561
hathach merged 2 commits intoadafruit:masterfrom
rppicomidi:fix_560

Conversation

@rppicomidi
Copy link
Contributor

Fix #560

@rppicomidi
Copy link
Contributor Author

@hathach Did my one line change in the src/arduino/ports/rp2040 directory break the esp32p4 build?

@MacGuffin-Underscore
Copy link

@hathach Did my one line change in the src/arduino/ports/rp2040 directory break the esp32p4 build?

I saw that PR#486 failed the same check, could be something else?

@rppicomidi
Copy link
Contributor Author

Yes, it seems something else is wrong with the whole esp32p4 build. My pull request should not have caused this error, I believe. Every .ino file fails to build due to a bad CPUFreq option:

  Error during build: Invalid FQBN: getting build properties for board esp32:esp32:esp32p4: invalid option 'CPUFreq'
	mouse_ramdisk.ino ❌
mouse_ramdisk.ino esp32:esp32:esp32p4:JTAGAdapter=default,PSRAM=disabled,USBMode=default,CDCOnBoot=cdc,MSCOnBoot=default,DFUOnBoot=default,UploadMode=default,PartitionScheme=default,CPUFreq=360,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none,EraseFlash=none built output
  
  Error during build: Invalid FQBN: getting build properties for board esp32:esp32:esp32p4: invalid option 'CPUFreq'
	serial_host_bridge.ino ❌

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

@hathach hathach merged commit 110a548 into adafruit:master Feb 7, 2026
11 of 12 checks passed
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

Successfully merging this pull request may close these issues.

Please support USB MIDI Host on Raspberry Pi Pico/RP2040/RP2350

3 participants