This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
577a3c4192
micropython
/
ports
/
javascript
/
qstrdefsport.h
3 wiersze
47 B
C
Czysty
Zwykły widok
Historia
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 07:35:42 +00: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 00:58:42 +00:00
// *FORMAT-OFF*