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

Fork of mbed-rtos by mbed official

Changes

RevisionDateWhoCommit message
40:cd5b3adf9548 2014-08-12 edodm85 Added support for LPC4330 default tip
39:34e80e862021 2014-07-31 mbed_official Synchronized with git revision 201479aefedd2aec8038093b3c65639fe31ce0d8
38:ff95651f53c7 2014-07-11 mbed_official Synchronized with git revision bbf5cbc71510e72033aaacbd76c3f127b70f08b6
37:478a48c29e88 2014-07-10 mbed_official Synchronized with git revision 079df1a4841d840ea7fb90dd36e17db24333c201
36:512640f00564 2014-07-08 mbed_official Synchronized with git revision b0ac1e3485a9aa1cb98d1ca68df9d1cdbcd6ce63
35:b8555a5966f6 2014-07-08 mbed_official Synchronized with git revision 3197042b65f8d28e856e1a7812d45e2fbe80e3f1
34:1520481a219c 2014-06-27 mbed_official Synchronized with git revision f74be83b0461a86c139b029e42d632c278656b83
33:ac8d036315ed 2014-06-17 mbed_official Synchronized with git revision 990a82a00808c8148a6e542650e5f5fe9339ea9f
32:e98f5e27f346 2014-06-12 mbed_official Synchronized with git revision af13906dd5a88c5486f81fa7e6b079d5da671e46
31:015df9e602b6 2014-06-03 mbed_official Synchronized with git revision bcacbb9fbf3432829227430830cca4315b57c1b9
30:3761f69dbbb2 2014-05-27 mbed_official Synchronized with git revision a8b7f5df2cb5d7a76fda549a15b91fdaba6e2986
29:5dfe422a963d 2014-04-29 mbed_official Synchronized with git revision b5f6c135e4cf5642883e2355c012264ce42eea51
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