Skip to content

Commit 9414e04

Browse files
author
Alex J Lennon
committed
chore: Bump version to v2.5.0
- Update Cargo.toml version to 2.5.0 - Update README with v2.5.0 features - Align with PMU firmware v2.5.0 release
1 parent ce2e513 commit 9414e04

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "eink-power-cli"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
edition = "2021"
55
license = "Commercial"
6-
description = "Command-line interface for E-ink power controller communication (PMU firmware v2.4.0+)"
6+
description = "Command-line interface for E-ink power controller communication (PMU firmware v2.5.0+)"
77
homepage = "https://github.com/DynamicDevices/eink-power-cli"
88
repository = "https://github.com/DynamicDevices/eink-power-cli"
99
documentation = "https://github.com/DynamicDevices/eink-power-cli/blob/main/README.md"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ The E-ink Power CLI is a Rust-based command-line tool designed to communicate wi
2424
- **Board Control**: E-Ink controller reset and shutdown (WiFi+Display+PMIC)
2525
- **Automation**: JSON/CSV output formats and batch operations
2626

27-
## What's New in v2.4.0
27+
## What's New in v2.5.0
2828

2929
- **🕐 RTC Management**: External PCF2131 RTC interrupt configuration and monitoring
3030
- **⚙️ Auto-Power Mode**: Configure PMU to auto-power i.MX93 when PMIC is off
3131
- **📊 Interrupt Tracking**: Monitor external RTC interrupt events and statistics
3232
- **🔧 Runtime Configuration**: Change RTC interrupt actions without firmware updates
33+
- **🏗️ MCXC144VFM Focus**: Optimized for MCXC144VFM hardware platform (256KB flash)
34+
- **🔧 Board Control**: Enhanced board shutdown and reset functionality
3335

3436
## Previous Release - v2.3.0
3537

0 commit comments

Comments
 (0)