firestarter 2.0.5__tar.gz → 2.0.7__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.5 → firestarter-2.0.7}/.github/workflows/release.yml +9 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/PKG-INFO +4 -4
- {firestarter-2.0.5 → firestarter-2.0.7}/README.md +3 -3
- {firestarter-2.0.5 → firestarter-2.0.7}/autocomplete.md +3 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/doc/package-details.md +3 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/doc/protocol-id.md +2 -0
- firestarter-2.0.7/firestarter/__init__.py +1 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/eprom_info.py +1 -1
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/PKG-INFO +4 -4
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/SOURCES.txt +1 -0
- firestarter-2.0.7/images/firestarter_logo.png +0 -0
- firestarter-2.0.7/images/ko-fi.png +0 -0
- firestarter-2.0.7/requirements.txt +7 -0
- firestarter-2.0.7/things.md +7 -0
- firestarter-2.0.5/firestarter/__init__.py +0 -1
- firestarter-2.0.5/images/firestarter_logo.png +0 -0
- firestarter-2.0.5/requirements.txt +0 -6
- firestarter-2.0.5/things.md +0 -3
- {firestarter-2.0.5 → firestarter-2.0.7}/.github/scripts/update_version.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/.github/workflows/publish.yml +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/.gitignore +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/.vscode/launch.json +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/LICENSE +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/MANIFEST.in +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/avr_tool.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/config.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/constants.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/data/database_generated.json +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/data/database_overrides.json +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/data/pin-maps.json +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/database.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/eprom_operations.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/firmware.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/hardware.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/ic_layout.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/logging_utils.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/main.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/serial_comm.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/utils.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/dependency_links.txt +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/entry_points.txt +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/requires.txt +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/top_level.txt +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/firestarter_test.sh +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/pyproject.toml +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/setup.cfg +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/tools/infoic.xml +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/tools/parse_db.py +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/tools/pin-layouts.odt +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/tools/verified.txt +0 -0
- {firestarter-2.0.5 → firestarter-2.0.7}/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.7
|
|
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="
|
|
32
|
+
<p align="left"><img src="https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
33
33
|
|
|
34
34
|
----
|
|
35
35
|
|
|
@@ -38,11 +38,11 @@ Dynamic: license-file
|
|
|
38
38
|
[](https://badge.fury.io/py/firestarter)
|
|
39
39
|
[](https://opensource.org/licenses/MIT)
|
|
40
40
|
|
|
41
|
-
[](https://ko-fi.com/E1E21I2WWW)
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
Firestarter is an application for the [Relatively-Universal-ROM-Programmer](https://github.com/AndersBNielsen/Relatively-Universal-ROM-Programmer) RURP Arduino shield ([Get one here](https://www.imania.dk/samlesaet-hobbyelektronik-og-ic-er-relatively-universal-rom-programmer.htm).
|
|
45
|
+
Firestarter is an application for the [Relatively-Universal-ROM-Programmer](https://github.com/AndersBNielsen/Relatively-Universal-ROM-Programmer) RURP Arduino shield ([Get one here](https://www.imania.dk/samlesaet-hobbyelektronik-og-ic-er-relatively-universal-rom-programmer.htm)).
|
|
46
46
|
|
|
47
47
|
The Firestarter Firmware can be found here [Firestarter](https://github.com/henols/firestarter).
|
|
48
48
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
<p align="
|
|
2
|
+
<p align="left"><img src="https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
3
3
|
|
|
4
4
|
----
|
|
5
5
|
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
[](https://badge.fury.io/py/firestarter)
|
|
9
9
|
[](https://opensource.org/licenses/MIT)
|
|
10
10
|
|
|
11
|
-
[](https://ko-fi.com/E1E21I2WWW)
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
-
Firestarter is an application for the [Relatively-Universal-ROM-Programmer](https://github.com/AndersBNielsen/Relatively-Universal-ROM-Programmer) RURP Arduino shield ([Get one here](https://www.imania.dk/samlesaet-hobbyelektronik-og-ic-er-relatively-universal-rom-programmer.htm).
|
|
15
|
+
Firestarter is an application for the [Relatively-Universal-ROM-Programmer](https://github.com/AndersBNielsen/Relatively-Universal-ROM-Programmer) RURP Arduino shield ([Get one here](https://www.imania.dk/samlesaet-hobbyelektronik-og-ic-er-relatively-universal-rom-programmer.htm)).
|
|
16
16
|
|
|
17
17
|
The Firestarter Firmware can be found here [Firestarter](https://github.com/henols/firestarter).
|
|
18
18
|
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
<p align="left"><img src="https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
2
|
+
|
|
3
|
+
---
|
|
1
4
|
## Enabling Shell Autocompletion
|
|
2
5
|
|
|
3
6
|
**Note:** Autocompletion isn’t automatically activated on installation. You must set it up in your shell environment. You have two main approaches:
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
<p align="left"><img src="https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
2
|
+
|
|
3
|
+
---
|
|
1
4
|
### **Updated Flag Bits and Inferred Meanings**
|
|
2
5
|
|
|
3
6
|
| Hex Value | Bit Position(s) | Inferred Meaning |
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
<p align="left"><img src="https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
1
2
|
|
|
3
|
+
---
|
|
2
4
|
## **Analysis of `protocol-id`s**
|
|
3
5
|
|
|
4
6
|
The `protocol-id` field in the database represents the programming protocol or algorithm required to interface with the device. This includes information about voltage requirements, programming sequences, and other specific characteristics necessary for programming or accessing the device.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.0.7"
|
|
@@ -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.7
|
|
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="
|
|
32
|
+
<p align="left"><img src="https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
33
33
|
|
|
34
34
|
----
|
|
35
35
|
|
|
@@ -38,11 +38,11 @@ Dynamic: license-file
|
|
|
38
38
|
[](https://badge.fury.io/py/firestarter)
|
|
39
39
|
[](https://opensource.org/licenses/MIT)
|
|
40
40
|
|
|
41
|
-
[](https://ko-fi.com/E1E21I2WWW)
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
Firestarter is an application for the [Relatively-Universal-ROM-Programmer](https://github.com/AndersBNielsen/Relatively-Universal-ROM-Programmer) RURP Arduino shield ([Get one here](https://www.imania.dk/samlesaet-hobbyelektronik-og-ic-er-relatively-universal-rom-programmer.htm).
|
|
45
|
+
Firestarter is an application for the [Relatively-Universal-ROM-Programmer](https://github.com/AndersBNielsen/Relatively-Universal-ROM-Programmer) RURP Arduino shield ([Get one here](https://www.imania.dk/samlesaet-hobbyelektronik-og-ic-er-relatively-universal-rom-programmer.htm)).
|
|
46
46
|
|
|
47
47
|
The Firestarter Firmware can be found here [Firestarter](https://github.com/henols/firestarter).
|
|
48
48
|
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<p align="left"><img src="https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Windows help to find avrtools
|
|
6
|
+
|
|
7
|
+
https://hackaday.io/project/19935-install-avr-tools
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.0.5"
|
|
Binary file
|
firestarter-2.0.5/things.md
DELETED
|
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
|