1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-04-25 03:35:42 +00:00

Big summer rework:

Interrupt and DMA system now handles multiple levels and multiple devices in parallel
Interrupt Register changes synced with INTR transaction
DL11 and KW11 clock pass the ZDLDI0 diagnostic.
Devices can now be enabled and disabled individually.
This commit is contained in:
Joerg Hoppe
2019-08-02 16:45:54 +02:00
parent 471df2d8ea
commit 974aeed8eb
89 changed files with 4350 additions and 3085 deletions

View File

@@ -439,7 +439,7 @@ void paneldriver_c::i2c_sync_all_params() {
Update controls and parameters
*/
void paneldriver_c::worker(unsigned instance) {
UNUSED(instance) ; // only one
UNUSED(instance); // only one
timeout_c timeout;
while (!workers_terminate) {