History | View | Annotate | Download (21.676 KB)
fixed a common typo in many shell scripts
Bash scripts: introduced a new function to check dependencies.This function is used by setup.sh to ensure that git, make, etc. are available.
README.txt updated; all Copyright notes updated to 2019
setup.sh: fixed a typo
fixed a erroneous path in the SerialBoot setup
moved the compier/ and ide/ folders to a common folder tools/
Incremented the year in all according files to 2018.
Fixed as issue when executing the setup script from remote path.
Bash scripts slightly enhanced: When passing --LOG option no separator is printed to log file.
setup.sh fixed: Paths are now resolved correctly.
setup script is now aware whether git submodule initialization fails.
Bash scripts: Modified the --help argument is now parsed before --log.
./setup.sh: Can now be called from any directory.
Minor visual enhancements to the bash scripts.
Further enhancements to the bash scripts.Additional scripts for compiler configuration have been added.
Minor fixes to the bash scripts.
Bash scripts enhanced.
Minor fix to the bash setup script.
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 overhauled.A setup script is now available.Overhault of the QuCreator IDE setup scrip.SerialBoot startup prompt was updated and enhanced.