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:
8:9eec2c246a85
diff -r 9eec2c246a85 -r fcf91f563147 dialog_fota/app_sw_version.h
--- a/dialog_fota/app_sw_version.h	Thu Aug 20 05:16:55 2015 +0000
+++ b/dialog_fota/app_sw_version.h	Mon Aug 24 02:29:16 2015 +0000
@@ -1,6 +1,22 @@
+/**
+ * @file app_sw_version.h
+ * @brief Software Version.
+ * Copyright 2015 SEVENCORE Co., Ltd.
+ *
+ * @author HyeongJun Kim 
+ * @version 1.0.0  
+ * @date 2015-08-20
+*/
 #ifndef APP_SW_VERSION_H
 #define APP_SW_VERSION_H
-
+/**
+ ****************************************************************************************
+ * @addtogroup dialog_fota module
+ * @brief Software Version.
+ *
+ * @{
+ ****************************************************************************************
+ */
 namespace sevencore_fota{
     
 #define DA14583_REFDES_SW_VERSION "v_3.50.1.89"
@@ -11,5 +27,8 @@
 #define DA14583_SW_VERSION_DATE "2015-03-11 14:04 "
 #define DA14583_SW_VERSION_STATUS "REPOSITORY VERSION"
 
-}
+}//namespace
+
+/// @} dialog_fota module
+
 #endif//APP_SW_VERSION_H
\ No newline at end of file