This is implemented by connecting the DTR pin of the serial device to the BTN_UP pin of the watch.
Also, make it possible to flash different applications with the Makefile.
Resolves#4
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.
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.