test: fix SPDX identifier
ls
1 parent 21ad8af commit 6e64fe3800496c7b19c2c0436f0814012f056439
@Martin Kojtal Martin Kojtal authored on 20 Feb 2020
Showing 94 changed files
View
TESTS/events/queue/main.cpp
View
TESTS/events/timing/main.cpp
View
TESTS/lorawan/loraradio/main.cpp
View
TESTS/mbed_drivers/crc/main.cpp
View
TESTS/mbed_drivers/dev_null/main.cpp
View
TESTS/mbed_drivers/flashiap/main.cpp
View
TESTS/mbed_drivers/lp_ticker/main.cpp
View
TESTS/mbed_drivers/lp_timeout/main.cpp
View
TESTS/mbed_drivers/sleep_lock/main.cpp
View
TESTS/mbed_drivers/ticker/main.cpp
View
TESTS/mbed_drivers/timeout/main.cpp
View
TESTS/mbed_drivers/timeout/timeout_tests.h
View
TESTS/mbed_drivers/timerevent/main.cpp
View
TESTS/mbed_functional/callback/main.cpp
View
TESTS/mbed_functional/callback_big/main.cpp
View
TESTS/mbed_functional/callback_small/main.cpp
View
TESTS/mbed_hal/common_tickers/main.cpp
View
TESTS/mbed_hal/common_tickers/ticker_api_tests.h
View
TESTS/mbed_hal/common_tickers_freq/ticker_api_test_freq.h
View
TESTS/mbed_hal/crc/crc_api_tests.h
View
TESTS/mbed_hal/crc/main.cpp
View
TESTS/mbed_hal/critical_section/critical_section_test.h
View
TESTS/mbed_hal/critical_section/main.cpp
View
TESTS/mbed_hal/flash/functional_tests/main.cpp
View
TESTS/mbed_hal/lp_ticker/lp_ticker_api_tests.h
View
TESTS/mbed_hal/lp_ticker/main.cpp
View
TESTS/mbed_hal/minimum_requirements/main.cpp
View
TESTS/mbed_hal/mpu/main.cpp
View
TESTS/mbed_hal/mpu/mpu_test.h
View
TESTS/mbed_hal/pinmap/main.cpp
View
TESTS/mbed_hal/qspi/flash_configs/MX25L51245G_config.h
View
TESTS/mbed_hal/qspi/flash_configs/MX25LM51245G_config.h
View
TESTS/mbed_hal/qspi/flash_configs/MX25RXX35F_config.h
View
TESTS/mbed_hal/qspi/flash_configs/N25Q128A_config.h
View
TESTS/mbed_hal/qspi/flash_configs/NORDIC/EP_AGORA/flash_config.h
View
TESTS/mbed_hal/qspi/flash_configs/NORDIC/NRF52840_DK/flash_config.h
View
TESTS/mbed_hal/qspi/flash_configs/NXP/K82F/flash_config.h
View
TESTS/mbed_hal/qspi/flash_configs/NXP/KL82Z/flash_config.h
View
TESTS/mbed_hal/qspi/flash_configs/NXP/LPC546XX/flash_config.h
View
TESTS/mbed_hal/qspi/flash_configs/SiliconLabs/EFM32GG11_STK3701/flash_config.h
View
TESTS/mbed_hal/qspi/flash_configs/W25Q32JV_config.h
View
TESTS/mbed_hal/qspi/flash_configs/flash_configs.h
View
TESTS/mbed_hal/qspi/main.cpp
View
TESTS/mbed_hal/qspi/qspi_test.h
View
TESTS/mbed_hal/qspi/qspi_test_utils.cpp
View
TESTS/mbed_hal/qspi/qspi_test_utils.h
View
TESTS/mbed_hal/rtc/main.cpp
View
TESTS/mbed_hal/rtc/rtc_test.h
View
TESTS/mbed_hal/rtc_reset/main.cpp
View
TESTS/mbed_hal/rtc_reset/rtc_reset_test.h
View
TESTS/mbed_hal/rtc_time/main.cpp
View
TESTS/mbed_hal/sleep/main.cpp
View
TESTS/mbed_hal/sleep/sleep_api_tests.h
View
TESTS/mbed_hal/sleep/sleep_test_utils.h
View
TESTS/mbed_hal/sleep_manager/main.cpp
View
TESTS/mbed_hal/sleep_manager/sleep_manager_api_tests.h
View
TESTS/mbed_hal/sleep_manager_racecondition/main.cpp
View
TESTS/mbed_hal/sleep_manager_racecondition/sleep_manager_api_racecondition_tests.h
View
TESTS/mbed_hal/ticker/main.cpp
View
TESTS/mbed_hal/us_ticker/main.cpp
View
TESTS/mbed_hal/us_ticker/us_ticker_api_tests.h
View
TESTS/mbed_platform/CircularBuffer/main.cpp
View
TESTS/mbed_platform/FileHandle/TestFile.h
View
TESTS/mbed_platform/FileHandle/main.cpp
View
TESTS/mbed_platform/SharedPtr/main.cpp
View
TESTS/mbed_platform/SingletonPtr/main.cpp
View
TESTS/mbed_platform/Stream/main.cpp
View
TESTS/mbed_platform/Transaction/main.cpp
View
TESTS/mbed_platform/atomic/main.cpp
View
TESTS/mbed_platform/crash_reporting/main.cpp
View
TESTS/mbed_platform/critical_section/main.cpp
View
TESTS/mbed_platform/error_handling/main.cpp
View
TESTS/mbed_platform/minimal-printf/compliance/main.cpp
View
TESTS/mbed_platform/minimal-printf/compliance/mbed_printf.c
View
TESTS/mbed_platform/minimal-printf/compliance/mbed_printf.h
View
TESTS/mbed_platform/stats_cpu/main.cpp
View
TESTS/mbed_platform/stats_sys/main.cpp
View
TESTS/mbed_platform/stats_thread/main.cpp
View
TESTS/mbed_platform/system_reset/main.cpp
View
TESTS/mbedmicro-mbed/attributes/main.cpp
View
TESTS/mbedmicro-mbed/static_assert/main.cpp
View
TESTS/mbedmicro-rtos-mbed/MemoryPool/main.cpp
View
TESTS/mbedmicro-rtos-mbed/condition_variable/main.cpp
View
TESTS/mbedmicro-rtos-mbed/kernel_tick_count/main.cpp
View
TESTS/mbedmicro-rtos-mbed/mail/main.cpp
View
TESTS/mbedmicro-rtos-mbed/malloc/main.cpp
View
TESTS/mbedmicro-rtos-mbed/mutex/main.cpp
View
TESTS/mbedmicro-rtos-mbed/queue/main.cpp
View
TESTS/mbedmicro-rtos-mbed/rtostimer/main.cpp
View
TESTS/mbedmicro-rtos-mbed/semaphore/main.cpp
View
TESTS/mbedmicro-rtos-mbed/signals/main.cpp
View
TESTS/mbedmicro-rtos-mbed/systimer/main.cpp
View
TESTS/mbedmicro-rtos-mbed/threads/main.cpp
View
TESTS/mbedtls/selftest/main.cpp