common: Add the buffer module.
[gps-watch.git] / SConscript.libcommon
index 42c07625bcd41fb30a889782381e48d8a7fb73df..0696528474f9302de0079bc8bb67330d340114b4 100644 (file)
@@ -5,6 +5,10 @@ source_files_rs = [
     'src/common/lib.rs', # Must be listed first (see below).
     'src/common/register.rs',
     'src/common/nvic.rs',
+    'src/common/clock.rs',
+    'src/common/crc32.rs',
+    'src/common/buffer.rs',
+    'src/common/usb_serial.rs',
 ]
 
 source_files_c = [