mbed rtos - modified for the final project of the course "Advanced Operating Systems"

Dependents:   aos_mbed

Fork of mbed-rtos by mbed official

Changes

RevisionDateWhoCommit message
16:3474615e591f 2014-02-02 aos Final Project V1: Integrated WAV player + File management via ethernet connection default tip
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