-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
35 lines (32 loc) · 1.29 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#FwLib : HML_FwLib_STC11
#Description : ChangeLog of HML_FwLib_STC11
#E-mail : mcu@zhishant-iot.tk
#Organization: ZHISHAN-IoT(https://zhishan-iot.tk)
#Page : https://hw.zhishant-iot.tk/page/hml/detail/fwlib_stc11.html
>Version : v0.0.0
Alias :
Date : 2019-12-24
Note : The first version of HML_FwLib_STC11!
>Version : v0.0.1
Alias :
Date : 2020-11-02
Note : (1)update Makefile to v0.2.6
- support <library> target, user can get usage via <make help>
- optimize <make version> function
update Makefile to v0.3.1
- optimize Makefile structure and print format
- support MCU, CLKFRE, CODE, XRAM, CONF, VERBOSE variable
(2)refactor hml/version.h
(3)optimize macro for compile select
(4)add function UART_getByte and UART_sendHex
(5)refactor function GPIO_configMode
(6)optimize code writings
(7)refactor sleep function
>Version : v1.0.0
Alias :
Date : 2021-10-23
Note : (1)fix bugs
- fix fatal bug of IAP module, change function IAP_eraseByte into IAP_eraseSector
- fix bug of function sleep is too fast in 1T mode (#2)
- correct wrong bit define of SMOD0 (#4)
(2)adapt for SDCC v4.1.0+