X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=SConscript.libcommon;h=b0864a4534f4b8420d927e60277ad305aa139fa1;hb=b0d277d6cb2a60e8dd3ec94b6c1dae569f8070bf;hp=4e5b06516785ae37b23901174d6f088794c47522;hpb=5ce31f22fe4ea2e7a35d9e4ea6cf3cbcd5e8ab2a;p=gps-watch.git diff --git a/SConscript.libcommon b/SConscript.libcommon index 4e5b065..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', @@ -21,6 +22,11 @@ source_files_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 = [