Commit Graph

3 Commits

Author SHA1 Message Date
Doug Brown
3fd01f77d8 Continue implementing PC build
The PC build now brings up an empty Qt window. It also runs the
programmer firmware in the background in another thread. This also adds
a shell script you can use to create the USB gadget.
2021-07-25 16:21:36 -07:00
Doug Brown
7d0c5e2a09 Implement dummy PC build with stubs
It doesn't actually do anything yet, but it builds and runs. The next
step will be to actually implement "fake" GPIO, USB, and parallel bus.
2021-07-17 14:59:18 -07:00
Doug Brown
b8eaf1eacf Add initial CMake support
This sets up the ability to use CMake to build this project. A good
first step toward being able to actually make use of the HAL. I also
updated Eclipse's build process to match small changes I made while
getting this ready for CMake.
2021-07-17 12:32:29 -07:00