Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ 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] - 2025-10-13

### Changed

- Merge changes from [`golioth/reference-design-template@template_v2.8.0`](https://github.com/golioth/reference-design-template/tree/template_v2.8.0).

### Removed

- Aludel Mini is EOL and no longer supported

## [1.1.0] - 2025-05-12

### Changed
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,10 @@ version number than what is currently running on the device.
2. Upload the `build/app/zephyr/zephyr.signed.bin` file as a Package for
your Golioth project.

- Use `main` as the package name.
- Use either `nrf9160dk` or `aludel_elixir` as the package name,
depending on which board the update file was built for. (These
package names were configured in this repository's board `.conf`
files.) Use `main` as the package name.
- Use the same version number from step 1.

3. Create a Cohort and add your device to it.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_MINOR = 2
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION =
3 changes: 3 additions & 0 deletions boards/aludel_elixir_ns.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ CONFIG_ALUDEL_BATTERY_MONITOR=y

# Turn on regulator to power click headers
CONFIG_REGULATOR=y

# Use a unique package name to use with Packages/Cohorts/Deployments
CONFIG_GOLIOTH_FW_UPDATE_PACKAGE_NAME="aludel_elixir"
2 changes: 2 additions & 0 deletions boards/nrf9160dk_nrf9160_ns.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use a unique package name to use with Packages/Cohorts/Deployments
CONFIG_GOLIOTH_FW_UPDATE_PACKAGE_NAME="nrf9160dk"