This website requires JavaScript.
Explore
Help
Register
Sign In
fengqi
/
lv_micropython
Watch
1
Star
0
Fork
0
You've already forked lv_micropython
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
lv_micropython
/
ports
/
javascript
/
qstrdefsport.h
3 lines
47 B
C
Raw
Normal View
History
Unescape
Escape
javascript: Add new port targeting JavaScript via Emscripten. In this port JavaScript is the underlying "machine" and MicroPython is transmuted into JavaScript by Emscripten. MicroPython can then run under Node.js or in the browser.
2018-01-19 18:35:42 +11:00
// qstrs specific to this port
all: Add *FORMAT-OFF* in various places. This string is recognised by uncrustify, to disable formatting in the region marked by these comments. This is necessary in the qstrdef*.h files to prevent modification of the strings within the Q(...). In other places it is used to prevent excessive reformatting that would make the code less readable.
2020-02-26 11:58:42 +11:00
// *FORMAT-OFF*
Reference in New Issue
Copy Permalink