-
Notifications
You must be signed in to change notification settings - Fork 3k
rtl8195am : fix gpio toggle slow #6326
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
rtl8195am : fix gpio toggle slow #6326
Conversation
Ameba has two memory blocks: SDRAM(2M) and SRAM(512KB). SRAM has better access performance than SDRAM. So some timing critical codes must be moved to SRAM. fix for mbed-os issue ARMmbed#5778 rebase for ARMmbed#6289
/morph build |
/morph build |
Build : FAILUREBuild number : 1418 |
@M-ichae-l Can you please review the failure |
Hi, |
Please follow the above link (http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/6326/) where you can review the logs. The test that fails to build for ARMCC is a transaction test.
|
I pasted here git log (I branched from master as of today and fetched your branch). Run the command and reproduced the same errors. My armcc is |
Thank you very much. |
fix mbed-ci build error L6216E * (.ARM.exidx) and *(.init_array) must be placed explicitly, otherwise it is shared between two regions, and the linker is unable to decide where to place it.
I have update a new commit to fix the Error: L6216E. |
/morph build |
Build : SUCCESSBuild number : 1455 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1095 |
/morph test |
/morph mbed2-build |
Description
Ameba has two memory blocks: SDRAM(2M) and SRAM(512KB). SRAM has better access performance than SDRAM. So some timing critical codes must be moved to SRAM.
fix for mbed-os issue #5778
rebase for #6289
Pull request type