App updates

- All XM variants integrated into a single XM.COM app that auto-detects
primary serial port.
- Include all relevant FD variants for each platform.
This commit is contained in:
Wayne Warthen
2017-08-10 22:16:03 -07:00
parent 9d9018b455
commit 7db00165dd
46 changed files with 6074 additions and 1 deletions

View File

@@ -3,4 +3,6 @@ setlocal
if exist *.bin del *.bin
if exist *.com del *.com
if exist *.lst del *.lst
if exist *.lst del *.lst
setlocal & cd XM125 && call Clean || exit /b 1 & endlocal