Skip to content

Commit

Permalink
directory reorg. renamed micropytho to gen and extracted non-gen dirs…
Browse files Browse the repository at this point in the history
… out. Added driver and port dirs
  • Loading branch information
amirgon committed Feb 1, 2019
1 parent 856881f commit 04bb1e8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
path = lvgl
url = https://github.com/littlevgl/lvgl.git
[submodule "micropython/pycparser"]
path = micropython/pycparser
path = pycparser
url = https://github.com/eliben/pycparser.git
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion micropython/gen_mpy.py → gen/gen_mpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def eprint(*args, **kwargs):
from os.path import commonprefix

script_path = dirname(abspath(__file__))
sys.path.append('%s/pycparser' % script_path)
sys.path.append('%s/../pycparser' % script_path)
from pycparser import c_parser, c_ast, c_generator

#
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 04bb1e8

Please sign in to comment.