WestfW / ArduinoCore-tinyARM

Starting with teh standard ArduinoCore-samd, modify/re-write for the very small ARM chips (SAMD09, etc.)
1 stars 0 forks source link

streamline initialization #5

Open WestfW opened 6 years ago

WestfW commented 6 years ago

Perhaps instead of handling peripherals individually, use a table of register addresses and target values, copied by some mini-interpreter (to handle sync waits/etc.)