Skip to content
129 changes: 120 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ members = [
"platform-service",
"power-button-service",
"power-policy-service",
"time-alarm-service",
"time-alarm-service-messages",
"type-c-service",
"debug-service",
"debug-service-messages",
Expand Down Expand Up @@ -62,6 +64,7 @@ critical-section = "1.1"
defmt = "0.3"
document-features = "0.2.7"
debug-service-messages = { path = "./debug-service-messages" }
embassy-executor = "0.9.1"
embassy-futures = "0.1.2"
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt" }
embassy-sync = "0.7.2"
Expand All @@ -80,7 +83,7 @@ embedded-storage = "0.3"
embedded-storage-async = "0.4.1"
embedded-usb-pd = { git = "https://github.com/OpenDevicePartnership/embedded-usb-pd", default-features = false }
mctp-rs = { git = "https://github.com/dymk/mctp-rs" }
num_enum = { version = "0.7.4", default-features = false }
num_enum = { version = "0.7.5", default-features = false }
portable-atomic = { version = "1.11", default-features = false }
fixed = "1.23.1"
heapless = "0.8.*"
Expand All @@ -94,6 +97,7 @@ serde = { version = "1.0.*", default-features = false }
static_cell = "2.1.0"
toml = { version = "0.8", default-features = false }
thermal-service-messages = { path = "./thermal-service-messages" }
time-alarm-service-messages = { path = "./time-alarm-service-messages" }
syn = "2.0"
tps6699x = { git = "https://github.com/OpenDevicePartnership/tps6699x" }
tokio = { version = "1.42.0" }
Expand Down
38 changes: 0 additions & 38 deletions embedded-service/src/ec_type/generator/ec_memory_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,44 +39,6 @@ Capabilities:
res0:
type: u16

# Size 0x28
TimeAlarm:
events:
type: u32
capability:
type: u32
year:
type: u16
month:
type: u8
day:
type: u8
hour:
type: u8
minute:
type: u8
second:
type: u8
valid:
type: u8
daylight:
type: u8
res1:
type: u8
milli:
type: u16
time_zone:
type: u16
res2:
type: u16
alarm_status:
type: u32
ac_time_val:
type: u32
dc_time_val:
type: u32


# Size 0x64
Battery:
events:
Expand Down
Loading
Loading