]> localhost Git - WindEmu.git/commit
initial impl of sa-1100 core and associated peripherals for netbook/s7 emulation
authorGeorge Wright <gw@gwright.org.uk>
Tue, 3 Dec 2024 17:18:07 +0000 (09:18 -0800)
committerGeorge Wright <gw@gwright.org.uk>
Tue, 3 Dec 2024 17:18:07 +0000 (09:18 -0800)
commit7a76c578f9011904a6d6db665113d697001dc26f
tree62cdd084b950f14b756e7aea0bc62ad2da2c21c4
parent3d0d97ae2cc0d6f72baba4448e99dfffc3336d14
initial impl of sa-1100 core and associated peripherals for netbook/s7 emulation
18 files changed:
WindCore/sa1100/SA1100.pro [new file with mode: 0644]
WindCore/sa1100/asic14.cpp [new file with mode: 0644]
WindCore/sa1100/asic14.h [new file with mode: 0644]
WindCore/sa1100/gpio_controller.cpp [new file with mode: 0644]
WindCore/sa1100/gpio_controller.h [new file with mode: 0644]
WindCore/sa1100/interrupt_controller.cpp [new file with mode: 0644]
WindCore/sa1100/interrupt_controller.h [new file with mode: 0644]
WindCore/sa1100/lcd_controller.cpp [new file with mode: 0644]
WindCore/sa1100/lcd_controller.h [new file with mode: 0644]
WindCore/sa1100/os_timer.cpp [new file with mode: 0644]
WindCore/sa1100/os_timer.h [new file with mode: 0644]
WindCore/sa1100/power_manager.cpp [new file with mode: 0644]
WindCore/sa1100/power_manager.h [new file with mode: 0644]
WindCore/sa1100/reset_controller.cpp [new file with mode: 0644]
WindCore/sa1100/reset_controller.h [new file with mode: 0644]
WindCore/sa1100/serial_3.h [new file with mode: 0644]
WindCore/sa1100/uart.cpp [new file with mode: 0644]
WindCore/sa1100/uart.h [new file with mode: 0644]