diff --git a/README.md b/README.md index 0b55b45..786a4c2 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,13 @@ Features Further information ------------------- -[Installation](INSTALL.md) +[Installation](doc/INSTALL.md) -[How to use stcgal](USAGE.md) +[How to use stcgal](doc/USAGE.md) -[Frequently Asked Questions](FAQ.md) +[Frequently Asked Questions](doc/FAQ.md) -[List of tested MCU models](MODELS.md) +[List of tested MCU models](doc/MODELS.md) License ------- diff --git a/FAQ.md b/doc/FAQ.md similarity index 100% rename from FAQ.md rename to doc/FAQ.md diff --git a/INSTALL.md b/doc/INSTALL.md similarity index 100% rename from INSTALL.md rename to doc/INSTALL.md diff --git a/MODELS.md b/doc/MODELS.md similarity index 100% rename from MODELS.md rename to doc/MODELS.md diff --git a/USAGE.md b/doc/USAGE.md similarity index 100% rename from USAGE.md rename to doc/USAGE.md diff --git a/doc/dump-mcu.py b/doc/reverse-engineering/dump-mcu.py similarity index 100% rename from doc/dump-mcu.py rename to doc/reverse-engineering/dump-mcu.py diff --git a/doc/hello.bin b/doc/reverse-engineering/hello.bin similarity index 100% rename from doc/hello.bin rename to doc/reverse-engineering/hello.bin diff --git a/doc/iap15f2k61s2.txt b/doc/reverse-engineering/iap15f2k61s2.txt similarity index 100% rename from doc/iap15f2k61s2.txt rename to doc/reverse-engineering/iap15f2k61s2.txt diff --git a/doc/stc-mcu.txt b/doc/reverse-engineering/stc-mcu.txt similarity index 100% rename from doc/stc-mcu.txt rename to doc/reverse-engineering/stc-mcu.txt diff --git a/doc/stc11f08xe.txt b/doc/reverse-engineering/stc11f08xe.txt similarity index 100% rename from doc/stc11f08xe.txt rename to doc/reverse-engineering/stc11f08xe.txt diff --git a/doc/stc12-options.txt b/doc/reverse-engineering/stc12-options.txt similarity index 100% rename from doc/stc12-options.txt rename to doc/reverse-engineering/stc12-options.txt diff --git a/doc/stc12-protocol.txt b/doc/reverse-engineering/stc12-protocol.txt similarity index 100% rename from doc/stc12-protocol.txt rename to doc/reverse-engineering/stc12-protocol.txt diff --git a/doc/stc12a-options.txt b/doc/reverse-engineering/stc12a-options.txt similarity index 100% rename from doc/stc12a-options.txt rename to doc/reverse-engineering/stc12a-options.txt diff --git a/doc/stc12a-protocol.txt b/doc/reverse-engineering/stc12a-protocol.txt similarity index 100% rename from doc/stc12a-protocol.txt rename to doc/reverse-engineering/stc12a-protocol.txt diff --git a/doc/stc12c2052ad.txt b/doc/reverse-engineering/stc12c2052ad.txt similarity index 100% rename from doc/stc12c2052ad.txt rename to doc/reverse-engineering/stc12c2052ad.txt diff --git a/doc/stc12c5a60s2.txt b/doc/reverse-engineering/stc12c5a60s2.txt similarity index 100% rename from doc/stc12c5a60s2.txt rename to doc/reverse-engineering/stc12c5a60s2.txt diff --git a/doc/stc15-options.txt b/doc/reverse-engineering/stc15-options.txt similarity index 100% rename from doc/stc15-options.txt rename to doc/reverse-engineering/stc15-options.txt diff --git a/doc/stc15-protocol.txt b/doc/reverse-engineering/stc15-protocol.txt similarity index 100% rename from doc/stc15-protocol.txt rename to doc/reverse-engineering/stc15-protocol.txt diff --git a/doc/stc15-usb-protocol.txt b/doc/reverse-engineering/stc15-usb-protocol.txt similarity index 100% rename from doc/stc15-usb-protocol.txt rename to doc/reverse-engineering/stc15-usb-protocol.txt diff --git a/doc/stc15a-options.txt b/doc/reverse-engineering/stc15a-options.txt similarity index 100% rename from doc/stc15a-options.txt rename to doc/reverse-engineering/stc15a-options.txt diff --git a/doc/stc15a-protocol.txt b/doc/reverse-engineering/stc15a-protocol.txt similarity index 100% rename from doc/stc15a-protocol.txt rename to doc/reverse-engineering/stc15a-protocol.txt diff --git a/doc/stc15l104w.txt b/doc/reverse-engineering/stc15l104w.txt similarity index 100% rename from doc/stc15l104w.txt rename to doc/reverse-engineering/stc15l104w.txt diff --git a/doc/stc15w4k56s4.txt b/doc/reverse-engineering/stc15w4k56s4.txt similarity index 100% rename from doc/stc15w4k56s4.txt rename to doc/reverse-engineering/stc15w4k56s4.txt diff --git a/doc/stc8-options.txt b/doc/reverse-engineering/stc8-options.txt similarity index 100% rename from doc/stc8-options.txt rename to doc/reverse-engineering/stc8-options.txt diff --git a/doc/stc8-protocol.txt b/doc/reverse-engineering/stc8-protocol.txt similarity index 100% rename from doc/stc8-protocol.txt rename to doc/reverse-engineering/stc8-protocol.txt diff --git a/doc/stc89-options.txt b/doc/reverse-engineering/stc89-options.txt similarity index 100% rename from doc/stc89-options.txt rename to doc/reverse-engineering/stc89-options.txt diff --git a/doc/stc89-protocol.txt b/doc/reverse-engineering/stc89-protocol.txt similarity index 100% rename from doc/stc89-protocol.txt rename to doc/reverse-engineering/stc89-protocol.txt diff --git a/doc/stc89c52rc.txt b/doc/reverse-engineering/stc89c52rc.txt similarity index 100% rename from doc/stc89c52rc.txt rename to doc/reverse-engineering/stc89c52rc.txt diff --git a/doc/usb15-protocol.txt b/doc/reverse-engineering/usb15-protocol.txt similarity index 100% rename from doc/usb15-protocol.txt rename to doc/reverse-engineering/usb15-protocol.txt