Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:project-chip/connectedhomeip into…
Browse files Browse the repository at this point in the history
… tvapps-android17
chrisdecenzo committed Jul 28, 2022
2 parents f7b0f02 + 1679342 commit 884135f
Showing 1,604 changed files with 483,217 additions and 165,163 deletions.
22 changes: 18 additions & 4 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ APIs
apk
AppConfig
AppImpl
AppleTV
appliable
ApplianceControl
applianceeventsandalert
@@ -126,6 +127,7 @@ BeagleBone
befc
betaprogram
BinaryInputBasic
Binfmt
bitbake
bld
BLE
@@ -160,7 +162,9 @@ btmgmt
BTN
BTP
btvirt
BuildKit
buildwithmatter
buildX
burndown
ButtonIsr
BytesMain
@@ -278,8 +282,8 @@ connstring
conntype
const
ContentApp
ContentAppPlatform
ContentApp's
ContentAppPlatform
ContentLaunch
ContentLauncher
continuousHinting
@@ -543,6 +547,7 @@ GDB
gdbserver
GeneralCommissioning
GeneralDiagnostics
generalised
GenericConfigurationManagerImpl
GenericConnectivityManagerImpl
GenericImpl
@@ -601,6 +606,8 @@ HKDF
HMAC
hoc
homebrew
HomePod
HomePods
hostapd
hostname
href
@@ -614,6 +621,7 @@ IasWd
iaszone
ibb
ICA
iCloud
ICMP
IDF
IDL
@@ -659,6 +667,7 @@ InvokeCommandRequests
InvokeCommandResponse
IoT
ipaddr
iPadOS
ipadr
ipp
iptables
@@ -761,6 +770,7 @@ LTE
LTS
LwIP
LwIP's
LZMA
macaddr
machineType
MacOS
@@ -884,6 +894,7 @@ NodeId
nongnu
nordicsemi
NotAvailable
NotifyUpdateApplied
notValue
npm
nRF
@@ -944,6 +955,7 @@ OTARequestorDriver
OTARequestorInterface
OTARequestorSerialPort
OTARequestorStorage
otasoftwareupdateapp
OtaSoftwareUpdateProvider
otasoftwareupdaterequestor
otatesting
@@ -1087,8 +1099,8 @@ REPL
repo
req
Requestor
RequestorCanConsent
Requestor's
RequestorCanConsent
Requestors
responder
RestrictedEvent
@@ -1134,8 +1146,8 @@ SDB
SDC
SDHC
SDK
sdkconfig
SDK's
sdkconfig
SDKs
SDKTARGETSYSROOT
sdl
@@ -1321,6 +1333,7 @@ ttymxc
ttyUSB
TurbidityConcentrationMeasurement
TvCasting
tvOS
TXD
txt
uargument
@@ -1367,8 +1380,8 @@ util
utils
UUID
ux
VCP
validator
VCP
Vectorcall
VendorID
VendorName
@@ -1392,6 +1405,7 @@ WaitNewInputEvent
WakeOnLan
WantedBy
watchdogTimeout
watchOS
webpage
wg
wget
61 changes: 57 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -23,147 +23,200 @@ repo:
############################################################
examples:
- examples/*
- examples/**/*

############################################################
# Documentation
############################################################
documentation:
- docs/*
- docs/**/*
- "*.md"

############################################################
# Tools + Development Items
############################################################
scripts:
- scripts/*
- scripts/**/*

integrations:
- integrations/*
- integrations/**/*

vscode:
- .vscode
- .devcontainer
- .vscode/*
- .vscode/**/*
- .devcontainer/*
- .devcontainer/**/*

gn:
- build/*
- build/**/*
- build_overrides/*
- build_overrides/**/*
- .gn
- "*.gn"
- "*.gni"

github:
- .github
- .github/*
- .github/**/*

workflows:
- .github/workflows/*
- .github/workflows/**/*

tools:
- src/tools/*
- src/tools/**/*
- tools/*
- tools/**/*
- examples/chip-tool/*
- examples/chip-tool/**/*

############################################################
# Tests
############################################################
tests:
- src/app/tests/*
- src/app/tests/suites/*
- src/app/tests/suites/certification/*
- src/app/tests/**/*

test driver:
- src/test_driver/*
- src/test_driver/**/*

############################################################
# Source Code
############################################################
qr code:
- src/qrcode/*
- src/qrcode/**/*
- src/qrcodetool/*
- src/qrcodetool/**/*

lwip:
- src/lwip/*
- src/lwip/**/*

inet:
- src/inet/*
- src/inet/**/*

config:
- config/*
- config/**/*

lib:
- src/lib/*
- src/lib/**/*

core:
- src/lib/core/*
- src/lib/core/**/*

protocols:
- src/lib/protocols/*
- src/lib/protocols/**/*

shell:
- src/lib/shell/*
- src/lib/shell/**/*

support:
- src/lib/support/*
- src/lib/support/**/*

crypto:
- src/crypto/*
- src/crypto/**/*

controller:
- src/controller/*
- src/controller/**/*

ble:
- src/ble/*
- src/ble/**/*

android:
- src/android/*
- src/android/**/*

app:
- src/app/*
- src/app/**/*

transport:
- src/transport/*
- src/transport/**/*

system:
- src/system/*
- src/system/**/*

setup payload:
- src/setup_payload/*
- src/setup_payload/**/*

############################################################
# Platforms
############################################################
platform:
- src/platform/*
- src/platform/**/*
- config/tizen/chip-gn/platform/*
- config/tizen/chip-gn/platform/**/*
- examples/platform/*
- examples/platform/**/*
- scripts/tools/memory/platform/*
- scripts/tools/memory/platform/**/*
- src/include/platform/*
- src/include/platform/**/*
- src/lib/dnssd/platform/*
- src/lib/dnssd/platform/**/*

darwin:
- src/platform/Darwin/*
- src/platform/Darwin/**/*
- src/darwin/*
- src/darwin/**/*
- examples/darwin-framework-tool/*
- examples/darwin-framework-tool/**/*

efr32:
- src/platform/EFR32/*
- src/platform/EFR32/**/*

esp32:
- src/platform/ESP32/*
- src/platform/ESP32/**/*

freeRTOS:
- src/platform/FreeRTOS/*
- src/platform/FreeRTOS/**/*

k32w:
- src/platform/K32W/*
- src/platform/K32W/**/*

linux:
- src/platform/Linux/*
- src/platform/Linux/**/*

nrf connect:
- src/platform/nrfconnect/*
- src/platform/nrfconnect/**/*

openthread:
- src/platform/openthread/*
- src/platform/openthread/**/*

zephyr:
- src/platform/Zephyr/*
- src/platform/Zephyr/**/*

telink:
- src/platform/telink/*
- src/platform/telink/**/*
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -391,7 +391,7 @@ jobs:
# use that on Darwin.
# * the "host clang" build, which uses the pigweed
# clang.
"default") GN_ARGS='target_os="all" is_asan=true enable_host_clang_build=false enable_host_gcc_mbedtls_build=false';;
"default") GN_ARGS='target_os="all" is_asan=true enable_host_clang_build=false enable_host_clang_boringssl_crypto_tests=false';;
"python_lib") GN_ARGS='enable_rtti=true enable_pylib=true';;
esac
BUILD_TYPE=$BUILD_TYPE scripts/build/gn_gen.sh --args="$GN_ARGS" --export-compile-commands
2 changes: 2 additions & 0 deletions .github/workflows/cherry-picks.yaml
Original file line number Diff line number Diff line change
@@ -22,6 +22,8 @@ jobs:
|| (contains(github.event.pull_request.labels.*.name, 'examples'))
|| (contains(github.event.pull_request.labels.*.name, 'scripts'))
|| (contains(github.event.pull_request.labels.*.name, 'tests'))
|| (contains(github.event.pull_request.labels.*.name, 'integrations'))
|| (contains(github.event.pull_request.labels.*.name, 'request sve'))
|| (contains(github.event.pull_request.labels.*.name, 'workflows'))
|| (contains(github.event.pull_request.labels.*.name, 'github'))
|| (contains(github.event.pull_request.labels.*.name, 'sve cherry-pick'))
7 changes: 4 additions & 3 deletions .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
@@ -110,10 +110,11 @@ jobs:
chip_build_tests=false \
chip_enable_wifi=false \
chip_im_force_fabric_quota_check=true \
enable_default_builds=false \
enable_host_gcc_build=true \
enable_host_gcc_mbedtls_build=false \
enable_host_clang_build=false \
enable_fake_tests=false
enable_standalone_chip_tool_build=true \
enable_linux_all_clusters_app_build=true \
enable_linux_lighting_app_build=true
- name: Run Tests
timeout-minutes: 25
run: |
Loading

0 comments on commit 884135f

Please sign in to comment.