Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
gh-context: ${{ toJson(github) }}

- name: Update Zephyr version 4.1.0 (develop) to specific revision (for developers purpose)
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 0562ba0952310d110302e651d1c1566e7d155f9c"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py a98b2bc0eb5ce84268d58da5e9d5a4f3a2839aaf"

- name: Download Factory Data tools
uses: actions/download-artifact@v8
Expand Down
13 changes: 13 additions & 0 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ config ZEPHYR_VERSION_3_3
bool "Using Zephyr version 3.3"
default n

# Device Type configuration
config DeviceType_DimmableLight
bool "Enable dimmable light device type"
default y

config DeviceType_ColorTemperatureLight
bool "Enable color temperature light device type"
default n

config DeviceType_ExtendedColorLight
bool "Enable extended color light device type"
default n

config LOG
default y

Expand Down
Loading
Loading