ChibiOS / ChibiOS-Contrib

Community contributed code (ports, drivers, etc).
130 stars 226 forks source link

Adding support for ht32f1755 ? #409

Open FabienTregan opened 2 months ago

FabienTregan commented 2 months ago

Hi,

I wanted to try porting QMK to a cooler master rapid-i keyboard which uses a ht32f1755. QMK using chibios and chibios contrib already having support for ht32f1655.

I've done some cortex development but mainly on stm32's using rust and assembly. I could find short (45 pages) datasheets for the ht32f165x ans ht32f175x but could not find any difference except the flash / ram amount and some additional peripherals that are probably not needed by QMK. But I don't know if I can just compile for the 165x and use the code on the 175x ?

Is there a better place than an issue here to discuss the port ?