rhgndf
e7ceab90c1
Move cfg for 18V10 to PROGMEM
2023-10-30 16:47:27 +08:00
rhgndf
322bc2837c
Update README
2023-10-30 16:47:27 +08:00
rhgndf
5a3e1f7c75
Fix UES bytes on verify
2023-10-30 16:47:27 +08:00
rhgndf
8f995e1c9f
Minor fixes
2023-10-30 16:47:27 +08:00
rhgndf
c89331138e
Pull down unused pins
2023-10-30 16:47:27 +08:00
rhgndf
b160a49601
Initial GAL18V10 support
2023-10-30 16:47:27 +08:00
ole00
13bc7bdad9
Sketch: compilation fixes
2023-10-15 09:53:25 +01:00
ole00
4b186fbe74
Update README.md - updated GAL info links
2023-10-14 21:55:21 +01:00
ole00
b498bc73f3
PC app: fix prompt detection.
...
It should improve detection of Afterburner presence during start.
2023-10-14 21:15:39 +01:00
ole00
6beae4de9c
Initial support for Arduino UNO Minima (Renesas MCU)
...
This change handles EXTERNAL vs AR_EXTERNAL definitions of ADC constants
as defined on different Arduino platforms (Atmega vs Renesas).
Also an ADC gain error is compensated for Uno R4. The compensation
values are work-in-progress as I only have a single Uno R4, which
might no produce typical ADC values. That means Uno R4 needs more testing
reports while calibrating the VPP voltages.
2023-10-10 07:55:21 +01:00
ole00
711da82260
Merge pull request #40 from rhgndf/gal60016002fix
...
Fix GAL6001/GAL6002 write PES
2023-10-10 07:15:57 +01:00
rhgndf
d26234d6ca
Add missing case statments
2023-10-07 19:34:03 +08:00
rhgndf
393c03993b
Remove unnecessary progmem strings when printing
2023-10-07 19:33:21 +08:00
ole00
3fc8e93940
Merge pull request #38 from rhgndf/saveram
...
Reduce ram usage
2023-10-03 19:57:24 +01:00
rhgndf
14b36093c1
Change switch statement to array lookup
2023-10-03 18:57:41 +01:00
rhgndf
e9b6eae0ce
Change switch statement to array lookup
2023-10-03 20:17:18 +08:00
rhgndf
1f5a856f2a
Remove use of line when printing jedec
2023-10-03 20:02:43 +08:00
rhgndf
ae05e4d51b
Reduce ram usage
2023-10-03 19:45:38 +08:00
ole00
d95268e8ba
PC app releases version 0.5.3
2023-10-02 22:47:56 +01:00
ole00
8b82d0ea0e
Increased version to 0.5.3
2023-10-02 22:41:13 +01:00
ole00
4f1a89007b
Sketch: reduced RAM allocation
...
Byte arrays held in RAM were moved to be kept in flash only.
This released ~365 bytes of RAM
2023-10-02 22:22:09 +01:00
ole00
37c5cbd12b
Merge pull request #37 from rhgndf/gal60016002
...
GAL6001/GAL6002 support
2023-10-02 22:16:30 +01:00
rhgndf
1ccfec7012
Update docs
2023-10-02 01:19:03 +08:00
rhgndf
7a93bac034
Initial PES writing support for GAL6001/GAL6002
2023-10-02 01:14:22 +08:00
rhgndf
c97f4297c1
Fix write support for GAL6001/GAL6002
2023-10-02 00:04:13 +08:00
rhgndf
39b27c3cac
Add progress bar for uploading fuses
2023-10-02 00:03:49 +08:00
rhgndf
78eb638c98
Initial write support for GAL6001/GAL6002
2023-09-30 21:30:49 +08:00
rhgndf
bb8f67fe74
Add verify support to GAL6001/GAL6002
2023-09-28 18:24:17 +08:00
rhgndf
f0c572bc33
Refactor printing the fuse map
2023-09-25 12:18:49 +08:00
rhgndf
534b50518f
Add GAL6001/GAL6002 read support
2023-09-23 11:05:12 +08:00
rhgndf
7b08a1a749
Initial GAL6001/GAL6002 support
2023-09-22 23:32:15 +08:00
ole00
5aaa1bdf8c
Merge pull request #34 from rhgndf/stgal
...
Support ST GAL16V8
2023-09-18 20:37:39 +01:00
ole00
f3ffd7f0e1
Merge pull request #35 from rhgndf/20xv10
...
Support GAL20XV10
2023-09-18 20:29:28 +01:00
rhgndf
87a77ad4af
Fix CFG and UES
2023-09-17 12:20:15 +08:00
rhgndf
4145612445
Do not match unknown gal
2023-09-17 12:20:15 +08:00
rhgndf
cd410666f0
Update README
2023-09-17 12:20:15 +08:00
rhgndf
82b6691bba
Support GAL20XV10
2023-09-17 12:20:08 +08:00
rhgndf
5dc3f793f4
Fix indentation
2023-09-16 20:39:02 +08:00
rhgndf
f2ae8e2391
Support ST GAL16V8
2023-09-16 14:05:42 +08:00
ole00
47432b8c05
Update README.md - fixed typos
2023-08-09 08:43:32 +01:00
ole00
f19a4e1eca
README.md - added ATF22V10C to the supported list
2023-07-28 21:31:10 +01:00
ole00
0019e89643
Update README.md : info about incompatible MT3608 module
2023-06-04 23:12:46 +01:00
ole00
07d9e67749
Images: mt3608 module compatibility
2023-06-04 22:58:01 +01:00
ole00
12fb6a8ddc
bom.txt: added alternative IC for digital pot - MCP4151-103
2023-05-19 23:11:47 +01:00
ole00
86a4ade9f9
Sketch: support for MCP4151-103 digital pot
...
Added support and autodetection of MCP4151 digital pot.
If MCP4151 is detected then its wiper resolution is halved
to match the MCP4131 wiper resolution.
MCP4151-103 is now a drop in replacement for MCP4131-103.
2023-05-19 23:00:08 +01:00
ole00
d3acb78576
sketch: fixed typo when printing GAL22V10 PES
2023-05-16 22:37:52 +01:00
ole00
c4487a99da
Readme.md: Lattice GAL22V10D added to supported GAL list
2023-04-25 22:38:38 +01:00
ole00
0df11718b7
README.md : added info about the Push switch usage
2023-04-07 20:38:49 +01:00
ole00
2006182094
README.md - fixed more typos
2023-04-07 20:28:28 +01:00
ole00
30430abfbf
bom.txt fixed typos
2023-04-07 20:13:16 +01:00