bootloader: Never auto-start the application in the intermediate bootloader.
[gps-watch.git] / SConscript.libcommon
index a8534c83b43faf8f021e207582e311a3ed68760a..71044a6f28c35c9d6b1f334d1a6c03b503bf34cc 100644 (file)
@@ -9,6 +9,8 @@ source_files_rs = [
     'src/common/systick.rs',
     'src/common/port.rs',
     'src/common/gpio.rs',
+    'src/common/i2c.rs',
+    'src/common/watchdog.rs',
     'src/common/crc32.rs',
     'src/common/buffer.rs',
     'src/common/usb_serial.rs',
@@ -16,8 +18,10 @@ 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',
     'src/common/usb_device_ch9.c',
     'src/common/usb_device_dci.c',
     'src/common/usb_device_descriptor.c',