InfiniTimeOrg / InfiniSim

Simulator for InfiniTime user interface without needing a PineTime
GNU General Public License v3.0
164 stars 66 forks source link

littlefs-do: Generate list_settings.cpp from Settings.h #62

Open NeroBurner opened 2 years ago

NeroBurner commented 2 years ago

Add and use the python script parse_infinitime_settings.py to generate the file list_settings.cpp with helper function list_settings() to reduce the maintenance burden by not having to manually handle changes in Settings.h.

Fixes: https://github.com/InfiniTimeOrg/InfiniSim/issues/54