summaryrefslogtreecommitdiff
path: root/test/stm32f_rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* test/stm32f_rtc.c: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* clock-stm32f4: Fix minimal time the RTC alarm can be set forPatryk Duda2022-06-071-0/+24
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* test/stm32f_rtc: Allow running the test multiple timesCraig Hesling2021-07-281-0/+2
* test/stm32f_rtc: Allow real rtc delay to be earlyCraig Hesling2021-07-271-5/+14
* test: fix stm32_rtc compilation errorDawid Niedzwiecki2020-11-031-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* test: Add on-device unit test for STM32 RTCTom Hughes2020-04-301-0/+52