This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSTUDIO-SITARA: Push a change to code base?

Part Number: CCSTUDIO-SITARA
Other Parts Discussed in Thread: AM5749

Found a minor (documentation comment) bug. Couldn't check it in.

After commenting out the wrong  biosTaskCreate(...task..) in the template project I notice that the comment for i2s was copy pasted from the spi task start w/o edit.

..occurs in*/*/*/template_app/rtos/app.c

- /* Create task to test spi interface */
+ /* Create task to test i2c interface */
biosTaskCreate(i2c_eeprom_read_and_display_task,
"i2c_eeprom_read_and_display_task",
7, 4096);bugFixCommentInRtosTemplateApp.rtf

I made a branch for it but was unable to check in. Assuming it's permissions, but not sure what return code 22 means.

Attached, see if you agree. V/R -QC

.

  • Hello Quinn,

    What processor are you using? What software project are you using?

    Keep in mind you will not be able to submit pull requests to projects hosted on git.ti.com.

    Regards,

    Nick

  • Hello Nick,

    I think the answers to your most recent questions to me are provided in the #TAGs and attachments in my initial post. Are you able to see them? For clarity and convenience, I'll discuss them again now. I am learning-up on the AM5749 (IDK57XX). I am building on a WIndows 10 Platform. It looks like my only option on Windows is for building the TI-RTOS with the SDK for aforementioned, so I am. The code changes that I suggest  are for is the default RTOS Template Application that installs with CCS which is also a suggested template option in the new project menu of the IDE.

    You say that I cannot submit pull requests, so I suppose that answers my question. A good followup then is: Is there a place I can submit bugs?

    Thx,

    QC

  • Hi,

    We don't have external bug tracking system. The TI support team on E2E can submit the bug reported by customer to our internal JIRA system.

    Regards,
    Stanley