Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Mar 3, 2023
1 parent 71cf315 commit dc16f14
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to OpenEMC will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.5.0 - 2023-03-03
### Added
- logging to host via I2C with temporary storage in persistent memory buffer
- charging mode for charging with system power off
- charging indication via LED
- echo service for I2C testing
- support for MAX14636 USB charger detector
### Changed
- bootloader version 0.2
- tolerate unreliable BQ25713 and STUSB4500 communication
### Fixed
- power loss during firmware start due to GPIO reset
- I2C timeout for unprocessed I2C read requests

## 0.4.0 - 2023-01-04
### Added
- support for BQ25713 battery charger
Expand Down
2 changes: 1 addition & 1 deletion openemc-bootloader/Cargo.lock

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

2 changes: 1 addition & 1 deletion openemc-bootloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openemc-bootloader"
description = "OpenEMC Bootloader"
authors = ["Sebastian Urban <[email protected]>"]
license = "GPL-3.0"
version = "0.1.0"
version = "0.2.0"
publish = false
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion openemc-firmware/Cargo.lock

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

2 changes: 1 addition & 1 deletion openemc-firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openemc-firmware"
description = "OpenEMC Firmware"
authors = ["Sebastian Urban <[email protected]>"]
license = "GPL-3.0"
version = "0.4.0"
version = "0.5.0"
publish = false
edition = "2021"

Expand Down

0 comments on commit dc16f14

Please sign in to comment.