arpruss / ADCTouchSensor

capacitive touch detection without external hardware for AVR and STM32
MIT License
42 stars 11 forks source link

Porting to STM32 C0? #9

Open honnet opened 1 year ago

honnet commented 1 year ago

Hi ! ST micro is pushing hard on this new C0 architecture, and it has some interesting advantages! (price, power consumption, miniaturization...)

The stm32duino team just added C0 support and it will be on the next release :)

=> would it be hard/long for your team to port this lib to the C0 too?

I would be happy to try, but I'm a bit rusty with STM32s so I would need some high level advice :)

arpruss commented 1 year ago

I don't use the official core, but only Roger's libmaple core, which is said to be faster and smaller.

arpruss commented 1 year ago

I have no idea. Sorry.