Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-ota-for-pump-controller-app
Browse files Browse the repository at this point in the history
  • Loading branch information
tlykkeberg-grundfos committed Mar 8, 2022
2 parents b08b1aa + 16c7fea commit fe3398b
Show file tree
Hide file tree
Showing 573 changed files with 158,490 additions and 24,342 deletions.
34 changes: 32 additions & 2 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ AccountLogin
acdbc
ACKed
ACL
ACLs
AdapterAddress
AdapterName
adb
AddNOC
AddOrUpdateThreadNetwork
AddOrUpdateWiFiNetwork
addr
Expand Down Expand Up @@ -164,6 +166,7 @@ cancelled
capacitive
CarbonDioxideConcentrationMeasurement
CarbonMonoxideConcentrationMeasurement
CaseAdminNode
CatalogVendorId
CBB
cbd
Expand All @@ -185,6 +188,7 @@ CharString
checkmark
ChipBLEMgr
CHIPCirqueTest
CHIPConfig
CHIPCryptoPALHsm
CHIPDeviceController
ChipDeviceCtrl
Expand All @@ -198,6 +202,7 @@ ChipImResponder
ChipLight
ChipMessageLayer
CHIPOBLE
CHIPProjectAppConfig
CHIPProjectConfig
CHIPTest
chiptests
Expand Down Expand Up @@ -301,6 +306,7 @@ DataFrame
DataModelRevision
dataset
datasets
DataVersion
dbf
DBG
dBm
Expand Down Expand Up @@ -632,17 +638,21 @@ JTAG
Jupyter
jupyterlab
KA
kAdminister
kBusy
kCase
Kconfig
KeypadInput
kGroup
kInvalidCommandId
KitProg
kManage
kNodeIdNotSpecified
knownissues
kOperate
kPAKEParameterError
kPase
kView
KVS
kWindowNotOpen
LabelList
Expand All @@ -669,6 +679,7 @@ libical
libncurses
libreadline
libsdl
libshell
libssl
libstdc
libthread
Expand Down Expand Up @@ -903,6 +914,7 @@ peerNodeId
peerSessionId
pem
percentageLiftValue
periodicQueryTimeout
pexpect
pickString
PID
Expand Down Expand Up @@ -943,6 +955,7 @@ providerNodeId
ProxyConfiguration
ProxyDiscovery
ProxyValid
ProxyView
PRs
PSCAN
PSK
Expand Down Expand Up @@ -981,6 +994,7 @@ raspberryPi
RasPi
rAv
RCP
ReadAttribute
ReadConfigValue
readelf
readfds
Expand Down Expand Up @@ -1177,7 +1191,6 @@ ThermostatUserInterfaceConfiguration
ThIsIsNoTMyReAlGiThUbToKeNSoDoNoTtRy
ThreadNetworkDiagnostics
threadOperationalDataset
threadnetworkdiagnostics
ThreadStackManager
ThreadStackManagerImpl
ths
Expand Down Expand Up @@ -1217,8 +1230,8 @@ ttyUSB
TurbidityConcentrationMeasurement
TXD
txt
UART
uargument
UART
udc
udcport
udhcpc
Expand Down Expand Up @@ -1294,6 +1307,7 @@ wmm
WPA
wpan
wra
WriteAttribute
writefds
wrover
WS
Expand Down Expand Up @@ -1329,6 +1343,7 @@ xFF
xFFF
xFFFF
xfffff
xFFFFFFFD
xffffffffe
xfffffffff
xtensa
Expand Down Expand Up @@ -1359,3 +1374,18 @@ Zigbee
zigbeealliance
zigbeethread
libshell
TestGroupDemoConfig
ACLs
AddNOC
CHIPConfig
CHIPProjectAppConfig
CaseAdminNode
DataVersion
ProxyView
ReadAttribute
WriteAttribute
kAdminister
kManage
kOperate
kView
xFFFFFFFD
13 changes: 10 additions & 3 deletions .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
# Don't cancel an already-running bloat check just because it took more
# than 5 minutes to run and our cron job is trying to schedule a new one.
cancel-in-progress: false

jobs:
pull_request_update:
name: Report on pull requests
Expand All @@ -33,8 +33,15 @@ jobs:
image: connectedhomeip/chip-build:0.5.56

steps:
- name: Checkout
uses: actions/checkout@v2
- uses: Wandalen/[email protected]
name: Checkout
with:
action: actions/checkout@v3
with: |
submodules: true
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000

- name: Report
run: |
Expand Down
Loading

0 comments on commit fe3398b

Please sign in to comment.