Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
See CHANGELOG for details.

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Jun 3, 2024
1 parent cdc5d52 commit b92cd32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2024-05-03

### Changed

- Merge changes from
[`golioth/reference-design-template@template_v2.2.1`](https://github.com/golioth/reference-design-template/releases/tag/template_v2.2.1).
This targets Golioth Firmware SDK v0.13.1.
- The count of the sensor reads (both up and down) which are recorded using LightDB State will now
wrap around when reaching max/min value.
- LightDB State observations are received as JSON replies from the server instead of CBOR.
- Turn off unused shells (ADXL372, FLASH, SENSOR) to reduce binary size.

## [1.1.0] - 2024-01-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CONFIG_PWM=y
CONFIG_PWM_LOG_LEVEL_DBG=n

# Firmware version used in DFU process
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.1.0"
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.2.0"

# Disable unused libraries to save flash
CONFIG_ADXL372=n
Expand Down

0 comments on commit b92cd32

Please sign in to comment.