mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: mbed.h
- Revision:
- 174:b96e65c34a4d
- Parent:
- 173:e131a1973e81
- Child:
- 175:af195413fb11
diff -r e131a1973e81 -r b96e65c34a4d mbed.h --- a/mbed.h Fri Sep 15 14:59:18 2017 +0100 +++ b/mbed.h Mon Oct 02 15:33:19 2017 +0100 @@ -16,13 +16,13 @@ #ifndef MBED_H #define MBED_H -#define MBED_LIBRARY_VERSION 151 +#define MBED_LIBRARY_VERSION 152 #if MBED_CONF_RTOS_PRESENT // RTOS present, this is valid only for mbed OS 5 #define MBED_MAJOR_VERSION 5 -#define MBED_MINOR_VERSION 5 -#define MBED_PATCH_VERSION 7 +#define MBED_MINOR_VERSION 6 +#define MBED_PATCH_VERSION 1 #else // mbed 2 @@ -107,6 +107,8 @@ #include "platform/FileSystemHandle.h" #include "platform/FileHandle.h" #include "platform/DirHandle.h" +#include "platform/CriticalSectionLock.h" +#include "platform/DeepSleepLock.h" // mbed Non-hardware components #include "platform/Callback.h"