-
Notifications
You must be signed in to change notification settings - Fork 3k
Added support for SAMG55 #1627
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
Added support for SAMG55 #1627
Conversation
* added template file for samd55j19
* added support for some test for gpio.
* update in serial apis.
* added test support for serial flow control
* update in lp ticker apis.
* usticker file updated with latest source.
* updated gpio irq apis and added test for the same.
* updated files for KnR Coding Statndard. * updated serial and usticker apis.
* changed usticker from TC0 to TC1.
* added tests for SAMG55J19
* Updated I2C files for KnR Coding Standards. * Update for reducing compiler warnings in peripheralpins,c * Updated with PWM free implementation.
* Compiler warning corrections in serial_api.c
* Updated PWM with code refinements.
…MG55J19 in atmelstudio project exporter
…MG55J19 in atmelstudio project exporter
…ions. * Updated deepsleep api implementation * Merged LP_Ticker with latest code from mbed 3.0 repository.
Review comments are available at : #1550 |
I'll pull this sources soon to review, Serial async test - there was one failure, is this fixed? |
The following Serial async test failure was due to a limitation, the test expects to abort transfer once character match happens, Since we are using DMA to transfer by the time character match is identified the transfer is completed so the test fails. TEST(Serial_Asynchronous, char_matching_success) |
I see. That is expected. the char match is intended in this cases to fallback to IRQ in most cases. |
Hi @0xc0170 |
I pulled this locally last Friday, have to go through it as github fails with this big PR. My goal is to get this resolved within Tuesday cc @bridadan New targets |
Thanks for the update @0xc0170 👍 |
@akhilpanayamparambil @Parthasarathy The merge button provided an option squash for this one 😭 (there are 2 ways to merge now on github, I just clicked on merge button, overlooked it was the squash one). We could revert that commit, and send the new patch with all this history. Let me know |
Hi @Parthasarathy , There seems to be a bug in the implementation of the SPI. In spi_driver.c, line 318, It works as expected if the following line is amended to, |
Thanks @kgoveas, I will fix it. |
No description provided.