README.TXT 1.1 KB

1234567891011121314151617181920212223242526
  1. CMSIS Configuration Wizard v0.0.7
  2. http://helmpcb.com/software/cmsis-configuration-wizard
  3. https://sourceforge.net/projects/cmsisconfig/
  4. The CMSIS Configuration Wizard allows users to easily configure ARM source files without using the Keil uVision IDE. The wizard parses the source file and generates a GUI, allowing the various parameters to be edited.
  5. Changelog:
  6. v0.0.7 (2017/08/11)
  7. - Added the ability to load a file directly from the command line. Simply pass the full file name as the first paramter to the program (e.g. java -jar CMSIS_Configuration_Wizard.jar /path/to/file).
  8. v0.0.6 (2012/04/20)
  9. - Fixed a bug where the program would throw an exception if a numeric option was outside of its range. The value is now automatically clamped to either the maximum or the minimum.
  10. v0.0.5 (2012/04/20)
  11. - Added support for assembler files.
  12. v0.0.4 (2012/04/20)
  13. - Modifed the filter in the file dialogs to allow both C source and header files.
  14. v0.0.3 (2012/04/20)
  15. - Modified the code for selection modifiers (e.g. <XX=>) so that they can accept both decimal and hexadecimal figures.
  16. v0.0.2 (2012/04/07)
  17. - Initial release.