Commit Graph

5 Commits

Author SHA1 Message Date
cdf0f4ffc9 Update such that tests pass for v1.2
This includes minor updates for the th different MCU variant, and bugfixes.

Resolves #7
2020-06-03 04:51:19 +00:00
f455ce9113 Fix RTC synchronization after sleep, add many more tests
There were two issues with the tests

1. Incorrect print formats causing incorrect output.

2. The RTC driver was not waiting for the shadow registers to be
updated after sleeping, their reset values to be read.
2020-05-14 09:47:38 -07:00
e5057da888 Add a variety of automated tests 2020-04-20 07:32:04 -07:00
acba841bf1 Add Makefile support for more output binaries, add clock test 2020-04-18 12:18:32 -07:00
0efa8d4fd8 Add WIP test script
Depends on having:

1. An STM32 Nucleo with an STM32L412RB connected
2. A serial device connected to that board
3. A JLink connected to that board (no the onboard ST-Link!)

For now, there are some hardcoded paths, too.
2020-04-13 19:43:32 -07:00