Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TESTS/configs/baremetal.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"storage_tdb_internal",
"storage_filesystem",
"storage_tdb_external",
"fat_chan",
"lora",
"nfc",
"network-emac",
Expand Down
5 changes: 5 additions & 0 deletions TESTS/mbed_hal/watchdog_reset/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* 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
Expand Down Expand Up @@ -334,3 +338,4 @@ int main()
}

#endif // !DEVICE_WATCHDOG
#endif // !MBED_CONF_RTOS_PRESENT