forked from yigityuce/BlackLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Release Notes
47 lines (21 loc) · 1.26 KB
/
Release Notes
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
36
37
38
39
40
41
42
43
RELEASE NOTES FOR BLACKLIB v3.0
New Features
# New Classes:
* Add BlackDirectory class for executing "rmdir", "rm -rf", "mkdir", "ls", "cd", "pwd" etc. commands.
* Add BlackThread class for supporting multi-task operations(parallel programming).
* Add BlackMutex class for supporting thread synchronization and developing safe applications.
* Add BlackTime class for doing basic time operations and measuring the elapsed time.
# Usability:
* Add makefile support for cross-compilation.
Updates
# Bug Fixes:
* Add "unistd.h" include file to BlackUART, BlackSPI and BlackI2C classes.
# Usability Improvements:
* Update BlackDef.h and some enumarations are distributed to related files.
# Documantation:
* Update "Example Project File Tree"s in the all classes.
# Design Updates:
* Remove Timing class from the "exampleAndTiming" directory.
* Change "exampleAndTiming" directory name to "examples".
* Add "BlackADC", "BlackGPIO", "BlackPWM", "BlackI2C", "BlackUART" and "BlackSPI" directories and source
files of these classes are moved to these directories.