X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=SConscript.libcommon;h=b0864a4534f4b8420d927e60277ad305aa139fa1;hb=a6747c47ca99a182f6cb4c41bad0232fb2754ff7;hp=d4a3c2c611bcb3c9be132985feb349dde26718cb;hpb=90f4245565f6239454f69e2e9211dd0e76d83273;p=gps-watch.git diff --git a/SConscript.libcommon b/SConscript.libcommon index d4a3c2c..b0864a4 100644 --- a/SConscript.libcommon +++ b/SConscript.libcommon @@ -10,6 +10,7 @@ source_files_rs = [ 'src/common/port.rs', 'src/common/gpio.rs', 'src/common/i2c.rs', + 'src/common/spi.rs', 'src/common/uart.rs', 'src/common/watchdog.rs', 'src/common/crc32.rs', @@ -20,6 +21,12 @@ source_files_rs = [ 'src/common/screen.rs', 'src/common/gps.rs', 'src/common/fmt.rs', + 'src/common/time.rs', + 'src/common/storage.rs', + 'src/common/mx25l.rs', + 'src/common/shell.rs', + 'src/common/yencode.rs', + 'src/common/varint.rs', ] source_files_c = [