Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt

This issue can stay open until support is added, for tracking purposes.

> Who's wrong? the datasheet? the linkutility? Ah, indeed I'm wrong, or rather, confusingly worded: The V30x devices marked "256K Flash + 64K SRAM" parts are actually configurable for the...

I am still running into this in the very latest Basel 6.0.0 pre-release :( ``` WARNING: Output user root "C:/Users/Max Gerhardt/_bazel_Max Gerhardt" contains a space. This will probably break the...

Sad to see, that 4 years and 3 months later for this issue, or rather 7 years later for https://github.com/microsoft/vscode-cpptools/issues/2499, the best we have for SDCC coding in VSCode is...

+1! I ran into this when debugging something too!

Ardulink (https://gitlab.com/BlueSyncLine/arduino-ch32v003-swio) was originally written by @BlueSyncLine, he knows more than me. :D

Mhm. Since the emulator-provided `games/invaders.bin` does execute correctly, maybe that points at https://github.com/pcawte/AgDev/tree/main/sprite-demos/invaders being wrong.

RP2040 + Linux + `video_capture.ino` + Arduino-Pico core works. ![grafik](https://github.com/user-attachments/assets/1d3838d1-0137-4609-90fa-c979de884dd8) ![grafik](https://github.com/user-attachments/assets/7bf08c47-2ac8-497d-a452-66baca4c9f4e) ``` [ 77.928096] usb 1-2: new full-speed USB device number 3 using xhci_hcd [ 78.414378] usb 1-2: New USB...

I'm looking into the USB packet flow when using Windows, and Windows issues a special `URB_FUNCTION_GET_MS_FEATURE_DESCRIPTOR` packets, which seems to be linked to [Microsoft OS Feature Descriptors](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/usb/ns-usb-_urb_os_feature_descriptor_request). Maybe TinyUSB doesn't...

There's also a discussion open about it: https://github.com/adafruit/Adafruit_TinyUSB_Arduino/discussions/417