Commit Graph

8 Commits (9d6eabdcfb5f26731701a1c4b8f09172b35db520)

Author SHA1 Message Date
Richard Barry f5a6b610e1 Update version number to V7.0.1.
Richard Barry 89bf1cf24f Update headers for Version 7.0.0 release.
Richard Barry 3f10f92340 Correct the configUSE_16_BIT_TICKS usage in the Win32 simulator port layer.
Richard Barry 96ab89d253 Update to V6.1.1
Richard Barry 5347d4fa8f Change the terminology from 'pseudo' to 'simulated' in the Win32 port layer.
Richard Barry ab9bf58818 Win32 port:
Separate out the interrupt handlers into separate functions so they can be installed into the array of interrupt handlers.
Reverse the priorities of the pseudo interrupt handler and tick generate threads so the extra hand shaking event can be removed.
Richard Barry 0ecde20ab3 Lowered the thread priorities used by the Win32 port, and added in a method to delete tasks in the Win32 port.
Richard Barry 9a0b608591 Start of new Win32 emulator project. Currently working but not well tested, and does not include a method for shutting down the generated processes.