Add note regarding input formats

This commit is contained in:
Grigori Goronzy 2015-11-19 00:38:05 +01:00
parent 0fe01db8f1
commit 84c3e1989c

View File

@ -56,6 +56,10 @@ Usage
See ```stcgal.py -h``` for usage information.
Please note that stcgal only handles raw binary encoded files at this
point. You can easily convert common Intel HEX files with
```objcopy -I ihex -O binary input.hex output.bin```.
BSL Protocol
------------