X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=SConscript.libcommon;h=a7c5aff85e7814295b8f5da3eb3c8d9077782860;hp=f4abd4b7de10489f03f60c90af1bd4ac3ab2b92e;hb=695e71b6274cf4387a1f2f39dbcfc56b5ae7f561;hpb=0ed02a94b60d886b568f4803a7ec09eef29ad1ca diff --git a/SConscript.libcommon b/SConscript.libcommon index f4abd4b..a7c5aff 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,11 @@ source_files_rs = [ 'src/common/display.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', ] source_files_c = [