summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-12Add licenseHEADmasterNick Van Doorn
2019-06-07Merge pull request #1 from brnkl/mtkTestingDarren Beckwith
fix: WiFi/Bluetooth testing causes testService to hang
2019-06-06fix: WiFi/Bluetooth testing causes testService to hangEmily Wilson
Editing test case to exit after three failed attempts at serial communication HW-25
2019-06-06Bump version to 3.0.2Emily Wilson
2019-06-04fix: WiFi/Bluetooth testing causes testService to hangmtkTestingEmily Wilson
The method of controlling serial ports caused the testService to hang when data was not available on read. HW-25
2019-03-13Bump version to 3.0.1Kian Gorgichuk
2019-01-16Bump versionNick Van Doorn
2018-11-08Bump versionNick Van Doorn
2018-11-07Move initNick Van Doorn
2018-11-07Expose API in header fileNick Van Doorn
2018-09-25Adapt for different xmodem lib & debugymodemNick Van Doorn
Lots of logs and shit in here for debugging this thing. This also includes some changes to how flushing is done (after reverse engineering pyserial), but honestly I don't think it makes any difference (we'll see)
2018-09-25Try another xmodem library & log transferNick Van Doorn
Nasty hack in here to dump the sent content into a file as well. This was somewhat helpful for diff'ing an oracle value
2018-09-25Add binary files for MTK firmwareNick Van Doorn
2018-09-11Port upload to xmodem1kxmodem1kNick Van Doorn
2018-09-11Swap for xmodem1kNick Van Doorn
2018-09-11Include crcNick Van Doorn
2018-09-11Remove redundant close callxmodemNick Van Doorn
2018-09-10Initial commitNick Van Doorn