commit | d191c13f0d3fdc08e17ec51a57dd05c759de4b2f | [log] [tgz] |
---|---|---|
author | Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no> | Tue May 07 13:04:51 2024 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Thu May 09 15:44:47 2024 +0200 |
tree | 91e993194769c35a2e4ccc2c33ddb88ec2d9ae8e | |
parent | fe4f101a99e7535eb3b378f876462f658c36d5c3 [diff] |
boards: control the network CPU directly Board initialization code should not use the network CPU management. It acts as a permanent request for the network CPU, which causes its users to be unable to turn it off. Instead, let the board initialization code control the network CPU directly. It sets initial state of the network core but does not have any impact on sharing the network CPU as a resource between its users. Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>