Skip to content

Commit

Permalink
Fix gn includes, spelling, wordlist
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
  • Loading branch information
andrei-menzopol committed Sep 27, 2022
1 parent 674e9cf commit 9f8bbc7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ accessor
AccountLogin
acdbc
ack
ACK
ACKed
ACL
ACLs
Expand Down Expand Up @@ -156,7 +155,6 @@ bootable
Bootloader
BorderRouterAP
bouffalolab
Bouffalolab
BRD
breakpoint
bredr
Expand Down Expand Up @@ -332,6 +330,7 @@ cxx
CY
CYW
DAC
DACs
dadbdcdddedf
DAP
DAPLINK
Expand Down Expand Up @@ -449,6 +448,7 @@ dryrun
DS
duplicative
DUT
DUTS
DV
DVK
dynload
Expand Down Expand Up @@ -596,9 +596,9 @@ GPL
GPLv
Gradle
gradlew
Groupcast
GroupId
GroupKeyManagement
Groupcast
groupKeySecurityPolicy
groupKeySetID
groupsettings
Expand Down Expand Up @@ -652,7 +652,6 @@ ignoreQueryImage
ihex
IlluminanceMeasurement
IM
IsInitiator
imager
imagetool
imageUri
Expand Down Expand Up @@ -695,6 +694,7 @@ ipynb
IPython
ISCAN
isHexString
IsInitiator
isLowerCase
isUpperCase
itemName
Expand Down Expand Up @@ -990,6 +990,7 @@ PAAs
PacketBuffer
PAI
PairDevice
PAIs
PAKE
palletsprojects
pankore
Expand Down Expand Up @@ -1376,13 +1377,14 @@ uint
ULA
UNBLUR
uncommissioned
Unencrypted
unfocus
Unicast
UniFlash
UnitLocalization
Unencrypted
unpair
unprovisioned
Unsecure
untrusted
updateAvailable
updateNotAvailable
Expand All @@ -1400,7 +1402,6 @@ userConsentState
userguide
USERINTERFACE
UserLabel
Unsecure
usermod
usr
UTF
Expand All @@ -1419,6 +1420,7 @@ ver
Verifier
Verifiers
VID
vids
virtualenv
visualstudio
vlatest
Expand Down
2 changes: 1 addition & 1 deletion src/platform/nxp/k32w/common/RamStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ CHIP_ERROR RamStorage::Write(uint16_t aKey, const uint8_t* aValue, uint16_t aVal
CHIP_ERROR err;
rsError status = RS_ERROR_NONE;

// Delete all occurences of "key" and resize buffer if needed
// Delete all occurrences of "key" and resize buffer if needed
// before scheduling writing of new value.
ramStorageDelete(sBuffer, aKey, -1);
status = ramStorageResize(&sBuffer, aKey, aValue, aValueLength);
Expand Down
7 changes: 7 additions & 0 deletions src/platform/nxp/k32w/k32w0/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ static_library("k32w0") {
"ble_function_mux.c",
]

public = [
"${chip_root}/src/credentials/DeviceAttestationCredsProvider.h",
"${chip_root}/src/credentials/examples/DeviceAttestationCredsExample.h",
"${chip_root}/src/credentials/examples/ExampleDACs.h",
"${chip_root}/src/credentials/examples/ExamplePAI.h",
]

if (chip_with_low_power != 0) {
sources += [
"LowPowerHooks.cpp",
Expand Down

0 comments on commit 9f8bbc7

Please sign in to comment.