Skip to content
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

WIP: feature(arch): Build system integration for ARM architecture #6384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Priyadharshiniprabhakaran
  • Added FreeRTOS Kernel as a submodule
  • Added LWIP stack into deps folder
  • Created an example called freertos_main.c which contains the FreeRTOS example
  • The current integration will work for ARM_CM33 Processor boards - Specifically validated the application execution on STM32 boards - Yet to test the Client Server interaction
  • TODO:
    • Move FreeRTOS Kernel into deps folder
    • Add LWIP as a submodule
    • Rebase to the latest version of master
    • Have to make changes to cmake files to build specific examples alone for FreeRTOS

 - Added FreeRTOS Kernel as a submodule
 - Added LWIP stack into deps folder
 - Created an example called freertos_main.c which contains the FreeRTOS example
 - The current integration will work for ARM_CM33 Processor boards
     - Specifically validated the application execution on STM32 boards
     - Yet to test the Client Server interaction
 - TODO: 1. Move FreeRTOS Kernel into deps folder
         2. Add LWIP as a submodule
         3. Rebase to the latest version of master
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jpfr
Copy link
Member

jpfr commented Apr 5, 2024

Nice! For starters, please sign the CLA in this PR and also use lwip from a git submodule.
This will greatly redu en the size of the PR.

Theo we will have closer look and help you getting this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants