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 31
31
" kv-config" ,
32
32
" events" ,
33
33
" kv-global-api" ,
34
- " sd"
34
+ " sd" ,
35
+ " nvstore"
35
36
],
36
37
"target_overrides" : {
37
38
"*" : {
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
#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.
18
18
#else
19
19
20
20
#if !DEVICE_LPTICKER
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
#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.
20
20
#else
21
21
22
22
#if !DEVICE_WATCHDOG
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
#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.
19
19
#else
20
20
21
21
#if !DEVICE_WATCHDOG
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
#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
19
19
#else
20
20
21
21
#include " mbed.h"
Original file line number Diff line number Diff line change 21
21
*/
22
22
23
23
#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.
25
25
#else
26
26
27
27
#include " mbed.h"
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
#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.
19
19
#else
20
20
21
21
#include " mbed.h"
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
#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.
20
20
#else
21
21
22
22
#include " mbed.h"
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
#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.
19
19
#else
20
20
21
21
#if !DEVICE_WATCHDOG
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
#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.
18
18
#else
19
19
#include " mbed.h"
20
20
#include " mbed_error.h"
You can’t perform that action at this time.
0 commit comments