[nrf52] add dfu - #9319
Conversation
|
Hey there @tomaszduda23, CODEOWNERS = ["@tomaszduda23"]And run (message by NeedsCodeownersLabel) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #9319 +/- ##
=======================================
Coverage 60.46% 60.46%
=======================================
Files 51 51
Lines 10422 10422
Branches 1390 1390
=======================================
Hits 6302 6302
Misses 3762 3762
Partials 358 358 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
To use the changes from this PR as an external component, add the following to your ESPHome configuration YAML file: external_components:
- source: github://pr#9319
components: [nrf52]
refresh: 1h(Added by the PR bot) |
There was a problem hiding this comment.
I feel like this should be built directly into either the zephyr or nrf52 component...
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
|
👋 Hi there! This PR modifies 6 file(s) with codeowners. @esphome/core - As codeowner(s) of the affected files, your review would be appreciated! 🙏 Note: Automatic review request may have failed, but you're still welcome to review. |
|
|
What does this implement/fix?
It allows to enter dfu without using reset pin.
Types of changes
Related issue or feature (if applicable):
Pull request in esphome-docs with documentation (if applicable):
Test Environment
Example entry for
config.yaml:# Example config.yamlChecklist:
tests/folder).If user exposed functionality or configuration variables are added/changed:
[nrf52] dfu esphome.io#5117