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:
9:fcf91f563147
Parent:
5:e11b23f9aacc
--- a/dialog_fota/dialog_fota_config.h	Thu Aug 20 05:16:55 2015 +0000
+++ b/dialog_fota/dialog_fota_config.h	Mon Aug 24 02:29:16 2015 +0000
@@ -1,6 +1,23 @@
+/**
+ * @file dialog_fota_config.h
+ * @brief Compile configuration file.
+ * Copyright 2015 SEVENCORE Co., Ltd.
+ *
+ * @author HyeongJun Kim 
+ * @version 1.0.0  
+ * @date 2015-08-20
+*/
 #ifndef DIALOG_FOTA_CONFIG_H
 #define DIALOG_FOTA_CONFIG_H
 #include "mbed.h"
+/**
+ ****************************************************************************************
+ * @addtogroup dialog_fota module
+ * @brief Compile configuration.
+ *
+ * @{
+ ****************************************************************************************
+ */
 namespace sevencore_fota{
 
 #define BD_ADDR_LEN         0x06
@@ -198,4 +215,6 @@
 
 }//namespace
 
+/// @} dialog_fota module
+
 #endif//DIALOG_FOTA_CONFIG_H