-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
manifest: Upmerge #12112
Merged
Merged
manifest: Upmerge #12112
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a0e6b3b
manifest: Upmerge of sdk-nrf repositories
de-nordic db51b11
treewide: Remove CONFIG_BOOT_ENCRYPT_ from config files
de-nordic 172a289
net/l2_wifi: Use conn_mgr_connectivity_impl.h
de-nordic 0297767
samples: Fix renamed conn_mgr headers and functions
de-nordic 237a517
samples: wifi: twt: Rename get_twt_err_code_str
de-nordic 0200a89
drivers: net: eth_rtt: Select CRC
de-nordic 20c25f5
applications: Add MCUboot bootutil library
de-nordic 084a5ab
samples: matter: Fix missing mcumgr header
de-nordic 30098e4
treewide: Use CONFIG_NET_CONNECTION_MANAGER_MONITOR_STACK_SIZE
de-nordic 5d4fa1f
samples: cellular: add Kconfigs to modem_trace_backend
richardmccrae-nordicsemi 3527b5b
ext: iperf3: Disable compilation of iperf_catch_sigend()
trantanen 1aa4ff2
samples: matter: Forced using minimal libc for mcuboot image
kkasperczyk-no 56d117d
bootloader: bl_boot: update UART Kconfigs
eivindj-nordic f845fd1
applications: nrf_desktop: Disable GPIO ISR support in MCUboot
MarekPieta 36398c7
applications: nrf_desktop: Use minimal libc for child images
MarekPieta 93a7c4c
applications: nrf_desktop: Remove nrf52820 from quarantine
MarekPieta f8f2cfb
applications: nrf_desktop: Use minimal libc by default
MarekPieta a6af3e7
applications: nrf_desktop: Allow MCUboot to enable USB composite device
MarekPieta 3f0fb68
applications: Update usage of k_mem_slab_free
MarkusLassila c7fcfc3
treewide: Force MCUboot to use Minimal C lib instead of Picolib
de-nordic 18ff3bc
lib/edge_impulse/CMake: Ensure EI_URI is string
nvlsianpu af1ec68
applications: nrf5340_audio: Changes for upmerge
koffes 5764248
lib: nrf_modem: lte_conn: include implementation header
eivindj-nordic ced6252
treewide: main requires int type
de-nordic d294396
bluetooth: rpc: Fix bt_conn_foreach declaration
de-nordic fc1aed8
tests: event_manager_proxy: Remove unneded Kconfig setting
de-nordic 00d0aa5
tests: emds: Select CONFIG_CRC
de-nordic 00f6575
lib: date_time: Use native system time.h when for native posix
de-nordic 8fa6f7f
cmake: adjust PM related CMake variables to global properties
tejlmand 594b7b9
lib: location: Use native system time.h when for native posix
de-nordic b03f2ff
samples: bluetooth: peripheral_mds: Disable LOG_PRINTK
de-nordic df16f75
samples/matter: Add bootutil for image definitions
de-nordic da2d601
tests: lib: edge_impulse: Add edge_impulse.ei_wrapper to quarantine
katgiadla 0fe4020
samples: wifi: twt: Replace arrays to function calls
kapbh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ | |
# | ||
|
||
CONFIG_GPIO=y | ||
|
||
# Use minimal C library instead of the Picolib | ||
CONFIG_MINIMAL_LIBC=y |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ | |
# | ||
|
||
CONFIG_GPIO=y | ||
|
||
# Use minimal C library instead of the Picolib | ||
CONFIG_MINIMAL_LIBC=y |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
btw. Should also we update also MCUboot used by Thingy:53 (needs change in the sdk-mcuboot) or we allow it to switch to picolibc?
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.
IMHO everything MCUboot should be set to MINI, but I have seen that some of provided commits skip things like 7002.