firestarter 2.0.4__tar.gz → 2.0.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {firestarter-2.0.4 → firestarter-2.0.6}/PKG-INFO +2 -2
- {firestarter-2.0.4 → firestarter-2.0.6}/README.md +1 -1
- firestarter-2.0.6/firestarter/__init__.py +1 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/eprom_info.py +1 -1
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter.egg-info/PKG-INFO +2 -2
- firestarter-2.0.4/firestarter/__init__.py +0 -1
- {firestarter-2.0.4 → firestarter-2.0.6}/.github/scripts/update_version.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/.github/workflows/publish.yml +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/.github/workflows/release.yml +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/.gitignore +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/.vscode/launch.json +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/LICENSE +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/MANIFEST.in +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/autocomplete.md +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/doc/package-details.md +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/doc/protocol-id.md +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/avr_tool.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/config.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/constants.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/data/database_generated.json +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/data/database_overrides.json +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/data/pin-maps.json +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/database.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/eprom_operations.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/firmware.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/hardware.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/ic_layout.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/logging_utils.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/main.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/serial_comm.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter/utils.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter.egg-info/SOURCES.txt +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter.egg-info/dependency_links.txt +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter.egg-info/entry_points.txt +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter.egg-info/requires.txt +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter.egg-info/top_level.txt +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/firestarter_test.sh +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/images/firestarter_logo.png +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/pyproject.toml +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/requirements.txt +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/setup.cfg +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/things.md +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/tools/infoic.xml +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/tools/parse_db.py +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/tools/pin-layouts.odt +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/tools/verified.txt +0 -0
- {firestarter-2.0.4 → firestarter-2.0.6}/write_test.sh +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: firestarter
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.6
|
|
4
4
|
Summary: EPROM programmer software for the Relatively Universal ROM Programmer
|
|
5
5
|
Author-email: Henrik Olsson <henols@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/henols/firestarter_app
|
|
@@ -29,7 +29,7 @@ Requires-Dist: rich>=14.0
|
|
|
29
29
|
Dynamic: license-file
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<p align="center"><img src="https://github.com/henols/
|
|
32
|
+
<p align="center"><img src="https://github.com/henols/firestarter_app/blob/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
33
33
|
|
|
34
34
|
----
|
|
35
35
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
<p align="center"><img src="https://github.com/henols/
|
|
2
|
+
<p align="center"><img src="https://github.com/henols/firestarter_app/blob/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
3
3
|
|
|
4
4
|
----
|
|
5
5
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.0.6"
|
|
@@ -143,7 +143,7 @@ class EpromConsolePresenter:
|
|
|
143
143
|
|
|
144
144
|
pin_map_id = cleaned_raw_config.get("pin-map")
|
|
145
145
|
pin_count = cleaned_raw_config.get("pin-count")
|
|
146
|
-
if pin_map_id and pin_count:
|
|
146
|
+
if not pin_map_id == None and pin_count:
|
|
147
147
|
pin_map_details = self.db.get_pin_map(pin_count, pin_map_id)
|
|
148
148
|
if pin_map_details:
|
|
149
149
|
export_pin_map_dict = {str(pin_count): {str(pin_map_id): pin_map_details}}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: firestarter
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.6
|
|
4
4
|
Summary: EPROM programmer software for the Relatively Universal ROM Programmer
|
|
5
5
|
Author-email: Henrik Olsson <henols@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/henols/firestarter_app
|
|
@@ -29,7 +29,7 @@ Requires-Dist: rich>=14.0
|
|
|
29
29
|
Dynamic: license-file
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<p align="center"><img src="https://github.com/henols/
|
|
32
|
+
<p align="center"><img src="https://github.com/henols/firestarter_app/blob/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
33
33
|
|
|
34
34
|
----
|
|
35
35
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.0.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|