shadow578 / framework-hc32f46x-ddl

HUADA DDL for PlatformIO
GNU General Public License v3.0
4 stars 4 forks source link

rewrite startup code in C++ #9

Closed shadow578 closed 6 months ago

shadow578 commented 7 months ago

reimplements the startup code in C / C++. this makes it easier to read and maintain, while also making new features easier to add.

one such feature is dynamic vector table (implemented in arduino core), made possible using the apis provided in this PR.

TODOs