modm-io / modm

modm: a C++23 library generator for AVR and ARM Cortex-M devices
https://modm.io
Mozilla Public License 2.0
733 stars 131 forks source link

[ext] Update submodules #1109

Closed salkinium closed 8 months ago

salkinium commented 8 months ago

In preparation of 2023q4 release, lets update some submodules and see what breaks!

Tested on various hardware:

salkinium commented 8 months ago

I cannot get TinyUSB v0.16.0 running on any of my targets. I suspect that something small changed in the way that TinyUSB is configured and built that is getting lost in our lbuild adaptation. So I suggest dropping TinyUSB from the q4 release and fixing it later.

rleh commented 8 months ago

So I suggest dropping TinyUSB from the q4 release and fixing it later.

Dropping TinyUSB or just the update to v0.16.0? :D

salkinium commented 8 months ago

Just the upgrade from v0.15.0 -> v0.16.0 from the release or course!