Open
Conversation
6c7838f to
6d789c5
Compare
|
64e1188 to
d5d54ea
Compare
Update west manifest to NCS v3.3.0-rc2. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Update BLE adapter and connection management for NCS 3.3 API changes. Update corresponding unit tests. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Migrate from partition manager YAML to device tree source for samples and tests. Improves maintainability and aligns with NCS 3.3 best practices. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Add boot_check test scenarios with console harness for NCS 3.3 testing infrastructure. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Fix NCS 3.3 Kconfig compliance by removing "Enable" prefix from boolean prompts. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Replace native_posix with native_sim in CI workflows and update compliance test scripts and hooks to work with NCS 3.3. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Add KconfigBasic.txt to gitignore to avoid tracking compliance check artifacts. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Add AGENTS.md with comprehensive agent development instructions accessible to any AI agent tool. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Fix remaining build compatibility issues in samples and unit tests for NCS 3.3. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Add MERGED_HEX_FILES default to Kconfig.sysbuild so that a combined mcuboot+application hex is produced automatically for all boards. Placed inside the BOOTLOADER_MCUBOOT block and using Kconfig default syntax, consistent with the existing sysbuild config style. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Three related fixes: 1. Kconfig.sysbuild: SOC_SERIES_NRF53X is an app-image Kconfig symbol; in sysbuild context the correct symbol is SOC_SERIES_NRF53. The wrong name caused PARTITION_MANAGER to never be enabled for nRF53 boards, meaning pm_static_*.yml was silently ignored and the DTS fallback had no mfg_storage node to resolve. 2. app_mfg_config.h: guard FIXED_PARTITION_EXISTS/OFFSET/SIZE calls with USE_PARTITION_MANAGER so PM-managed boards use pm_config.h macros instead of non-existent DTS nodelabels. 3. sid_mfg_storage.c: same PM guard for the fprotect_area call that protects the mfg_storage region at init. Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
Use sdk-nrf v3.0.0 release tag Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI parameters
Description
JIRA ticket:
Self review