Commit Graph

10 Commits

Author SHA1 Message Date
62c85d06c8 Add STC12A (early STC12) series protocol support
STC12A is my name for the mixup protocol between STC89 and
STC12 that is used by some early STC12 series MCUs (for examples
STC12C2052AD). The protocol differs in many subtle ways so there is
quite a bit of unfortunate code duplication for the moment.
2014-01-29 00:40:17 +01:00
977fb205ed Add STC 89/90 series protocol support 2014-01-24 00:30:02 +01:00
5bcad70d77 Update MCU database 2014-01-17 12:08:23 +01:00
b3230814a8 Erase flash in 512 byte blocks
This is the IAP flash memory block size, and the BSL apparently
expects erase to be done aligned to 512 byte.
2014-01-13 12:33:41 +01:00
cf0d93b179 Add notes about STC12A and STC89 protocols
Nothing is implemented yet, but this should help with the
implementation when I finally get the chips from China.
2014-01-12 01:39:14 +01:00
ba8d26059c Add STC15 series support
So far this is only based on reverse engineering what's needed
for programming STC15F104E. It works, but it is incomplete.
2014-01-11 16:43:37 +01:00
903f6ca451 Add and use MCU model database 2014-01-10 13:00:29 +01:00
8c960d9d5e Add script for model info extraction 2014-01-08 15:28:40 +01:00
4876eed08f Add RE'd information for MCU DB 2014-01-08 08:38:57 +01:00
cdbb6eee7c Initial commit 2014-01-06 20:35:27 +01:00