common: Add Rust glue for the ringbuf module.
[gps-watch.git] / src / common / lib.rs
index 17a35872e547beab28f6d6f34ffabe711605a482..2f7d8944c64935c531bca68061e228f9482d810c 100644 (file)
@@ -30,9 +30,16 @@ pub mod nvic;
 pub mod clock;
 pub mod systick;
 pub mod port;
+pub mod gpio;
+pub mod i2c;
+pub mod uart;
+pub mod watchdog;
 pub mod crc32;
+pub mod ringbuf;
 pub mod buffer;
 pub mod usb_serial;
+pub mod screen;
+pub mod display;
 
 use core::panic::PanicInfo;