Maximilian Gerhardt

Results 564 comments of Maximilian Gerhardt

[The MounRiver toolchain](http://www.mounriver.com/download) is only released for Windows (x64), Mac (x64 and ARM) and Linux (x64), but not Linux ARM64. So if you want that, write to `[email protected]` first. I...

Mhm, sadly I can't find a dev board that's still available?

SDK and blinky example added in https://github.com/Community-PIO-CH32V/platform-ch32v/commit/23e3f659973a1a6a7ad3934845a365387d6b40c2 and https://github.com/Community-PIO-CH32V/framework-wch-noneos-sdk/commit/b2f6f2fd478c2252e68f4546371cc303a095a47f.

USB-PD example added in dca792ab46d43bd5e3b2203adc5c0138dc702558.

As I understand, `minichlink` does not yet have the capability to flash an CH32X035 via the built-in USB bootloader. It's for using a programmer like the WCH-LinkE. So best to...

Never mind, https://github.com/Community-PIO-CH32V/platform-ch32v/blob/develop/boards/genericCH32V203G8R6.json already exists.

The board JSON's > "variant": "waveshare_esp32s3_touch_lcd_128" references https://github.com/espressif/arduino-esp32/tree/3.0.2/variants/waveshare_esp32s3_touch_lcd_128 but this is not available in 2.x https://github.com/espressif/arduino-esp32/tree/2.0.17/variants/waveshare_esp32s3_touch_lcd_128

Probably board support package, aka WCH's HAL? Like https://github.com/openwch/ch32v003/tree/main/EVT/EXAM/SRC

Note: The config of the project in regards to `CFG_TUH_HUB` matches what is being told about TIMEOUTS in exactly the original PR https://github.com/hathach/tinyusb/pull/2573. I use the exact same pin mode...

I compiled the host/device_info example from 331c263400dd5ccf77264cab1fa6bbd9f374b44e for the feather_m0_express, with the addition that I changed https://github.com/hathach/tinyusb/blob/331c263400dd5ccf77264cab1fa6bbd9f374b44e/hw/bsp/samd21/boards/feather_m0_express/board.h#L47-L49 to be ```cpp // UART #define UART_SERCOM 0 #define UART_RX_PIN 11 #define UART_TX_PIN...