Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Include the missing words into the dictionary
  • Loading branch information
ATmobica committed Oct 28, 2021
1 parent 0a5525b commit e7b17d1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ argc
args
argv
armeabi
ARMmbed
armv
asdk
ASYNC
Expand All @@ -69,6 +70,7 @@ autotools
avL
AwaitNextAction
AXXXF
AYNJV
babaf
backend
backticks
Expand Down Expand Up @@ -118,6 +120,7 @@ CACACACA
cacerts
CAfile
cancelled
capacitive
CBB
cbd
CCMP
Expand Down Expand Up @@ -148,6 +151,7 @@ ChipImResponder
ChipLight
ChipMessageLayer
CHIPOBLE
CHIPProjectConfig
CHIPTest
CHIPTool
chmod
Expand All @@ -169,6 +173,7 @@ clusterListName
ClusterRevision
ClusterTestGeneration
cmake
CMakeLists
CMD
CMSIS
CMVH
Expand Down Expand Up @@ -207,6 +212,7 @@ cp
cpio
cpp
cppreference
CPROTO
cpuapp
cpython
crypto
Expand Down Expand Up @@ -304,6 +310,7 @@ eabi
EB
ECC
ECD
EchoMessage
EchoRequests
EchoResponse
EchoService
Expand Down Expand Up @@ -394,6 +401,7 @@ GetDeviceInfo
GetDns
GetIP
getstarted
githubusercontent
gitignore
glibc
gn
Expand Down Expand Up @@ -524,10 +532,12 @@ lifecycle
lightbulb
lightin
LightingColor
LightingState
LinkSoftwareAndDocumentationPack
LocalConfigDisabled
localhost
localstatedir
LockingState
loopback
LowPower
LPC
Expand Down Expand Up @@ -557,6 +567,12 @@ matterUTestLib
MaxInterval
MaxIntervalCeilingSeconds
MaxRtrAdvInterval
mbed
Mbed
MbedCommissioning
MbedNewTarget
mbedos
mbedTarget
mbedTLS
mcu
MCUboot
Expand All @@ -581,6 +597,7 @@ MfrDeviceCert
MfrDeviceId
mgmt
microcontroller
microcontrollers
MicroSD
middleware
Minicom
Expand All @@ -606,6 +623,8 @@ Multiband
Multicast
multilib
Multiprotocol
multithreaded
mutexes
MX
mydir
MyPASSWORD
Expand Down Expand Up @@ -652,6 +671,8 @@ OnOff
OnOffClusterTest
OnPlatformEvent
OO
openocd
OpenOCD
OpenSSL
OpenThread
OpenThreadDemo
Expand Down Expand Up @@ -689,6 +710,7 @@ peerAddrStr
pem
percentageLiftValue
pexpect
pickString
PID
Pigweed
PinCode
Expand All @@ -713,15 +735,18 @@ productrev
ProductRevision
ProductURL
proto
protobuf
protos
Prover
PRs
PSCAN
PSK
PSoC
PTR
pts
PumpConfigurationAndControl
pwd
PWM
PXXXF
py
pychip
Expand Down Expand Up @@ -767,6 +792,7 @@ repo
req
Requestor
responder
retargeting
reusability
rfid
rfids
Expand Down Expand Up @@ -801,6 +827,7 @@ SDC
SDHC
SDK
sdkconfig
SDK's
SDKs
SDK's
SDKTARGETSYSROOT
Expand Down Expand Up @@ -836,6 +863,7 @@ softmmu
SoftwareDiagnostics
SoftwareVersion
SoftwareVersionString
SPI
spinel
src
SRP
Expand All @@ -845,6 +873,7 @@ startoffset
StartScan
stderr
stdout
sterm
str
strcpy
su
Expand Down Expand Up @@ -876,6 +905,7 @@ systemduserunitdir
sysv
TargetNavigator
TBD
tcl
TCP
teardown
Telink
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mbedos_add_new_target.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The Matter project continue integration process is based on Github Actions tool.
It uses workflow configuration files to execute actions on CI server.

To add the new target to the validation process of building Mbed OS applications
you need to modify the `.gtihub/workflows.examples-mbed.yaml` file. Extend the
you need to modify the `.github/workflows/examples-mbed.yaml` file. Extend the
job's environment variable **APP_TARGET** with the target name.

Example:
Expand Down

0 comments on commit e7b17d1

Please sign in to comment.