Mercurial > lcfOS
view doc/utils.rst @ 327:61c9df5bffce
Changed emulated board to cortex a8 board
author | Windel Bouwman |
---|---|
date | Sat, 01 Feb 2014 17:21:21 +0100 |
parents | 8d07a4254f04 |
children | 6df89163e114 |
line wrap: on
line source
Utilities ========= Hexfile manipulation -------------------- .. autoclass:: utils.HexFile >>> from utils import HexFile >>> h = HexFile() >>> h.dump() Hexfile containing 0 bytes >>> h.addRegion(0, bytes([1,2,3])) >>> h Hexfile containing 3 bytes Yacc ---- .. automodule:: yacc Burg ---- .. automodule:: pyburg