what's it meaning?

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
john3368863
Posts: 3
Joined: Sun Jan 28, 2018 8:46 am

what's it meaning?

Post by john3368863 » Fri Apr 06, 2018 2:13 am

Q(boot.py)
Q(main.py)
// Entries for sys.path
Q(/flash)
Q(/flash/lib)
Q(/sd)
Q(/sd/lib)
// for usb modes
Q(MSC+HID)
Q(VCP+MSC)
Q(VCP+HID)
Q(CDC+MSC)
Q(CDC+HID)
Q(/)


// The following qstrings not referenced from anywhere in the sources
Q(CDC)
Q(flash)

Post Reply