-
Notifications
You must be signed in to change notification settings - Fork 3k
Update IAR Armv8M changes - Work in progress #9279
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
Update IAR Armv8M changes - Work in progress #9279
Conversation
a3b1985
to
78b3656
Compare
@deepikabhavnani, thank you for your changes. |
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.
I'm not comfortable with this coming into a patch release.
This is targeted to feature branch, feature branch will be merged in minor release |
adc2ef5
to
21de9a8
Compare
Thanks, I missed that. |
The Travis failures are caused by an issue fixed on master a few hours ago, and this change should be propagated here via rebase. Could you please rebase this PR when it is unparked. |
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
This is for OS2 testing. Previously, targets that were configured with the option "default_toolchain": "uARM" would still build to a TOOLCHAIN_ARM_STD directory. This fixes these targets to build into TOOLCHAIN_ARM_MICRO.
uARM targets now build in correct ARM_MICRO directory
…prevent_would_block ESP8266: prevent WOULD BLOCK from TX if UDP
BLE: Enforce advertising data payload limits
Travis: Fix doxy-spellcheck job
Adding debugger awarness with Keil MDK
The most common issue with using littlefs in mbed-os is when users change from littlefs->FAT->littlefs (or with MBR or similar). When this corrupts the superblock, littlefs tries to fall back to the backup superblock. However, at this point in the time the old superblock may be very out-of-date and pointing to an incorrect filesystem. There's no complete solution to a malicious modification of the filesystem (short of checking all metadata+data, a very expensive operation), but we can at least expand our validation to all of the metadata for the filesystem. This at least catches the common issues with changing between different filesystems.
FLASHIAP test: skip test if test region overlaps code
Add FLASH support to TARGET_MAX32620C and brd targets
Minor Doxygen fixes for BufferedBlockDevice and iBeacon
thread_mle_message_handler: fix build warning
Fix Out-Of-Band (OOB) data generation for BLE OOB pairing
…fy_rcvd_data_len ESP8266: add an error check for data overflow from modem side
…entea TCP/UDP greentea tests refactoring and cleanup
UNO_91H: open hal lib source
Clarify addition to CONFIGURATION.md
SD default configuration for ST boards is already defined in TARGET_STM
Fixes typos in SMSC9220 Ethernet driver
…le_default_config DirectAccess DeviceKey: add support for default storage type
Extended mount to check all metadata-pairs
Fix bug in templated attach function
…ce_test test: general_block_device fix to always erase prior the first program
tools: build_api: remove redundant initialization and fix spelling
Cortex-M23 / Cortex-M33 CPU settings for baseline and mainline profile (with optional floating and dsp options) updated.
ad3d029
to
9a78756
Compare
Closing this and creating new PR - one on mater and other on feature branch |
Description
Update IAR Armv8M changes
and IAR versionNot updating IAR version, will be done as part of feature branch merge.feature-iar8 needs to be tested with IAR 8.32 version - Update needed in CI
Pull request type
Reviewers