travisgoodspeed / md380tools Public
Permalink
Loading
master
Commits on Oct 10, 2021
Commits on Sep 23, 2021
Commits on Aug 24, 2021
Commits on Jun 2, 2021
-
Push sanity check to 15 Meg maximum. (#928)
Maximum useable space for contact data is 15 Megs. Above that, we are into the OEM zone and bad things are likely happening elsewhere anyway.
Commits on Mar 7, 2021
-
Change language to English first
Chinese font is removed. If the language setting is Chinese, it will show something wrong after updating
Commits on Jan 24, 2021
Commits on May 27, 2020
Commits on May 10, 2020
Commits on May 6, 2020
Commits on Mar 23, 2020
-
md380-dfu: Moved auto-upgrade to its own command, restore basic upgra…
…de command, bumped USB timeout, improved auto-upgrade messages somewhat
Commits on Feb 13, 2020
Commits on Feb 12, 2020
Commits on Feb 11, 2020
Commits on Jun 14, 2019
Commits on May 31, 2019
-
-
Website URL fix, md830.tools doesn't exist
The url in the readme was outdated, and goes to an ad ridden landing page with no content. This PR updates that url to the md380tools.org domain that has the expected content
Commits on Apr 13, 2019
Commits on Mar 7, 2019
-
Minor fixes to symgrate, from clang compiler warnings. These don't se…
…em to have caused a problem.
Commits on Jan 27, 2019
-
To avoid "ID unknown" message when userdb is over 7 Meg. (#896)
Related to: #827 In that issue, the description should have said "5 Meg" In this PR, it really is 7 Meg.
Commits on Oct 10, 2018
-
Added Ubuntu specific packages (#891)
I had created a new Ubuntu 18.04.1 LTS build VM and ran into issues when the 'zip' and 'unzip' packages were not installed by default. I've modified this document to include it for any future users.
Commits on Sep 15, 2018
Commits on Sep 6, 2018
-
Stop md380-dfu uploading .rdt codeplug as raw
Prevent md380-dfu uploading an .rdt codeplug as raw if the file size or magic are not what's expected, warn and exit instead.