Sam Grove
60c862c206
Merge pull request #1795 from 0xc0170/dev_mbedos_additions
...
Small changes (docs plus assert)
2016-05-28 09:02:04 +08:00
Russ Butler
48fd7d7480
Compatibility changes
...
Make changes to improve compatibility:
-Include toolchain.h inside mbed.h
-define EXTERN
2016-05-27 10:34:19 -05:00
Christopher Haster
2e112f535a
Add backward compatiblity for FunctionPointer class using Callback
...
effectively:
typedef Callback<R(A)> FunctionPointerArg1<R,A>
typedef Callback<R()> FunctionPointerArg1<R,void>
typedef Callback<R()> FunctionPointer
typedef Callback<R()> event_callback_t
2016-05-27 10:28:45 -05:00
Christopher Haster
15db3951df
Add Callback, an improved FunctionPointer class
...
- Adopt C++11 style template arguments, requires rename to Callback
- Add constructor for C style callback functions
- Add constructor for Callbacks
- Add static function for passing to C style callbacks
2016-05-27 10:28:45 -05:00
0xc0170
d898c11e42
api - doxygen improvements, unused parameters fixes
...
This patch is taken from mbed-drivers master.
2016-05-26 15:07:57 +01:00
0xc0170
ea72444c96
mbed lib revision - 121
2016-05-25 09:57:29 +01:00
Mihail Stoyanov
d9734e5a32
Simplify layout:
...
* /libraries/mbed -> /hal
* /libraries/rtos -> /rtos
2016-05-23 09:13:59 +01:00