flash library

Class to parse CONFIG files for library

class flash.flmake.flash_lib.FlashLib(pathName, ignoreConfig=0)[source]

Encapsulates library information as expressed in Config files. Data is accessed through dictionary methods, ex:

FlashLib(‘pfft’)[‘LIBRARY’]

Currently the only supported keyword in Config files in lib directory is LIBRARY keyword

NOTE: we need to be in “lib” directory when instantiating this
All the code are copied from FlashUnit (this code is a subset of that of FlashUnit)

Previous topic

diff parameters

Next topic

generate files

This Page