mbed library sources. Supersedes mbed-src. Edited target satm32f446 for user USART3 pins

Dependents:   IGLOO_board

Fork of mbed-dev by mbed official

Revision:
167:e84263d55307
Parent:
149:156823d33999
--- a/hal/storage_abstraction/Driver_Storage.h	Thu Jun 08 15:02:37 2017 +0100
+++ b/hal/storage_abstraction/Driver_Storage.h	Wed Jun 21 17:46:44 2017 +0100
@@ -23,6 +23,8 @@
 
 #include <stdint.h>
 
+/****** This file has been deprecated since mbed-os-5.5 *****/
+
 #ifdef __cplusplus
 extern "C" {
 #endif // __cplusplus
@@ -613,9 +615,9 @@
    *
    * This optional function erases the complete device. If the device does not
    *    support global erase then the function returns the error value \ref
-   *    ARM_DRIVER_ERROR_UNSUPPORTED. The data field \em 'erase_all' =
-   *    \token{1} of the structure \ref ARM_STORAGE_CAPABILITIES encodes that
-   *    \ref ARM_STORAGE_EraseAll is supported.
+   *    ARM_DRIVER_ERROR_UNSUPPORTED. The data field \em 'erase_all' = 1
+   *    of the structure \ref ARM_STORAGE_CAPABILITIES encodes that
+   *    ARM_STORAGE_EraseAll is supported.
    *
    * @note This API may execute asynchronously if
    *     ARM_STORAGE_CAPABILITIES::asynchronous_ops is set. Asynchronous