-
Notifications
You must be signed in to change notification settings - Fork 3k
Feature IAR8: Update Realtek's lib to iar 8.20 #5520
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
Two new block properties available in linker configuration files: "expanding size" and "minimum size" for IAR 8.11.2 and above Sample: define block HEAP with expanding size, minimum size = 16K, alignment = 8 {}; This block will expand to consume all remaining available space in the range where it is placed. If several such blocks end up in the same range, they will share the remaining space. Cannot place a block with expanding size inside another block with expanding size, inside a block with maximum size, or inside an overlay.
RAM define/section if splited, IAR exanpding size considers just one section while heap creation which results in smaller chunk for heap. This commit is to unify the RAM section.
@Archcady Is it just a rebuild or does it also contain fixes ? |
@pan- I rebuild the lib as @samchuarm requests, and I successfully ran some examples with it. |
/morph build |
@Archcady I was just being curious; I wasn't asking for something specific. |
Build : FAILUREBuild number : 549 |
Failure is known, will provide an update soon. |
@Archcady We will provide another PR that removes support for both this target and the UBLOX target. This will pass CI. After that PR is merged, you will need to rebase and add a revert for the commit that removes support for this target. I'll mention the preceding PR in this thread when I make it. |
a45666d
to
5704edc
Compare
Closing for now since dependent PR is inactive. Please reopen when updates are available. |
Rebuild libraries with IAR 8.20