mitxela 715e8b338d Ignore env hashes using clean/smudge filter
Add following to .git/config:

[filter "eclipse_env_hash"]
	clean = sed 's/env-hash=\"[-,0-9]*\"/env-hash=\"0000000000000000000\"/g'
	smudge = cat
2025-07-04 17:25:38 +01:00
2025-06-29 18:19:36 +01:00
2025-05-25 12:36:35 +01:00

Precision Clock Mk IV

Source code for the Precision Clock Mk IV

There are three software projects, compiled with STM32CubeIDE:

  • mk4-time is the main clock source code running on the STM32L476
  • mk4-date is the secondary display running on the STM32L010
  • mk4-bootloader runs on the STM32L476 to do firmware updates

In the QSPI folder, there are scripts to create firmware images with CRC that the clock will recognise, along with the scripts to create the tzrules and create a valid disk image, see these notes for more info.

Timezone detection is ported from ZoneDetect by Bertold Van den Bergh and uses shapefile data from Timezone Boundary Builder by Evan Siroky.

Description
No description provided
Readme 16 MiB
Languages
C 99.6%
Assembly 0.3%