Skip to content

release V2.1.0 - #41

Closed
silabs-hieuhoang wants to merge 2 commits into
mainfrom
IEC60730_V2.1.0_release
Closed

release V2.1.0#41
silabs-hieuhoang wants to merge 2 commits into
mainfrom
IEC60730_V2.1.0_release

Conversation

@silabs-hieuhoang

Copy link
Copy Markdown
Contributor

This release contains the following components:


Library (source files)

  • /lib/asm

  • /lib/config

  • /lib/inc

  • /lib/src

  • /lib/toolchain


Library Dependencies (template files)

  • /simplicity_sdk

Test (source files)

  • /test/unit_test

  • /test/integration_test

  • /test/test_script


Sample

  • /sample

CMake file

  • /cmake

  • CMakeLists.txt


Documentation

  • /docs

  • mkdocs.yml

  • iec60730.doxygen


SDK extension files

  • /components

  • *.slce

  • *.slsdk

  • *.xml


Coding Convention

  • /tools

  • .pre-commit-config.yaml

Revision History


2.1.0 Release

  • Add supported Devices: EFR32FG23 family (confirmed device: EFR32FG23B)

  • Supported Compilers: GCC

  • Update the IEC60730 Library Simplicity SDK extension to version 2.0.0 to align with Simplicity SDK 2026.6.0

  • Support unit testing and integration testing for EFR32FG23

@silabs-hieuhoang
silabs-hieuhoang requested a review from a team as a code owner August 22, 2026 03:04

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 25daae113d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".

Comment thread script/bootstrap_silabs

install_slt()
{
[ -n "${SLT_INSTALL_DIR-}" ] || SLT_INSTALL_DIR="/home/${USER}/.silabs/"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Default the SLT install directory to HOME

On a native macOS bootstrap, which this script explicitly supports via the darwin branch and Homebrew package installer, this default expands to /home/<user>/.silabs rather than the standard $HOME/.silabs under /Users. A normal unprivileged macOS user cannot create /home/<user>, so mkdir -p aborts the bootstrap before SLT can be installed; use ${HOME}/.silabs as the platform-independent default.

Useful? React with 👍 / 👎.

@silabs-HieuV
silabs-HieuV deleted the IEC60730_V2.1.0_release branch August 22, 2026 06:33
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants