Skip to content
Snippets Groups Projects
Commit 238026ad authored by Amber-Sophia Schröck's avatar Amber-Sophia Schröck
Browse files

update changelog

parent ac6b9e4e
Branches feature/bme280
No related tags found
No related merge requests found
mnthread (mini Thread) ChangeLog mnthread (mini Thread) ChangeLog
Version 1.0.6 November 2018:
* rename:
* sleep -> mn_sleep
* usleep -> mn_usleep
* nsleep -> mn_nsleep
* start thread mutext unlock funktion - see examples
* update examples
* update version
Version 1.0.5 November 2018: Version 1.0.5 November 2018:
* Add libmn.h * Add libmn.h
* Add Config : mn-config.h * Add Config : mn-config.h
* rename header * rename header
* Add examples * Add examples
Version 0.9.3 November 2018: Version 0.9.3 November 2018:
* add autolock_t to mn-Thread * add autolock_t to mn-Thread
* add mn-autolock.h * add mn-autolock.h
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#define MN_THREAD_MAJOR_VERSION 1 #define MN_THREAD_MAJOR_VERSION 1
#define MN_THREAD_MINOR_VERSION 0 #define MN_THREAD_MINOR_VERSION 0
#define MN_THREAD_DEBUG_VERSION 3 #define MN_THREAD_DEBUG_VERSION 6
#define MN_THREAD_CONFIG_MUTEX 1 #define MN_THREAD_CONFIG_MUTEX 1
#define MN_THREAD_CONFIG_SPINLOCK 2 #define MN_THREAD_CONFIG_SPINLOCK 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment