Search found 2 matches
- Fri Nov 18, 2016 2:33 pm
- Forum: Development of MicroPython
- Topic: MP_QSTR_ not recognized
- Replies: 3
- Views: 4336
Re: MP_QSTR_ not recognized
It was, indeed, a newbie mistake. I was assuming the script was parsing all the MP_QSTR_ from the source files to automatically generate them. My bad. I didn't know they had to be explicitly declared in the qstrdefsport.h file. Mainly because I started to look at the project yesterday, so I still do...
- Fri Nov 18, 2016 2:07 am
- Forum: Development of MicroPython
- Topic: MP_QSTR_ not recognized
- Replies: 3
- Views: 4336
MP_QSTR_ not recognized
I was just playing around with the code (particularly, a port to the EDU-CIAA https://github.com/micropython/micropython/pull/1732) and I saw that the SPI code was not compliant with the official documentation so I started to modify it. The problem is that some MP_QSTR_ definitions are missing (from...