Skip to content

Commit baf4f72

Browse files
committedJun 4, 2017
Reblessed to PyCpuSimulator
1 parent 5f43fb0 commit baf4f72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+276
-243
lines changed
 

‎.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build/
66
dist/
77
MANIFEST
88
#
9-
PySimAvr/Core/parser.out
10-
PySimAvr/Core/parsetab.py
9+
PyCpuSimulator/Core/parser.out
10+
PyCpuSimulator/Core/parsetab.py
1111
doc/sphinx/build/
1212
#
1313
data/blink-led/.build_ano/

‎MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include requirements.txt requirements-dev.txt
1616
include setenv.sh start.sh
1717
include setup_data.py
1818
recursive-include avr-datasheet-extractor *
19-
recursive-include PySimAvr *.py *.yml *.h *.py.in
19+
recursive-include PyCpuSimulator *.py *.yml *.h *.py.in
2020
recursive-include bin *
2121
recursive-include data *
2222
recursive-include doc *

0 commit comments

Comments
 (0)
Please sign in to comment.