Merge pull request #10857 from ARMmbed/feature-watchdog
Add Watchdog and ResetReason
ls
commit ccb63d771e2be3d2cf30bfba6d61af5bf8d1da6c
2 parents 149d53c + e12125b
@Martin Kojtal Martin Kojtal authored on 3 Jul 2019
GitHub committed on 3 Jul 2019
Showing 70 changed files
View
TESTS/host_tests/reset_reason.py 0 → 100644
View
TESTS/host_tests/sync_on_reset.py 0 → 100644
View
TESTS/host_tests/watchdog_reset.py 0 → 100644
View
TESTS/mbed_drivers/reset_reason/ResetReason_tests.h 0 → 100644
View
TESTS/mbed_drivers/reset_reason/main.cpp 0 → 100644
View
TESTS/mbed_drivers/watchdog/Watchdog_tests.h 0 → 100644
View
TESTS/mbed_drivers/watchdog/main.cpp 0 → 100644
View
TESTS/mbed_drivers/watchdog_reset/Watchdog_reset_tests.h 0 → 100644
View
TESTS/mbed_drivers/watchdog_reset/main.cpp 0 → 100644
View
TESTS/mbed_hal/reset_reason/main.cpp 0 → 100644
View
TESTS/mbed_hal/reset_reason/reset_reason_api_tests.h 0 → 100644
View
TESTS/mbed_hal/watchdog/main.cpp 0 → 100644
View
TESTS/mbed_hal/watchdog/watchdog_api_tests.h 0 → 100644
View
TESTS/mbed_hal/watchdog_reset/main.cpp 0 → 100644
View
TESTS/mbed_hal/watchdog_reset/watchdog_reset_tests.h 0 → 100644
View
TESTS/mbed_hal/watchdog_timing/main.cpp 0 → 100644
View
TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h 0 → 100644
View
UNITTESTS/CMakeLists.txt
View
UNITTESTS/drivers/Watchdog/test_watchdog.cpp 0 → 100644
View
UNITTESTS/drivers/Watchdog/unittest.cmake 0 → 100644
View
UNITTESTS/features/lorawan/loramaccrypto/unittest.cmake
View
UNITTESTS/features/netsocket/cellular/CellularNonIPSocket/unittest.cmake
View
UNITTESTS/stubs/watchdog_api_stub.c 0 → 100644
View
UNITTESTS/target_h/drivers/LowPowerTicker.h 0 → 100644
View
UNITTESTS/target_h/drivers/Ticker.h 0 → 100644
View
UNITTESTS/target_h/platform/mbed_assert.h 0 → 100644
View
UNITTESTS/target_h/platform/mbed_power_mgmt.h
View
doxyfile_options
View
doxygen_options.json
View
drivers/ResetReason.cpp 0 → 100644
View
drivers/ResetReason.h 0 → 100644
View
drivers/Watchdog.cpp 0 → 100644
View
drivers/Watchdog.h 0 → 100644
View
hal/reset_reason_api.h 0 → 100644
View
hal/watchdog_api.h 0 → 100644
View
mbed.h
View
platform/mbed_error.h
View
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/reset_reason.c 0 → 100644
View
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/watchdog_api.c 0 → 100644
View
targets/TARGET_NUVOTON/TARGET_M451/reset_reason.c 0 → 100644
View
targets/TARGET_NUVOTON/TARGET_M451/watchdog_api.c 0 → 100644
View
targets/TARGET_NUVOTON/TARGET_M480/reset_reason.c 0 → 100644
View
targets/TARGET_NUVOTON/TARGET_M480/watchdog_api.c 0 → 100644
View
targets/TARGET_NUVOTON/TARGET_NANO100/reset_reason.c 0 → 100644
View
targets/TARGET_NUVOTON/TARGET_NANO100/watchdog_api.c 0 → 100644
View
targets/TARGET_NUVOTON/TARGET_NUC472/device/StdDriver/nuc472_wdt.c
View
targets/TARGET_NUVOTON/TARGET_NUC472/reset_reason.c 0 → 100644
View
targets/TARGET_NUVOTON/TARGET_NUC472/watchdog_api.c 0 → 100644
View
targets/TARGET_ONSEMI/TARGET_NCS36510/watchdog_api.c 0 → 100644
View
targets/TARGET_STM/TARGET_STM32F0/device/stm32f0xx_hal_iwdg.c
View
targets/TARGET_STM/TARGET_STM32F1/device/stm32f1xx_hal_iwdg.c
View
targets/TARGET_STM/TARGET_STM32F2/device/stm32f2xx_hal_iwdg.c
View
targets/TARGET_STM/TARGET_STM32F3/device/stm32f3xx_hal_iwdg.c
View
targets/TARGET_STM/TARGET_STM32F4/device/stm32f4xx_hal_iwdg.c
View
targets/TARGET_STM/TARGET_STM32F7/device/stm32f7xx_hal_iwdg.c
View
targets/TARGET_STM/TARGET_STM32L0/device/stm32l0xx_hal_conf.h
View
targets/TARGET_STM/TARGET_STM32L0/device/stm32l0xx_hal_iwdg.c
View
targets/TARGET_STM/TARGET_STM32L1/device/stm32l1xx_hal_iwdg.c
View
targets/TARGET_STM/TARGET_STM32L4/device/stm32l4xx_hal_conf.h
View
targets/TARGET_STM/TARGET_STM32L4/device/stm32l4xx_hal_iwdg.c
View
targets/TARGET_STM/reset_reason.c 0 → 100644
View
targets/TARGET_STM/watchdog_api.c 0 → 100644
View
targets/TARGET_Silicon_Labs/TARGET_EFM32/resetreason_api.c 0 → 100644
View
targets/TARGET_Silicon_Labs/TARGET_EFM32/watchdog_api.c 0 → 100644
View
targets/TARGET_TOSHIBA/TARGET_TMPM066/reset_reason_api.c 0 → 100644
View
targets/TARGET_TOSHIBA/TARGET_TMPM3H6/reset_reason_api.c 0 → 100644
View
targets/TARGET_TOSHIBA/TARGET_TMPM3HQ/reset_reason_api.c 0 → 100644
View
targets/TARGET_TOSHIBA/TARGET_TMPM46B/reset_reason_api.c 0 → 100644
View
targets/TARGET_TOSHIBA/TARGET_TMPM4G9/reset_reason_api.c 0 → 100644
View
targets/targets.json