X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=SConscript.libcommon;h=0ca199e275d42584ec584c94137fd012f06f6dbf;hb=edaa0dd45e4cc28c2b7b0f4888bd16d71236269a;hp=f4abd4b7de10489f03f60c90af1bd4ac3ab2b92e;hpb=0ed02a94b60d886b568f4803a7ec09eef29ad1ca;p=gps-watch.git diff --git a/SConscript.libcommon b/SConscript.libcommon index f4abd4b..0ca199e 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', @@ -19,6 +20,8 @@ source_files_rs = [ 'src/common/display.rs', 'src/common/screen.rs', 'src/common/gps.rs', + 'src/common/fmt.rs', + 'src/common/time.rs', ] source_files_c = [