-
Notifications
You must be signed in to change notification settings - Fork 3k
BLE streamlining #13365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE streamlining #13365
Changes from all commits
365cb3c
55efdb3
7e64019
9603708
1d4d3e1
98bb0f7
72b7d97
dbc006b
ec4cbb7
b6db853
f6a8610
8bdd6bc
6aac3ac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -1,9 +1,10 @@ | ||||||||
^BUILD | ||||||||
^cmsis | ||||||||
^connectivity/drivers/ble | ||||||||
^connectivity/FEATURE_BLE | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
This is what I mean - external code only. See my discussion with Paul earlier. @adbridge There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or can we do another PR to fix this, since this one is already pretty big? |
||||||||
^connectivity/libraries/mbed-coap | ||||||||
^connectivity/libraries/ppp | ||||||||
^features/cryptocell | ||||||||
^features/FEATURE_BLE | ||||||||
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV | ||||||||
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM | ||||||||
^features/frameworks | ||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR - no need to fix it here:
We'd better only ignore external components (e.g. Cordio) while keeping checks on our code. If any styles don't match, the CI generates a diff we can apply without manual fixes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the old check was for features/FEATURE_BLE so I figured I'd better move it as is since I don't want to get bogged down with astyle right now, we can fix this in a later PR