Draft
Conversation
Total of 215 commits. Changes include: af974c30747 soc: intel_adsp: ace: add IMR info registers 35a1e62035f soc: intel_adsp: ace40: extend hwreg1 MMU mapping c0715601b22 west.yml: Sync hal_nxp repo 882387eeaa5 drivers: ieee802154: Properly namespace AF_UNSPEC by NET_AF_UNSPEC 5f7c4516710 west: spdx: Fix copyright parsing in REUSE 0.6.x Signed-off-by: Mateusz Junkier <mateusz.junkier@intel.com>
After Zephyr changes in commit af974c30747 replace removed IMR_L3_HEAP_SIZE to ace_imr_get_mem_size(). This fixes build error: zephyr/lib/alloc.c:220:27: error: 'IMR_L3_HEAP_SIZE' undeclared (first use in this function) Signed-off-by: Mateusz Junkier <mateusz.junkier@intel.com>
Member
|
PR #10173 covers this. |
Author
|
reopen only for tests |
Signed-off-by: Mateusz Junkier <99177740+majunkier@users.noreply.github.com>
Signed-off-by: Mateusz Junkier <99177740+majunkier@users.noreply.github.com>
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.
After Zephyr changes in commit af974c30747 replace removed IMR_L3_HEAP_SIZE to ace_imr_get_mem_size().
This fixes build error : zephyr/lib/alloc.c:220:27: error: 'IMR_L3_HEAP_SIZE' undeclared (first use in this function)