MCC shared memory address

Discussion in 'UDOO NEO' started by tcmichals, Nov 13, 2015.

  1. tcmichals

    tcmichals Member

    Joined:
    Feb 25, 2015
    Messages:
    54
    Likes Received:
    27
    OK.. code is checkin; Couple of issues with the code
    1. Need to download FreeRTOS port from NXP and put into NXP directory. The NXP.mk file uses a version string NXP files for drivers etc.
    2. If you want to test or see LWIP working, need to do a git check out in the lwip directory.
    The apps directories are examples with separate makefiles for each one. This is work in progress. The goal is to subtree lwip; still getting up to speed on github etc.
    Comments are welcome; a lot to do.
     
    Last edited: Feb 12, 2016
    graugans likes this.
  2. graugans

    graugans Administrator Staff Member

    Joined:
    Sep 17, 2015
    Messages:
    328
    Likes Received:
    141
    Thanks a lot, this is awesome. Is it possible you`ve missed to commit the NXP folder with just the NXP.mk file? I can not find NXP.mk....
    Code:
    $ find . -name "NXP.mk"
    chris@quadros:/tmp/FreeRTOS-Neo$
    
    I know the other stuff in the folder may contain proprietary stuff from NXP so we can not share. I'll take a deeper look over the weekend
     
  3. tcmichals

    tcmichals Member

    Joined:
    Feb 25, 2015
    Messages:
    54
    Likes Received:
    27
    IMX.mk. there is a mk file for each major source tree.
     

Share This Page