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.
Files changed (51) hide show
  1. {firestarter-2.0.5 → firestarter-2.0.7}/.github/workflows/release.yml +9 -0
  2. {firestarter-2.0.5 → firestarter-2.0.7}/PKG-INFO +4 -4
  3. {firestarter-2.0.5 → firestarter-2.0.7}/README.md +3 -3
  4. {firestarter-2.0.5 → firestarter-2.0.7}/autocomplete.md +3 -0
  5. {firestarter-2.0.5 → firestarter-2.0.7}/doc/package-details.md +3 -0
  6. {firestarter-2.0.5 → firestarter-2.0.7}/doc/protocol-id.md +2 -0
  7. firestarter-2.0.7/firestarter/__init__.py +1 -0
  8. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/eprom_info.py +1 -1
  9. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/PKG-INFO +4 -4
  10. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/SOURCES.txt +1 -0
  11. firestarter-2.0.7/images/firestarter_logo.png +0 -0
  12. firestarter-2.0.7/images/ko-fi.png +0 -0
  13. firestarter-2.0.7/requirements.txt +7 -0
  14. firestarter-2.0.7/things.md +7 -0
  15. firestarter-2.0.5/firestarter/__init__.py +0 -1
  16. firestarter-2.0.5/images/firestarter_logo.png +0 -0
  17. firestarter-2.0.5/requirements.txt +0 -6
  18. firestarter-2.0.5/things.md +0 -3
  19. {firestarter-2.0.5 → firestarter-2.0.7}/.github/scripts/update_version.py +0 -0
  20. {firestarter-2.0.5 → firestarter-2.0.7}/.github/workflows/publish.yml +0 -0
  21. {firestarter-2.0.5 → firestarter-2.0.7}/.gitignore +0 -0
  22. {firestarter-2.0.5 → firestarter-2.0.7}/.vscode/launch.json +0 -0
  23. {firestarter-2.0.5 → firestarter-2.0.7}/LICENSE +0 -0
  24. {firestarter-2.0.5 → firestarter-2.0.7}/MANIFEST.in +0 -0
  25. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/avr_tool.py +0 -0
  26. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/config.py +0 -0
  27. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/constants.py +0 -0
  28. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/data/database_generated.json +0 -0
  29. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/data/database_overrides.json +0 -0
  30. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/data/pin-maps.json +0 -0
  31. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/database.py +0 -0
  32. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/eprom_operations.py +0 -0
  33. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/firmware.py +0 -0
  34. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/hardware.py +0 -0
  35. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/ic_layout.py +0 -0
  36. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/logging_utils.py +0 -0
  37. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/main.py +0 -0
  38. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/serial_comm.py +0 -0
  39. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter/utils.py +0 -0
  40. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/dependency_links.txt +0 -0
  41. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/entry_points.txt +0 -0
  42. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/requires.txt +0 -0
  43. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter.egg-info/top_level.txt +0 -0
  44. {firestarter-2.0.5 → firestarter-2.0.7}/firestarter_test.sh +0 -0
  45. {firestarter-2.0.5 → firestarter-2.0.7}/pyproject.toml +0 -0
  46. {firestarter-2.0.5 → firestarter-2.0.7}/setup.cfg +0 -0
  47. {firestarter-2.0.5 → firestarter-2.0.7}/tools/infoic.xml +0 -0
  48. {firestarter-2.0.5 → firestarter-2.0.7}/tools/parse_db.py +0 -0
  49. {firestarter-2.0.5 → firestarter-2.0.7}/tools/pin-layouts.odt +0 -0
  50. {firestarter-2.0.5 → firestarter-2.0.7}/tools/verified.txt +0 -0
  51. {firestarter-2.0.5 → firestarter-2.0.7}/write_test.sh +0 -0
@@ -3,6 +3,15 @@ on:
3
3
  push:
4
4
  branches:
5
5
  - main
6
+ paths-ignore:
7
+ - '**.md'
8
+ - '**.sh'
9
+ - '.gitignore'
10
+ - 'docs/**'
11
+ - 'images/**'
12
+ - '.github/**'
13
+ - '.vscode/**'
14
+ - 'tools/**'
6
15
 
7
16
  jobs:
8
17
  github:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: firestarter
3
- Version: 2.0.5
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="center"><img src="https://github.com/henols/firestarter_app/blob/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
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
  [![PyPI version](https://badge.fury.io/py/firestarter.svg)](https://badge.fury.io/py/firestarter)
39
39
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
40
40
 
41
- [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E21I2WWW)
41
+ [![ko-fi](https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/ko-fi.png)](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="center"><img src="https://github.com/henols/firestarter_app/blob/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
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
  [![PyPI version](https://badge.fury.io/py/firestarter.svg)](https://badge.fury.io/py/firestarter)
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10
10
 
11
- [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E21I2WWW)
11
+ [![ko-fi](https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/ko-fi.png)](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.5
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="center"><img src="https://github.com/henols/firestarter_app/blob/main/images/firestarter_logo.png" alt="Firestarter EPROM Programmer" width="200"></p>
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
  [![PyPI version](https://badge.fury.io/py/firestarter.svg)](https://badge.fury.io/py/firestarter)
39
39
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
40
40
 
41
- [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E21I2WWW)
41
+ [![ko-fi](https://raw.githubusercontent.com/henols/firestarter_app/refs/heads/main/images/ko-fi.png)](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
 
@@ -38,6 +38,7 @@ firestarter/data/database_generated.json
38
38
  firestarter/data/database_overrides.json
39
39
  firestarter/data/pin-maps.json
40
40
  images/firestarter_logo.png
41
+ images/ko-fi.png
41
42
  tools/infoic.xml
42
43
  tools/parse_db.py
43
44
  tools/pin-layouts.odt
Binary file
@@ -0,0 +1,7 @@
1
+ argparse
2
+ pyserial
3
+ requests
4
+ tqdm
5
+ argcomplete
6
+ rich
7
+ urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability
@@ -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"
@@ -1,6 +0,0 @@
1
- argparse
2
- pyserial
3
- requests
4
- tqdm
5
- argcomplete
6
- rich
@@ -1,3 +0,0 @@
1
- Windows help to find avrtools
2
-
3
- https://hackaday.io/project/19935-install-avr-tools
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes