forked from IvIePhisto/Dual-Strike
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmcc_Readme.txt
61 lines (49 loc) · 2.41 KB
/
mcc_Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microcontroller Configuration Framework
=======================================
Author: Michael Pohl
Email: pohl-michael@gmx.biz
Homepage: http://pohl-michael.gmxhome.de
License: GNU General Public License V3
(see "gpl-3.0.txt" or http://www.gnu.org/licenses/gpl-3.0.html)
Some files were released under different licenses, see the appropiate text
files for more information.
This is a framework for bit-based configurations giving the end user a
comfortable GUI and the developer easy handling of persistent settings.
It is aimed at usage with AVR microcontrollers to read out, modify and update
EEPROM configuration data. It makes heavy use of the XML technologies XML
Schema and XSL Transformations.
The PC software part requires a Java 6 Runtime Environment. On all systems
except Windows custom compilation of the "HID EEPROM Programmer" is necessary.
See "HID_EEPROM_Programmer/Readme.txt" for more information on custom
compilation.
Usage
~~~~~
You have to install a Java 6 Runtime Environment or newer (for example from
Oracle: http://www.java.com/download/).
As an end user you should have gotten a package containing all necessary files,
see "Readme.txt" for more information. Then start the "mcc-*.*.*.jar" file
either by double clicking on it (for example on Windows) or calling
"javaw -jar mcc-*.*.*.jar" (exchange * by the appropiate version number) in
the directory this file resides in.
Version History
~~~~~~~~~~~~~~~
1.3.0 - added "value" setting type
- major refactorings
1.2.0 - added connection help message
- small UI design changes
- added support for imports using the processing instruction mcc:include
- added splash screen for JAR file execution
- fixed small error in configuration annotation stylesheet
- fixed requires constraint for options disabled by default
1.1.1 - changed eepromProgrammerHID command to use current directory
1.1.0 - added disabling of load/save controls if no connection to device
- added "requires" constraint
- added defaults loading for current tab
- added support for application icon in different sizes
- appeareance changes
- fixed default setter bug
- fixed choice byte splitting bugs
- changed "HID Programmer" to "HID EEPROM Programmer" removing flash
writing support
1.0.1 - fixed choice bits reading bug
1.0.0 - initial release