-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathChangeLog
80 lines (58 loc) · 3.12 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
-----------------------------------------------------------------------------------------
2023-03-26 Frank Voorburg <[email protected]>
* Renamed files.
* Added CMake integration details to the user manual.
* Resolved a compiler warning.
* Public release of version 1.3.0.
-----------------------------------------------------------------------------------------
2023-03-11 Frank Voorburg <[email protected]>
* Added RP2040 multicore and AVR ports.
* Added platform module for run-time endianness detection.
* Added TBX_ON and TBX_OFF macros.
* Coding style updates.
* Public release of version 1.2.0.
-----------------------------------------------------------------------------------------
2023-02-03 Frank Voorburg <[email protected]>
* Added GitHub action workflow for automated MISRA compliance check.
* Switch to CppCheck for MISRA compliance check and improved code quality some more.
* Added CMake interface library for convenient integration in CMake based projects.
* Added tbxcxx.cpp with C++ new/delete overloads that use MicroTBX memory pools.
* Public release of version 1.1.0.
-----------------------------------------------------------------------------------------
2022-06-15 Frank Voorburg <[email protected]>
* Added unit tests.
* Configured GitHub actions for building and running unit tests.
* Added port for GNU/Linux.
* Configured CRC16 as CRC16-CCITT-False and CRC32 as CRC32-MPEG2
* Public release of version 1.0.0.
-----------------------------------------------------------------------------------------
2022-03-09 Frank Voorburg <[email protected]>
* Added complete API reference to the documentation.
* Added extra functionality for usinig MicroTBX in combination with FreeRTOS.
* Configured GitHub actions for building and publishing the documentation.
* Public release of version 0.9.5.
-----------------------------------------------------------------------------------------
2021-10-29 Frank Voorburg <[email protected]>
* Moved demos to a separate git repository.
* Moved tbx_conf.h to the "template" subdirectory.
* Public release of version 0.9.4.
-----------------------------------------------------------------------------------------
2020-04-09 Frank Voorburg <[email protected]>
* Added linked list module.
* Removed Windows and Linux ports and demos.
* Public release of version 0.9.3.
-----------------------------------------------------------------------------------------
2020-03-23 Frank Voorburg <[email protected]>
* Moved aes256 sources to the main source directory.
* Public release of version 0.9.2.
-----------------------------------------------------------------------------------------
2020-03-01 Frank Voorburg <[email protected]>
* Minor fixes and improvements.
* Public release of version 0.9.1.
-----------------------------------------------------------------------------------------
2019-08-22 Frank Voorburg <[email protected]>
* Basic functionality implemented.
* Public release of version 0.9.0.
-----------------------------------------------------------------------------------------
2019-07-06 Frank Voorburg <[email protected]>
* Setup of GitHub project and kick-off for development.