Skip to content

Commit 6b002a5

Browse files
authored
Merge pull request #52 from Neotron-Compute/add-rtc-driver
2 parents fbbc3ed + 6d9e79e commit 6b002a5

File tree

4 files changed

+321
-25
lines changed

4 files changed

+321
-25
lines changed

Cargo.lock

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ fugit = "0.3"
4242
pc-keyboard = "0.7.0"
4343
# Useful queues and other structures
4444
heapless = "0.7"
45+
# The Dallas DS1307 RTC driver
46+
ds1307 = "0.5.0"
47+
# The Microchip MCP7940x RTC driver
48+
mcp794xx = "0.3.0"
49+
# I2C Bus Sharing
50+
shared-bus = "0.2"
4551

4652
[[bin]]
4753
name = "neotron-pico-bios"

0 commit comments

Comments
 (0)