mirror of https://github.com/ARMmbed/mbed-os.git
Bare metal:Enabling the watchdog green tea test
parent
5a0fafdc89
commit
952330721d
|
|
@ -14,11 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#if !defined(MBED_CONF_RTOS_PRESENT)
|
||||
#error [NOT_SUPPORTED] Watchdog test cases require a RTOS to run.
|
||||
#else
|
||||
|
||||
#if !DEVICE_WATCHDOG
|
||||
#error [NOT_SUPPORTED] Watchdog not supported for this target
|
||||
#else
|
||||
|
|
@ -275,4 +270,3 @@ int main()
|
|||
}
|
||||
|
||||
#endif // !DEVICE_WATCHDOG
|
||||
#endif // !defined(MBED_CONG_RTOS_PRESENT)
|
||||
|
|
|
|||
|
|
@ -14,10 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#if !defined(MBED_CONF_RTOS_PRESENT)
|
||||
#error [NOT_SUPPORTED] Watchdog reset test cases require a RTOS to run.
|
||||
#else
|
||||
|
||||
#if !DEVICE_WATCHDOG
|
||||
#error [NOT_SUPPORTED] Watchdog not supported for this target
|
||||
#else
|
||||
|
|
@ -342,4 +338,3 @@ int main()
|
|||
return !Harness::run(specification);
|
||||
}
|
||||
#endif // !DEVICE_WATCHDOG
|
||||
#endif // !defined(MBED_CONF_RTOS_PRESENT)
|
||||
|
|
|
|||
|
|
@ -14,10 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#if !defined(MBED_CONF_RTOS_PRESENT)
|
||||
#error [NOT_SUPPORTED] Watchdog test cases require a RTOS to run.
|
||||
#else
|
||||
|
||||
#if !DEVICE_WATCHDOG
|
||||
#error [NOT_SUPPORTED] Watchdog not supported for this target
|
||||
#else
|
||||
|
|
@ -274,5 +270,4 @@ int main()
|
|||
return !Harness::run(specification);
|
||||
}
|
||||
|
||||
#endif // !DEVICE_WATCHDOG
|
||||
#endif // !defined(MBED_CONF_RTOS_PRESENT)
|
||||
#endif // !DEVICE_WATCHDOG
|
||||
|
|
@ -14,10 +14,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#if !MBED_CONF_RTOS_PRESENT
|
||||
#error [NOT_SUPPORTED] Watchdog reset test cases require a RTOS to run.
|
||||
#else
|
||||
|
||||
#if !DEVICE_WATCHDOG
|
||||
#error [NOT_SUPPORTED] Watchdog not supported for this target
|
||||
#else
|
||||
|
|
@ -329,4 +325,3 @@ int main()
|
|||
}
|
||||
|
||||
#endif // !DEVICE_WATCHDOG
|
||||
#endif // !MBED_CONF_RTOS_PRESENT
|
||||
|
|
|
|||
Loading…
Reference in New Issue