Skip to content
Snippets Groups Projects
Select Git revision
  • 9ec09ea2b2ec7257a105cb737db103f789143f6a
  • master default protected
  • fix-warnings
  • tvbgone-fixes
  • genofire/ble-follow-py
  • schneider/ble-stability-new-phy-adv
  • schneider/ble-stability
  • msgctl/gfx_rle
  • schneider/ble-stability-new-phy
  • add_menu_vibration
  • plaetzchen/ios-workaround
  • blinkisync-as-preload
  • schneider/max30001-pycardium
  • schneider/max30001-epicaridum
  • schneider/max30001
  • schneider/stream-locks
  • schneider/fundamental-test
  • schneider/ble-buffers
  • schneider/maxim-sdk-update
  • ch3/splashscreen
  • koalo/bhi160-works-but-dirty
  • v1.11
  • v1.10
  • v1.9
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
36 results

flash-both.gdb

Blame
  • Forked from card10 / firmware
    Source project has a limited visibility.
    mpqstrraw.h 776 B
    // All the qstr definitions in this file are available as constants.
    // That is, they are in ROM and you can reference them simple as MP_QSTR_xxxx.
    
    Q(__build_class__)
    Q(__class__)
    Q(__doc__)
    Q(__init__)
    Q(__locals__)
    Q(__main__)
    Q(__module__)
    Q(__name__)
    Q(__next__)
    Q(__qualname__)
    Q(__repl_print__)
    
    Q(micropython)
    Q(byte_code)
    Q(native)
    Q(viper)
    Q(asm_thumb)
    
    Q(Ellipsis)
    Q(StopIteration)
    
    Q(AssertionError)
    Q(AttributeError)
    Q(IndexError)
    Q(KeyError)
    Q(NameError)
    Q(SyntaxError)
    Q(TypeError)
    Q(ValueError)
    Q(OSError)
    
    Q(abs)
    Q(all)
    Q(any)
    Q(bool)
    Q(callable)
    Q(chr)
    Q(complex)
    Q(dict)
    Q(divmod)
    Q(float)
    Q(hash)
    Q(int)
    Q(iter)
    Q(len)
    Q(list)
    Q(max)
    Q(min)
    Q(next)
    Q(ord)
    Q(pow)
    Q(print)
    Q(range)
    Q(set)
    Q(sum)
    Q(tuple)
    Q(type)
    
    Q(append)
    Q(pop)
    Q(sort)
    Q(join)
    Q(format)