Search found 83 matches

by ExXec
Mon Oct 22, 2018 9:38 pm
Forum: Other Boards
Topic: [TM4C123] Porting steps after getting the minimal build to work
Replies: 12
Views: 6285

Re: [TM4C123] Porting steps after getting the minimal build to work

Ah I see,
also I forgot to specify the c files as sources for the qstr generator in my makefile.

ok I understand this now :D

please tell me how to tackle the next step
What functions do I need to implement?
What needs to be defined, so that I can "import pyb" etc
thank you
by ExXec
Sun Oct 21, 2018 3:05 pm
Forum: Other Boards
Topic: [TM4C123] Porting steps after getting the minimal build to work
Replies: 12
Views: 6285

Re: [TM4C123] Porting steps after getting the minimal build to work

Yeah ok,

I want to understand how the hardware and the Python layer are connected.
What functions do I need to implement?
What needs to be defined, so that I can "import pyb" etc
What do the "MP_QSTR" do.

I haven't found a thing aboout that.

Those are the main questions right now
by ExXec
Sun Oct 21, 2018 10:59 am
Forum: Other Boards
Topic: [TM4C123] Porting steps after getting the minimal build to work
Replies: 12
Views: 6285

[TM4C123] Porting steps after getting the minimal build to work

Hi, I am currently trying to port uPy to the Tiva Launchpad and have no idea how to proceed after I finished the minimal build. Is there an API documentation on what functions to implement for the peripherals? Right now I'm trying to edit the CC3200 port, because it is also a TI chip, but I have pro...