ChibiOS / ChibiOS-Contrib

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

Add a generic board for lpc11u35 #366

Closed hftsai256 closed 1 year ago

hftsai256 commented 1 year ago

Introduce a new generic board targeting lpc11u35 MCU as a foundation for applications like QMK. Also, several internal registers are renamed to avoid conflicting against some GPIO shorthand such as B0 and B1.

fpoussin commented 1 year ago

Thank you