common: Add the watchdog module.
[gps-watch.git] / SConscript.libcommon
index 3e229c23dd65585b900a3bba845f8e7a2c176b2c..e4dd29a4c93c83adff2ceeffe79ea73580bbd2c8 100644 (file)
@@ -9,6 +9,7 @@ source_files_rs = [
     'src/common/systick.rs',
     'src/common/port.rs',
     'src/common/gpio.rs',
+    'src/common/watchdog.rs',
     'src/common/crc32.rs',
     'src/common/buffer.rs',
     'src/common/usb_serial.rs',
@@ -16,6 +17,7 @@ source_files_rs = [
 
 source_files_c = [
     'src/common/startup.c',
+    'src/common/asm_helpers.c',
     'src/common/systick.c',
     'src/common/ringbuf.c',
     'src/common/flash.c',