wokwi / rp2040js

A Raspberry Pi Pico Emulator in JavaScript
MIT License
407 stars 46 forks source link

Refactor: separate NVIC and SysTick #75

Closed urish closed 3 years ago

urish commented 3 years ago

Presently, both NVIC and SysTick are implemented as readHooks/writeHooks in the constructor of the RP2040 class. Let's move them to live on their own!