-
Notifications
You must be signed in to change notification settings - Fork 722
[nrf noup] samples/mgmt/smp_svr: Add nrf5340dk_nrf5340 support #909
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
f420fb0 to
ef7023b
Compare
1b3d5c5 to
d7500d9
Compare
|
In case of problems with Jenkins CI for the future, please rebase your PR branch to the newest |
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.
Why is this downstream? cc @de-nordic @nordicjm
Because this is partition manager enabled configuration to allow our customers to build smp_svr sample for nrf5340dk with APP/NET CPU update capabilities. |
fbe6048 to
c6184a9
Compare
Needed to support sysbuild (app + flpr) with --erase option. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit 146195a) Signed-off-by: Rafał Kuźnia <[email protected]>
Erase and reset must run only once during flashing. This prevents a situation, where the next flashed image erases the previous one. Upstream PR: zephyrproject-rtos/zephyr#73900 Signed-off-by: Rafał Kuźnia <[email protected]>
Adjustment LFXO CLOAD value. New value is a resualt of DK's characterization. Signed-off-by: Karol Lisak <[email protected]>
In case of thread failure, fix the registrations by properly managing the synchronization i.e. use conditional wait only if thread is being initialized or will be initialized, else check for success or failure without waiting for conditional variables. Fixes #73523. Upstream PR: zephyrproject-rtos/zephyr#73524 Signed-off-by: Chaitanya Tata <[email protected]>
Increasing the adv latency range to the minimum valid ReceiveDelay value, 10ms. 4ms might be small for some target systems. Signed-off-by: alperen sener <[email protected]> (cherry picked from commit 0b220dd) Signed-off-by: alperen sener <[email protected]>
APIs for enabling and disabling the scanner may take larger time than expected and scheduling of the lpn state machine is affected by it. Since these type of latencies are factored into timeouts and scheduling times, we need to call scan enable/disable APIs after scheduling the next event time for LPN state machine to be more accurate. Signed-off-by: alperen sener <[email protected]> (cherry picked from commit c93859c) Signed-off-by: alperen sener <[email protected]>
Fixes issue where PB GATT Server will drop advertising device name if optional provisioning URI is not provided. Signed-off-by: Anders Storrø <[email protected]> (cherry picked from commit cee8080) Signed-off-by: alperen sener <[email protected]>
…ection Adds a tag to the sysbuild application configuration section so it can be referenced in other documentation Upstream PR: zephyrproject-rtos/zephyr#74002 Signed-off-by: Jamie McCrae <[email protected]>
Enable execution of ADC driver tests on nrf54l15. Overlay file for nrf54l15 already exists. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 7a5f2ad)
kconfig_soc_root was mistakenly set to value of BOARD_ROOT. Fix this by correctly set kconfig_soc_root to the value of SOC_ROOT. Upstream PR: zephyrproject-rtos/zephyr#74057 Signed-off-by: Torsten Rasmussen <[email protected]> (cherry picked from commit e7aef7ffb9b197efd914fe402621b63d28551f9e)
For 2.4GHz and 6GHz bands, while counting the channels in configured range, start of the range is being counted twice. Correct this by advancing the index by 1 while counting channels in range. Upstream PR: zephyrproject-rtos/zephyr#74063 Signed-off-by: Ravi Dondaputi <[email protected]>
Legacy shim takes less flash so it should be a first choice on cores with less code memory (like RISCV cores on nrf54h20). Adding new instances support to the legacy shim. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit d07b13d)
d599e2b removed early return from sys_clock_timeout_handler if current counter value is less than cc_val. It seems that this return is needed as after the removal some stress tests which were using system timers heavily started to hang. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit af3c8b9)
As the Infocenter will soon be taken offline, updating links to point to TechDocs. Upstream PR: zephyrproject-rtos/zephyr#73693 Signed-off-by: Pekka Niskanen <[email protected]> (cherry picked from commit ce1ade30b61d889cbc595ae84e419c34d4ab419f)
…build list nrf-squash! [nrf noup] scripts: west: build: Use sysbuild by default if in NCS dir Adds the example NCS project to the list of repos that should build using sysbuild by default Signed-off-by: Jamie McCrae <[email protected]>
…e.yaml Set the bootloader choice for the sample.modules.canopennode.program_download test case in the sample.yaml file instead of sysbuild.conf. The reason for this change is to avoid building MCUboot by default when using the --sysbuild option, as it may not be compatible with all platforms. This is currently causing issues on platforms like nRF54H20 where sysbuild is always used. Upstream PR: zephyrproject-rtos/zephyr#74101 Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 4ca5c66b34e973a83f909d06ffde857e90f57aa6)
When TF-M is used, zephyr must use a different interrupt line for GRTC. Upstream PR: zephyrproject-rtos/zephyr#74084 Signed-off-by: Vidar Lillebø <[email protected]> (cherry picked from commit ff95bb4af6923553c545da9374ed665bf2ec471d)
… validation Fix missing validation of Connection Update Ind PDU. Ignore invalid connection update parameters and force a silent local connection termination. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 4b6d3f1) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
…ntation Refactor reused function in BT_CTLR_LE_ENC feature. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit fe205a5) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
…eeded A Host shall consider any error code that it does not explicitly understand equivalent to the error code Unspecified Error (0x1F). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 78466c8) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Add unit tests to cover explicit LLCP error code check and cover the same in the Controller implementation. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit d6f2bc9) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
…on changes If the new encryption state is the same as the old one, there's no point in doing additional processing or callbacks. Simply log a warning and ignore the HCI event in such a case. Signed-off-by: Johan Hedberg <[email protected]> (cherry picked from commit bf363d7) Signed-off-by: Vinayak Kariappa [email protected] <[email protected]>
Adding nordic,pm-ext-flash chosen pointing to mx25r64 as external flash for partition manager. Signed-off-by: Dominik Ermel <[email protected]>
Add nrf5340dk_nrf5340 board specific configuration that allows for APP and NET updates. NCSDK-16882 Signed-off-by: Dominik Ermel <[email protected]>
9cd52f0 to
9c5bf9f
Compare
|
@de-nordic This was superseded by #2269 |
Add nrf5340dk_nrf5340 board specific configuration that allows for APP and NET updates.
NCSDK-16882
Signed-off-by: Dominik Ermel [email protected]