Moved stm32flash submodule from ./Host/stm32flash to ./Host/Source/stm32flash.
setup.sh: fixed typo
FIX: Initialization of stm32flash submodule can now be run from arbitrary directory.
stm32flash: Binary is no longer copied to a bin/ directory.README.txt: Updated the installation instructions for stm32flash.
Added stm32flash as submodule.
README.txt: superfluous empty line deleted
README.txt updated
Introduced a Makefile in the Target/ folder for more convenient building and flashing of target code.
Renamed the interface header file (in ./Target/Source/AMiRo/) from 'interfaces.h' to 'amiroblt.h'.The interface was additionally modified:- The magic number for identification has been changed from 0xFF669900 to 0x0x412D424C ("A-BL"), making the interface incompatible to older versions....
README.txt overhauled.A setup script is now available.Overhault of the QuCreator IDE setup scrip.SerialBoot startup prompt was updated and enhanced.
Deleted the Doc/ directory and moved the license file to the root directory.
CITEC acknowledgment text was modified to the preferred wording.
Initial commit of AMiRo-BLT version 0.3. This is the first version released open source.