Create and v1.3.3 (skip v1.3.2 due to mistake)
This commit is contained in:
parent
5261e237e4
commit
99f4e1c8f7
|
@ -84,6 +84,8 @@ Version 1.3.1 : 2015-03-11
|
||||||
- Compiles under gcc / visual-c / borland-c / intime.
|
- Compiles under gcc / visual-c / borland-c / intime.
|
||||||
- Added multi-threaded configuration for parallel configurations of slaves
|
- Added multi-threaded configuration for parallel configurations of slaves
|
||||||
Version 1.3.2 : 2018-02-02
|
Version 1.3.2 : 2018-02-02
|
||||||
|
- Made a mistake. DON'T USE!
|
||||||
|
Version 1.3.3 : 2018-02-02
|
||||||
- Added rtems target.
|
- Added rtems target.
|
||||||
- Added support for overlapping IOmap.
|
- Added support for overlapping IOmap.
|
||||||
|
|
||||||
|
|
2
Doxyfile
2
Doxyfile
|
@ -32,7 +32,7 @@ PROJECT_NAME = SOEM
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# if some version control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = v1.3.2
|
PROJECT_NUMBER = v1.3.3
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer
|
# for a project that appears at the top of each page and should give viewer
|
||||||
|
|
|
@ -181,6 +181,9 @@
|
||||||
* - Added multi-threaded configuration for parallel configurations of slaves
|
* - Added multi-threaded configuration for parallel configurations of slaves
|
||||||
*
|
*
|
||||||
* Version 1.3.2 : 2018-02-02
|
* Version 1.3.2 : 2018-02-02
|
||||||
|
* - Made a mistake. DON'T USE!
|
||||||
|
*
|
||||||
|
* Version 1.3.3 : 2018-02-02
|
||||||
* - Added rtems target.
|
* - Added rtems target.
|
||||||
* - Added support for overlapping IOmap.
|
* - Added support for overlapping IOmap.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue