Mattia Pennasilico

Results 136 comments of Mattia Pennasilico

Format on fail flag has been enabled by default in WiFi firmware https://github.com/arduino/uno-r4-wifi-usb-bridge/pull/69/files logic of this PR needs to be adpted

@jrw429 i feel like this warnings were present also in the previous core releases, actually there were many more that have been solved with some of the last PRs. Looking...

@aentinger @cristidragomir97 is there any example that can be used to test HID on C33?

Looks like also this [PR](https://github.com/arduino/tinyusb/pull/3) is involved, if so we need to update also the tinyusb git [submodule](https://github.com/arduino/tinyusb/tree/c796dcfe0bee337547437632dc16829038ef0f3d) The current tinyusb submodule is not pointing to `arduino/master` but to this...

@dansiviter If I'm not wrong printf should output to Serial1 TX0 RX0. If you need to override the macros you can add them to https://github.com/arduino/ArduinoCore-mbed/blob/main/variants/GIGA/conf/mbed_app.json#L10 they should be named: -...

Then you need to rebuild your libmbed.a file ancd you can follow this readme https://github.com/arduino/ArduinoCore-mbed?tab=readme-ov-file#installation

You are missing some mbed tool in your PATH. After you get this error move in "/tmp/mbed-os-program" directory and type `mbed compile` you should get a more detailed error and...

you need yo apply our patches before build so you need to use the `-a` flag `./mbed-os-to-arduino -a GIGA:GIGA`