File tree Expand file tree Collapse file tree 13 files changed +15
-20
lines changed
mbed_platform/crash_reporting Expand file tree Collapse file tree 13 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 3131 " kv-config" ,
3232 " events" ,
3333 " kv-global-api" ,
34- " sd"
34+ " sd" ,
35+ " nvstore"
3536 ],
3637 "target_overrides" : {
3738 "*" : {
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616#if !defined(MBED_CONF_RTOS_PRESENT)
17- #error [NOT_SUPPORTED] Low power timer test cases requires RTOS to run.
17+ #error [NOT_SUPPORTED] Low power timer test cases require a RTOS to run.
1818#else
1919
2020#if !DEVICE_LPTICKER
Original file line number Diff line number Diff line change 1616 */
1717
1818#if !defined(MBED_CONF_RTOS_PRESENT)
19- #error [NOT_SUPPORTED] Watchdog test cases requires RTOS to run.
19+ #error [NOT_SUPPORTED] Watchdog test cases require a RTOS to run.
2020#else
2121
2222#if !DEVICE_WATCHDOG
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717#if !defined(MBED_CONF_RTOS_PRESENT)
18- #error [NOT_SUPPORTED] Watchdog reset test cases requires RTOS to run.
18+ #error [NOT_SUPPORTED] Watchdog reset test cases require a RTOS to run.
1919#else
2020
2121#if !DEVICE_WATCHDOG
Original file line number Diff line number Diff line change 1515 */
1616
1717#if !defined(MBED_RTOS_CONF_PRESENT)
18- #error [NOT_SUPPORTED] usticker test cases requires RTOS to run
18+ #error [NOT_SUPPORTED] usticker test cases require a RTOS to run
1919#else
2020
2121#include " mbed.h"
Original file line number Diff line number Diff line change 2121 */
2222
2323#if !defined(MBED_CONF_RTOS_PRESENT)
24- #error [NOT_SUPPORTED] common tickers frequency test cases requires RTOS to run.
24+ #error [NOT_SUPPORTED] common tickers frequency test cases require a RTOS to run.
2525#else
2626
2727#include " mbed.h"
Original file line number Diff line number Diff line change 1515 */
1616
1717#if !defined(MBED_CONF_RTOS_PRESENT)
18- #error [NOT_SUPPORTED] Low power timer test cases requires RTOS to run.
18+ #error [NOT_SUPPORTED] Low power timer test cases require a RTOS to run.
1919#else
2020
2121#include " mbed.h"
Original file line number Diff line number Diff line change 1616 * limitations under the License.
1717 */
1818#if !defined(MBED_CONF_RTOS_PRESENT)
19- #error [NOT_SUPPORTED] stack size unification test cases requires RTOS to run.
19+ #error [NOT_SUPPORTED] stack size unification test cases require a RTOS to run.
2020#else
2121
2222#include " mbed.h"
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717#if !defined(MBED_CONF_RTOS_PRESENT)
18- #error [NOT_SUPPORTED] Watchdog test cases requires RTOS to run.
18+ #error [NOT_SUPPORTED] Watchdog test cases require a RTOS to run.
1919#else
2020
2121#if !DEVICE_WATCHDOG
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616#if !defined(MBED_CONF_RTOS_PRESENT)
17- #error [NOT_SUPPORTED] crash_reporting test cases requires RTOS to run.
17+ #error [NOT_SUPPORTED] crash_reporting test cases require a RTOS to run.
1818#else
1919#include " mbed.h"
2020#include " mbed_error.h"
You can’t perform that action at this time.
0 commit comments