Skip to content
  • Damien George's avatar
    py, readline: Add tab autocompletion for REPL. · a1a2c411
    Damien George authored
    Can complete names in the global namespace, as well as a chain of
    attributes, eg pyb.Pin.board.<tab> will give a list of all board pins.
    
    Costs 700 bytes ROM on Thumb2 arch, but greatly increases usability of
    REPL prompt.
    a1a2c411