-
Notifications
You must be signed in to change notification settings - Fork 3k
Move emac-drivers from features into connectivity directory #13357
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
Conversation
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.
We may drop "targets" from the paths: connectivity/drivers/emac/targets/TARGET_*
-> connectivity/drivers/emac/TARGET_*
. The drivers directory is dedicated to target-specific drivers.
def68e0
to
99ebc01
Compare
connectivity/drivers/emac/README.md
Outdated
@@ -32,7 +32,7 @@ to control your device. This must be derived from class `EMAC`. | |||
This API is used by a network stack (or test framework) to control your driver. | |||
|
|||
The EMAC-derived driver would normally be installed in | |||
features/netsocket/emac-drivers, often in a `TARGET_XXX` directory. | |||
connectivity/drivers/emac/targets, often in a `TARGET_XXX` directory. |
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.
connectivity/drivers/emac/targets, often in a `TARGET_XXX` directory. | |
connectivity/drivers/emac, often in a `TARGET_XXX` directory. |
99ebc01
to
80d7404
Compare
@rajkan01, thank you for your changes. |
@LDong-Arm I dropped |
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.
Ah sorry there's another small remark. Otherwise it looks good to me.
doxyfile_options
Outdated
*/mbed-trace/* \ | ||
*/mbed-coap/* \ | ||
*/nanostack-libservice/* \ | ||
*/mbed-client-randlib/* \ | ||
*/nanostack/sal-stack-nanostack-eventloop/* \ | ||
*/ble/generic/* \ | ||
*/ble/pal/* \ | ||
*/components/802.15.4_RF/* \ | ||
*connectivity/drivers/802.15.4_RF/* \ |
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.
*connectivity/drivers/802.15.4_RF/* \ | |
*/connectivity/drivers/802.15.4_RF/* \ |
just for consistency...
80d7404
to
2add706
Compare
LGTM |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
Summary of changes
Moved
mbed-os/features/netsocket/emac-drivers
tombed-os/connectivity/drivers/emac
Impact of changes
None.
Migration actions required
None.
Documentation
To be updated
Pull request type
Test results
Manual testing: (Build for K64F target with ARMC6 toolchain)
Reviewers