cnlohr / ch32v003fun

Open source minimal stack for the ch32 line of WCH processors, including the ch32v003, a 10¢ 48 MHz RISC-V Microcontroller - as well as many other chips within the ch32v/x line.
MIT License
958 stars 146 forks source link

Consider putting interrupt prototypes in ch32v003fun.h #447

Closed cnlohr closed 10 hours ago

cnlohr commented 18 hours ago

(title only)

hexaedron commented 11 hours ago

But why?

cnlohr commented 10 hours ago

@hexaedron - so that people don't need to include prototypes for their interrupts.

Wait, I just realized, I don't think we can.

If we do, that probably makes it so the weak override won't work!