Basic Info
Date: 2020-01-29
Page: HML_FwLib_STC89 - HML - ZHISHAN-IoT
Release-version: V1R3
Require-complier: SDCC v3.6.0 or later version
Change
- Code optimize
- change location of all header files in order to avoid potential conflict, remove abolished file intrasm.h
- refactor all examples
- optimize code of TIM2 module
- refactor function
sleep
in util.c and make it be more effective and precise - update Makefile to v0.3.0, refactor all code. It supports to specify MCU model, XRAM size, CODE area size and MCU work frequency now! Besides, user can do parallel build works via
-j
option of make and use targetlibrary
to generate library file only.
- Code style improvement
- use new code comment template
- add header file hml/types.h in order to rule and unify all data types
- rename all config macro
- Docs
- update README.md
- add file AUTHORS, VERSION
- refactor style of errormap.txt
- rename log.txt as ChangeLog