Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed_rtos_types Mutex mbed_rtos_storage mbed Semaphore
rtos/mbed_rtos_storage.h@1:c9ef27da97b5, 2019-11-27 (annotated)
- Committer:
- daniwestside
- Date:
- Wed Nov 27 11:16:17 2019 +0000
- Branch:
- Sinthreads
- Revision:
- 1:c9ef27da97b5
- Parent:
- 0:85df64b421a8
Ok
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
daniwestside | 0:85df64b421a8 | 1 | /* mbed Microcontroller Library |
daniwestside | 0:85df64b421a8 | 2 | * Copyright (c) 2006-2019 ARM Limited |
daniwestside | 0:85df64b421a8 | 3 | * SPDX-License-Identifier: Apache-2.0 |
daniwestside | 0:85df64b421a8 | 4 | * |
daniwestside | 0:85df64b421a8 | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
daniwestside | 0:85df64b421a8 | 6 | * you may not use this file except in compliance with the License. |
daniwestside | 0:85df64b421a8 | 7 | * You may obtain a copy of the License at |
daniwestside | 0:85df64b421a8 | 8 | * |
daniwestside | 0:85df64b421a8 | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
daniwestside | 0:85df64b421a8 | 10 | * |
daniwestside | 0:85df64b421a8 | 11 | * Unless required by applicable law or agreed to in writing, software |
daniwestside | 0:85df64b421a8 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
daniwestside | 0:85df64b421a8 | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
daniwestside | 0:85df64b421a8 | 14 | * See the License for the specific language governing permissions and |
daniwestside | 0:85df64b421a8 | 15 | * limitations under the License. |
daniwestside | 0:85df64b421a8 | 16 | */ |
daniwestside | 0:85df64b421a8 | 17 | #ifndef MBED_RTOS_STORAGE_H |
daniwestside | 0:85df64b421a8 | 18 | #define MBED_RTOS_STORAGE_H |
daniwestside | 0:85df64b421a8 | 19 | |
daniwestside | 0:85df64b421a8 | 20 | #if MBED_CONF_RTOS_PRESENT || defined(UNITTEST) |
daniwestside | 0:85df64b421a8 | 21 | |
daniwestside | 0:85df64b421a8 | 22 | #include "mbed_rtx_storage.h" |
daniwestside | 0:85df64b421a8 | 23 | |
daniwestside | 0:85df64b421a8 | 24 | #endif |
daniwestside | 0:85df64b421a8 | 25 | |
daniwestside | 0:85df64b421a8 | 26 | #endif |
daniwestside | 0:85df64b421a8 | 27 | |
daniwestside | 0:85df64b421a8 | 28 | /** @}*/ |
daniwestside | 0:85df64b421a8 | 29 |