Skip to content

Commit

Permalink
[spell] Revert .github changes to pass restyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
turon committed Dec 16, 2021
1 parent a20b4e6 commit 365d10f
Show file tree
Hide file tree
Showing 8 changed files with 3,508 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zap_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Generate all
timeout-minutes: 15
run: scripts/tools/zap_regen_all.py
- name: Check for uncommitted changes
- name: Check for uncommited changes
run: |
git add .
# Show the full diff
Expand Down
2 changes: 1 addition & 1 deletion src/ble/BleLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class DLL_EXPORT BleLayer
CHIP_ERROR CancelBleIncompleteConnection();
CHIP_ERROR NewBleConnectionByDiscriminator(uint16_t connDiscriminator, void * appState = nullptr,
BleConnectionDelegate::OnConnectionCompleteFunct onSuccess = OnConnectionComplete,
BleConnectionDelegate::OnConnectionErrorFunct onError = OnConnectionError);
BleConnectionDelegate::OnConnectionErrorFunct onError = OnConnectionError);
CHIP_ERROR NewBleConnectionByObject(BLE_CONNECTION_OBJECT connObj);
CHIP_ERROR NewBleEndPoint(BLEEndPoint ** retEndPoint, BLE_CONNECTION_OBJECT connObj, BleRole role, bool autoClose);

Expand Down
4 changes: 2 additions & 2 deletions src/controller/InvokeInteraction.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ InvokeCommandRequest(Messaging::ExchangeManager * aExchangeMgr, const SessionHan
ReturnErrorOnFailure(commandSender->SendCommandRequest(sessionHandle));

//
// We've effectively transferred ownership of the above allocated objects to CommandSender, and we need to wait for it to call us
// back when processing is completed (through OnDone) to eventually free up resources.
// We've effectively transferred ownership of the above allocated objects to CommandSender, and we need to wait for it to call
// us back when processing is completed (through OnDone) to eventually free up resources.
//
// So signal that by releasing the smart pointer.
//
Expand Down
2 changes: 1 addition & 1 deletion src/inet/TCPEndPointImplSockets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ CHIP_ERROR TCPEndPointImplSockets::BindImpl(IPAddressType addrType, const IPAddr
// non-deterministic connection dispatch when multple clients
// listen on the address with the same degreee of selectivity,
// e.g. two untargetted-listen CHIP clients, or two
//targeted-listen CHIP clients with the same node id.
// targeted-listen CHIP clients with the same node id.

if (setsockopt(mSocket, SOL_SOCKET, SO_REUSEPORT, &n, sizeof(n)) != 0)
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/support/PersistentStorageMacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ constexpr const char kNextAvailableKeyID[] = "StartKeyID";
{ \
constexpr size_t len = std::extent<decltype(keyPrefix)>::value; \
nlSTATIC_ASSERT_PRINT(len > 0, "keyPrefix length must be known at compile time"); \
/* 2 * sizeof(chip::NodeId) to accommodate 2 character for each byte in Node Id */ \
/* 2 * sizeof(chip::NodeId) to accommodate 2 character for each byte in Node Id */ \
char key[len + 2 * sizeof(chip::NodeId) + 1]; \
nlSTATIC_ASSERT_PRINT(sizeof(node) <= sizeof(uint64_t), "Node ID size is greater than expected"); \
snprintf(key, sizeof(key), "%s%" PRIx64, keyPrefix, node); \
Expand Down
2 changes: 1 addition & 1 deletion third_party/openthread/ot-qorvo
Submodule ot-qorvo updated 47 files
+2 −2 .github/workflows/build.yml
+0 −49 .gitignore
+8 −10 CMakeLists.txt
+1 −2 README.md
+0 −36 etc/options.cmake
+1 −1 openthread
+6 −7 script/build
+1 −1 script/test
+8 −72 src/gp712/CMakeLists.txt
+0 −44 src/gp712/crypto/gp712-mbedtls-config.h
+0 −385 src/gp712/uart-socket.c
+7 −57 src/qpg6095/CMakeLists.txt
+3 −13 src/qpg6095/crypto/qpg6095-mbedtls-config.h
+7 −57 src/qpg6100/CMakeLists.txt
+3 −13 src/qpg6100/crypto/qpg6100-mbedtls-config.h
+3 −0 src/qpg6100/platform.c
+0 −96 src/qpg6105/CMakeLists.txt
+0 −62 src/qpg6105/alarm.c
+0 −78 src/qpg6105/alarm_qorvo.h
+0 −42 src/qpg6105/arm-none-eabi.cmake
+0 −230 src/qpg6105/crypto/aes_alt.h
+0 −163 src/qpg6105/crypto/ccm_alt.h
+0 −233 src/qpg6105/crypto/ecjpake_alt.h
+0 −657 src/qpg6105/crypto/ecp_alt.h
+0 −44 src/qpg6105/crypto/qpg6105-mbedtls-config.h
+0 −194 src/qpg6105/crypto/sha256_alt.h
+0 −78 src/qpg6105/diag.c
+0 −49 src/qpg6105/entropy.c
+0 −50 src/qpg6105/logging.c
+0 −49 src/qpg6105/misc.c
+0 −43 src/qpg6105/misc_qorvo.h
+0 −40 src/qpg6105/openthread-core-qpg6105-config-check.h
+0 −53 src/qpg6105/openthread-core-qpg6105-config.h
+0 −89 src/qpg6105/platform.c
+0 −59 src/qpg6105/platform_qorvo.h
+0 −420 src/qpg6105/radio.c
+0 −220 src/qpg6105/radio_qorvo.h
+0 −56 src/qpg6105/random_qorvo.h
+0 −129 src/qpg6105/settings.cpp
+0 −59 src/qpg6105/settings_qorvo.h
+0 −90 src/qpg6105/uart.c
+0 −89 src/qpg6105/uart_qorvo.h
+8 −72 src/qpg7015m/CMakeLists.txt
+0 −44 src/qpg7015m/crypto/qpg7015m-mbedtls-config.h
+34 −0 src/qpg7015m/logging.c
+0 −385 src/qpg7015m/uart-socket.c
+8 −20 third_party/Qorvo/CMakeLists.txt
3,500 changes: 3,500 additions & 0 deletions zzz_generated/chip-tool/zap-generated/reporting/Commands.h

Large diffs are not rendered by default.

0 comments on commit 365d10f

Please sign in to comment.