-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feature/mchp updates #373
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
Feature/mchp updates #373
Conversation
Codecov Report
@@ Coverage Diff @@
## main #373 +/- ##
=======================================
Coverage 92.13% 92.13%
=======================================
Files 4 4
Lines 1272 1272
Branches 342 342
=======================================
Hits 1172 1172
Misses 53 53
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Hi @alexmchp, Thank you for your contribution. This FreeRTOS port falls into the category of "Partner Supported FreeRTOS Ports" as per the criteria recently published here. Accordingly, would you please move this port to the Partner Supported FreeRTOS Ports Repo. Similarly the FreeRTOS demo in this PR should be moved to Partner Supported FreeRTOS Demos Repo. Let me know if you would like me to move these and I will be happy to do that. Thanks. |
Hi @aggarg, Thanks for the update. I will make sure future changes are done in the correct locations. It would be awesome if this time you could move them to the appropriate repos? |
Hi @aggarg , any update on this ? |
Hi @alexmchp, Sorry it slipped my mind. Will look into it and update you. |
- Update AVR GCC port files (now the port.c and portmacro.h files are identical for AVR_Mega0 and AVR_Dx families). - Add support for low-power tickless mode in portable files for AVR_Dx and AVR_Mega0. This change was originally contributed by alexmchp@ in the following PR: FreeRTOS/FreeRTOS-Kernel#373
Hi @alexmchp, I moved the ports and opened this PR - FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports#3 Please review and let me know if everything looks good. |
- Update AVR GCC port files (now the port.c and portmacro.h files are identical for AVR_Mega0 and AVR_Dx families). - Add support for low-power tickless mode in portable files for AVR_Dx and AVR_Mega0. This change was originally contributed by alexmchp@ in the following PR: FreeRTOS/FreeRTOS-Kernel#373
I am closing this PR as I have merged the above. Please let me know if anything looks off. |
@alexmchp - With this PR, I have removed these ports from the original location and added a README telling their new location. Would you please move the demo projects to https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos? You will need to update source path and include paths for the port files. Thanks. |
@aggarg - I've created a new PR to https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos. The projects are now updated to new structure. Please let me know if anything else is needed |
@mchpcristianpop Thank you for your contribution. |
- Update AVR GCC port files (now the port.c and portmacro.h files are identical for AVR_Mega0 and AVR_Dx families). - Add support for low-power tickless mode in portable files for AVR_Dx and AVR_Mega0. This change was originally contributed by alexmchp@ in the following PR: FreeRTOS/FreeRTOS-Kernel#373
Updated portables for Microchip AVR Dx and Mega0
Description
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.