]> localhost Git - WindEmu.git/commit
hook up asic14 to gpio pin 10 and fix interrupt status clearing. when an interrupt...
authorGeorge Wright <gw@gwright.org.uk>
Sat, 7 Dec 2024 23:57:55 +0000 (15:57 -0800)
committerGeorge Wright <gw@gwright.org.uk>
Sat, 7 Dec 2024 23:57:55 +0000 (15:57 -0800)
commit7db060312d3e884ae28d161aceaa60cd91cf5213
tree68e34cc73af340ff99a9f72b7fbac7106c6f03e0
parent378e1c20310a1563d1d15a7ed4e5855076147041
hook up asic14 to gpio pin 10 and fix interrupt status clearing. when an interrupt is serviced, the status is cleared at the source (e.g. by clearing the interrupt status bit on the GPIO controller peripheral). The peripheral itself then clears the appropriate pending interrupt bits on the interrupt controller's status registers.
WindCore/sa1100.cpp
WindCore/sa1100/asic14.cpp
WindCore/sa1100/asic14.h
WindCore/sa1100/gpio_controller.cpp
WindCore/sa1100/gpio_controller.h
WindCore/sa1100/interrupt_controller.h
WindCore/sa1100/os_timer.cpp
WindCore/sa1100/os_timer.h