-
Notifications
You must be signed in to change notification settings - Fork 3k
Add Support for Toshiba TMPM4G9 #7923
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
Rebased |
Hi @0xc0170, any status update on this PR. |
I'll review it today |
NVIC_ClearPendingIRQ(INTT32A00_A_CT_IRQn); | ||
} | ||
|
||
void us_ticker_free(void) |
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.
why this function is empty?
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.
For successful compilation added this function body. However implemented the function now.
define symbol __ICFEDIT_region_BRAM_end__ = 0x200307FF; | ||
/*-Sizes-*/ | ||
/*Heap 1/4 of ram and stack 1/8*/ | ||
define symbol __ICFEDIT_size_cstack__ = 0xC000; |
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.
1k stack size
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.
We have changed the stack size to 1K.
/morph build |
Build : SUCCESSBuild number : 3141 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2748 |
@ganesh-ramachandran Can you review the 2 failures ? What IAR version is required? This requires a new cmsis pack, will request the update (uvision failure) |
Test : SUCCESSBuild number : 2945 |
@0xc0170, for IAR - issue is due to IAR version. Issue occurs in IAR V7.5... We are working with IAR 7.8... and no issues with that. For uvision failure - M4G9 keil pack to be installed (http://www.keil.com/dd2/toshiba/tmpm4g9f15fg/) |
The pack update was requested to be added (will be in couple of days). The IAR should be 7.8 for exporters, I noticed the build utility reportes 7.5. @OPpuolitaival @studavekar What is the IAR version used by exporters? |
@ganesh-ramachandran Can you rebase? I would like to restart testing (we updated cmsis packs for uvision, need to check if this MCU is also in or will need to request one). Sorry for the delay, there were various CI challenges in the last 2 weeks |
@0xc0170, Rebased. Thank you for the confirmation on cmsis packs for uvision. IAR exporter version is also fixed? |
/morph export-build |
Exporter Build : FAILUREBuild number : 2947 |
@ganesh-ramachandran Could you refer us to the IAR 7.x release notes where the device was added? We were able to find this, but it's for 8.30: http://supp.iar.com/FilesPublic/UPDINFO/013240/arm/doc/infocenter/readme.ENU.html |
@cmonr Yes, TMPM4G9 is added in IAR 8.30, We have compiled and tested using mbed-cli with IAR 7.8. May be exporter build might succeed with IAR 7.8. Or when IAR 8.30 would be effective. |
/morph build |
Build : SUCCESSBuild number : 3336 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2968 |
Test : SUCCESSBuild number : 3145 |
Based on this, exporters should be disabled for now (not supported in 7.x version), please remove iar definition. We requested cmsis pack update in the CI to get exporters green |
Whoops. Jumped the gun again on restarting the export job. Iar network license issue with mbed2 build |
TMPM4G9 device was added in IAR 8.30. Based on this, exporters should be disabled for now (not supported in 7.x version).
@0xc0170 Removed IAR definition. Requesting to start CI tests again. |
/morph build |
Build : SUCCESSBuild number : 3355 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2989 |
Test : SUCCESSBuild number : 3160 |
failures seem to be iar license related: |
Exporter Build : FAILUREBuild number : 2990 |
cmsis pack for uvision to be updated to add this MCU (https://www.keil.com/dd2/toshiba/tmpm4g9f15fg/). |
@ganesh-ramachandran Correct. We still have an internal ticket open to add it into our expoter VM seeds. |
Should be ready now! /morph export-build |
Exporter Build : SUCCESSBuild number : 3004 |
Description
Add mbed support for TOSHIBA's TMPM4G9 board.
Tested with all toolchains and test results are attached.
M4G9_GreenteaAutomated_TestResults.txt
M4G9_SingleAutomated_TestResults.txt
Pull request type