-
Notifications
You must be signed in to change notification settings - Fork 3k
Update WIZwiki-W7500 test environment. #1121
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
And change define in device.h about RTC and pwmout.
Remove toolchain ARM at targets.py
@@ -0,0 +1,106 @@ | |||
/* mbed Microcontroller Library | |||
* CMSIS-style functionality to support dynamic vectors |
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.
please correct these headers , in other files as well.
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.
Changed and committed.
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.
@446bcdd7dfc185cc4ec1677d19bfce97a3d255aa
Can you share a list of what's implemented/whats missing - is singletest.py functional for this platform? If yes, can you share the test results? |
Add possible toolchain ARM at targets.py
So Add the files.
Now, we corrected MBED_24 test and MBED_24 test is passed. |
What's the status of this pull request? |
All test were passed and done. |
@@ -0,0 +1,43 @@ | |||
/* mbed Microcontroller Library |
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.
Can you please correct some headers like this one, says vectors but it's sleep code file.
@@ -0,0 +1,74 @@ | |||
/* mbed Microcontroller Library | |||
* CMSIS-style functionality to support dynamic vectors | |||
******************************************************************************* |
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.
Please review all files in hal/cmsis if they contain proper license, as noted in my previous comment for sleep.c. Same here for device.h
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 changed all header in hal.
Please check it is proper.
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.
Remove analogout_api.c file
Remove toolchain ARM at tergets.py