module_sources = files(
  'bhi.c',
  'bme680.c',
  'buttons.c',
  'config.c',
  'dispatcher.c',
  'display.c',
  'fileops.c',
  'gpio.c',
  'hardware.c',
  'hw-lock.c',
  'leds.c',
  'lifecycle.c',
  'light_sensor.c',
  'log.c',
  'max86150.c',
  'max30001.c',
  'mutex.c',
  'panic.c',
  'personal_state.c',
  'pmic.c',
  'rtc.c',
  'serial.c',
  'sleep.c',
  'stream.c',
  'trng.c',
  'usb.c',
  'vibra.c',
  'watchdog.c',
  'ws2812.c'
)