0ee9d39e81
Clean up test code
...
Separate/consolidate board initialization code, and a few functions
that are shared across tests. Update the Makefile accordingly.
Resolves #18
2020-06-12 18:57:09 -07:00
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
0f0cb73fa5
Fix building for BOARD=watch ( Fixes #8 ), enable in CI
2020-05-16 22:04:56 +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
2fa4a5e658
Enable Gitlab CI builds ( #1 )
...
Currently only builds for BOARD=devboard and uploads the bin and elf files.
2020-05-04 01:04:14 +00:00