Bluetooth Low Energy based Firmware Over The Air with Mbed. Mbed part is a external processor of the IoT devices and communicate with a Bluetooth module. The Bluetooth module have to support BLE and implement BLE FOTA profile designed by ours. BLE FOTA profile specification is available from our GIT hub wiki(https://github.com/sevencore/BLEFOTA).

Dependencies:   mbed

Fork of mbed_fota by KIM HyoengJun

Bluetooth Low Energy based Firmware Over The Air with Mbed. Mbed part is a external processor of the IoT devices and communicate with a Bluetooth module. The Bluetooth module have to support BLE and implement BLE FOTA profile designed by ours. BLE FOTA profile specification is available from our GIT hub wiki.

Revision:
8:9eec2c246a85
Parent:
1:5cf3a6c969be
Child:
9:fcf91f563147
--- a/ext_fota/MsgQueue.cpp	Mon Jul 20 09:22:15 2015 +0000
+++ b/ext_fota/MsgQueue.cpp	Thu Aug 20 05:16:55 2015 +0000
@@ -1,6 +1,22 @@
+/**
+ * @file MsgQueue.cpp
+ * @brief Ble message queue 
+ * Copyright 2015 SEVENCORE Co., Ltd.
+ *
+ * @author HyeongJun Kim 
+ * @version 1.0.0  
+ * @date 2015-08-19
+*/
 #include "MsgQueue.h"
 #include "mbed.h"
-
+/**
+ ****************************************************************************************
+ * @addtogroup ext_fota module
+ * @brief Ble message Queue Class Method Definition.
+ *
+ * @{
+ ****************************************************************************************
+ */
 namespace sevencore_fota{
     
 MsgQueue::MsgQueue(int MaxSize):MaxNum(MaxSize)