1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-05-04 15:06:56 +00:00

Connected CPU20 to INTR,INIT,Power ON/OFF.

PRU INTR routing still do to.
This commit is contained in:
Joerg Hoppe
2019-08-25 09:17:28 +02:00
parent f938c8ba8a
commit ea91180f28
9 changed files with 137 additions and 59 deletions

View File

@@ -69,6 +69,9 @@ public:
void on_power_changed(void) override;
void on_init_changed(void) override;
void on_interrupt(uint16_t vector) ;
};
#endif