Skip to content
Snippets Groups Projects
meson.build 440 B
Newer Older
module_sources = files(
  'bhi.c',
  'bme680.c',
  'buttons.c',
  'config.c',
  'dispatcher.c',
Gerd's avatar
Gerd committed
  'display.c',
  'fileops.c',
  'hardware.c',
  'lifecycle.c',
rahix's avatar
rahix committed
  'light_sensor.c',
  'max86150.c',
  'max30001.c',
  'panic.c',
  'personal_state.c',
rahix's avatar
rahix committed
  'rtc.c',
  'serial.c',
  'sleep.c',
  'stream.c',
  'usb.c',
  'watchdog.c',