-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix for online mbed compiler fail for target REALTEK_RTL8195AM #5719
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
consistent with other tools
correct proprietary headers for some of our codes
also fix a minor building error
…tek/Lwipopts_conf.h to features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_Realtek/Lwipopts_conf.h
also reduce replicated code
also a minor fix to IAR icf file
correct heap size in icf file; improve REALTEK_RTL8195AM.py
right now still need to add flag in gcc.py, we are fixing!
…_imp2 CriticalSectionLock class improvement
As this is os tick implementation for rtos, it should not be compilied if rtos not present (mbed 2)
Travis: dsp only for cortex-m
Build api used to build cmsis separately (how mbed 2 is being build). This is currently not how cmsis is being defined. As there target dependencies in some cases, we should include paths from targets when building cmsis
Use mbed critical section
As it does not share the codebase with RZ A1H, it needs to be disabled until bring it up to date with the latest changes to cmsis. There are changes regarding caches, mmu and others
Renesas: fix cmsis lib build
@Archcady Can you rebase to get the latest changes (fixes travis) ? |
# Conflicts: # targets/TARGET_Realtek/TARGET_AMEBA/RTWInterface.cpp
…nto realtek-pr-oc
Rebased with master |
Please verify the commits on the branch, github shows plenty master commits here |
@ARMmbed/team-realtek |
…chcady/mbed-os into realtek-pr-oc"" This reverts commit 8420678.
Some issue with the branch, I shall make the changes and update this again. |
Due to issues with current branch, I shall re-create this PR on a new branch |
@samchuarm, @0xc0170 @adbridge, @theotherjimmy I have created a totally new PR for this #5794 which is rebased to latest mbed-os master. Would be great if that could be reviewed. |
Notes:
This pull request fixes the mbed online compile failure for the REALTEK_RTL8195AM device.
Description
The failure was caused due to a difference in the naming convention of object files generated by the online vs offline compiler.
The .sct file of the ARM compiler was modified to allow for seamless binary generation in both the online as well as offline compilers.
This PR is to fix the issue ARMmbed/mbed-os-example-blinky#102 and #5626
Status
READY
Migrations
Once this PR is merged, the online compilation should succeed
Related PRs
N/A
Todos
Deploy notes
No changes in build environment or tools required