Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Fork of mbed-rtos by mbed official

Changes

RevisionDateWhoCommit message
30:b69b81781cda 2014-04-30 kazu_zamasu Rev2 default tip
29:9d826f3cfb27 2014-04-29 kazu_zamasu RTOS,Rev.0
28:be2573f85b81 2014-04-24 mbed_official Synchronized with git revision 94fd2228fb4a382fb98d0115f6691fc0b659eea8
27:4ef72665e2c8 2014-04-11 mbed_official Synchronized with git revision 6e20ca17847dceb62132bf3d8519876411e175bf
26:cb1d43beeb70 2014-04-02 mbed_official Synchronized with git revision d537c51d26da35e031d537f7fc90380fc74cb207
25:420a92812cd1 2014-03-28 mbed_official Synchronized with git revision 3dd4af08339e3ce7cd1aa9e4a211a2e24526e8c1
24:4e0e79c9b976 2014-03-24 mbed_official Synchronized with git revision 47b961246bed973fe4cb8932781ffc8025b78a61
23:c2779d329e1c 2014-03-21 mbed_official Synchronized with git revision 60d326e241c7fe1ae3dfea94947efae58d9122b2
22:da8c5ccc2f9c 2014-03-21 mbed_official Synchronized with git revision e5c9ff6781a4e277a5a454e5a0b037f76e31739d
21:90ff8157f1d2 2014-03-20 mbed_official Synchronized with git revision a92bf178f6078fd735da2bc64b66dec70accc7c8
20:991c4c00af93 2014-03-19 mbed_official Synchronized with git revision cf8fd1cf86b0cd85131dd24a6ded21cc6fe04827
19:98941d799678 2014-03-19 mbed_official Synchronized with git revision ace35dfba3748c7cdc102eb38ec6b9e1067c3252
18:710466f5cf33 2014-03-17 mbed_official Synchronized with git revision d54a28978c2c22164357e58a338678499e2fadb2
17:771275db0efe 2014-03-10 mbed_official Synchronized with git revision 882ceb80ee8119f98c4cf31e06a91925eddaca91
16:f88660a9bed1 2014-01-23 mbed_official Synchronized with git revision b7a925e3cf046d2c5a95f80b14d6c285afbdfa7e
15:29007aef10a4 2013-11-19 mbed_official Synchronized with git revision 'ec1a027088bf562c011ef2197ec2589990449a36 (https://github.com/mbedmicro/mbed/commit/'ec1a027088bf562c011ef2197ec2589990449a36/)
14:ee87e782d34f 2013-09-11 bogdanm Synchronized with git revision 6eec86cbbf5003a2f9193a2d06d9a60b51c309c5
13:869ef732a8a2 2013-08-05 bogdanm Update sources to revision 64
12:58b30ac3f00e 2013-05-30 emilmont Add LPC4088 target
11:db1fc233faa9 2013-04-30 emilmont In the Keil MDK toolchain "RTX_Config.h" is a special system library header file
10:fcb1f103f7a1 2013-04-24 emilmont Add KL25Z support (Cortex-M0+)
9:53e6cccd8782 2013-01-28 emilmont Increase default stdlib mutex number; Provide proper error message when we run out of stdlib mutexes
8:88a1a9c26ae3 2012-11-27 emilmont Add "Thread::get_state" method.; Update license.; Update documentation.
7:80173c64d05d 2012-11-23 emilmont Avoid using C++ keyword for C structure filed name
6:350b53afb889 2012-11-23 emilmont Merge RTOS C++ API and RTX under the same library; Update RTX to version 4.60; Add proper Thread destructor;
5:9654a71f5a90 2012-08-03 emilmont Move the RTX configuration file in the RTX library
4:70bd33086f56 2012-07-30 emilmont Implement new RTOS memory model for LPC11U24
3:4238c328365e 2012-07-23 emilmont Update stack sizes configuration
2:4629f61a197e 2012-07-23 emilmont Improve RTOS memory usage
1:01158bb7600c 2012-07-12 emilmont Update mbed-rtos library to new implementation not requiring an additional static memory pool
0:3cf1dd27c89c 2012-06-22 emilmont Initial commit