ole00
ae955a8b6b
ensure GPIOs are set to Input when not active
...
This should prevent accidental damage of the GAL chip
during insertion into the socket.
2023-01-24 20:17:49 +00:00
ole00
ed14f825a5
fixed web url
2023-01-24 20:12:35 +00:00
ole00
9cf30e1611
updated title picture
2023-01-16 21:26:53 +00:00
ole00
aa53a480e7
added 3D printed case files
...
* use OpenScad to open the design .scad file
* the design file contains top part, bottom part and on/off switch
* .stl files are exported for your convenience
* .stl files can also be exported from OpenScad.
2023-01-15 22:04:20 +00:00
ole00
5689697b99
updated BOM
2023-01-07 11:45:47 +00:00
ole00
14c4eafc93
added adapter20v8 gerbers archive
2023-01-07 11:27:20 +00:00
ole00
52c63a60c8
fixed adapter PCB design for GAL20V8
...
* added SMT pads for resistors
* fixed bottom layer status
2023-01-07 11:25:48 +00:00
ole00
d19f8cc52f
new gerbers with R4 pull up resistor
2022-12-16 10:53:24 +00:00
ole00
996dfd8e93
Schematics: added pull up resistor R4 to SDOUT
...
Some GAL IC require pull-up on SDOUT
2022-12-15 19:55:14 +00:00
ole00
e7002ad90c
PCB: added pull up resistor to SDOUT
2022-12-15 19:54:13 +00:00
ole00
e530708db1
README.md - fixed dead link to atfblast
2022-12-15 17:50:59 +00:00
ole00
c233834021
Readme.md: ATF16V8BQL supported
...
ATF16V8BQL programmed and verified at VPP 10V. The IC works in circuit as well.
2022-10-31 20:57:40 +00:00
ole00
dc3461f243
Update README.md
...
Radme.md: added WinCUPL user's manual link
2022-06-19 22:01:53 +01:00
ole00
effb47869f
Update README.md
...
Readme.md: added CUPL Reference link
2022-06-19 21:55:26 +01:00
ole00
203b266fd8
Readme.md - added GAL related links
...
thanks to @ismal for sharing these links
2022-06-15 21:03:53 +01:00
ole00
ce07b06b62
READE.md added Lattice GAL20V8B to supported chip list
2022-06-11 15:58:45 +01:00
ole00
2334c0fb1f
added GAL20V8 info and adapter pcb
2022-06-11 12:02:26 +01:00
ole00
fa08cc1bbd
README.md - fixed a typo
2022-06-04 15:16:20 +01:00
ole00
769db96d77
added precompiled binaries for ver. 0.4
2022-04-22 20:44:21 +01:00
ole00
3fc0753273
added cross-compilation script for producing Mac OSX binary
2022-04-22 19:55:42 +01:00
ole00
39fe8258db
help: changed the afterburner's url
2022-04-22 19:54:32 +01:00
ole00
d518805925
serial port: support for keeping the port always opened
...
Closing serial port causes Arduino reset on Mac OSX.
2022-04-22 19:49:58 +01:00
ole00
b5d6fa6683
version 0.4 - baud rate changed to 57600. Please re-upload .ino sketch.
...
After testing with genuine arduino uno I could not make
it to work reliably using the original baudrate 38400 on
Windows 7. Linux worked OK, but Windows 7 inserted extra 2
bytes 0xFE or 0xFF at the beginnig of the serial communication
(at least that's what arduino read from the serial line).
Baudrate 57600 so far had no issue, another reliable option
seem to be 9600.
2022-04-01 22:15:48 +01:00
ole00
443072e423
pc app: fixed detection of serial prompt
2022-04-01 17:49:09 +01:00
ole00
772181f20b
sketch: remember the gal type between arduino resets
2022-03-30 22:14:32 +01:00
ole00
b20500912a
Merge pull request #15 from rreilink/master
...
Support for ATF22LV10. Fixes issue 11
2022-03-26 21:48:13 +00:00
Rob Reilink
58795b19ae
Support for ATF22LV10. Fixes issue 11
2022-03-26 09:06:51 +01:00
ole00
15bbde3906
Updated Readme.md - info about ATF16V8C
2021-10-25 22:57:02 +01:00
ole00
c0821a40f6
Merge branch 'master' of https://github.com/ole00/afterburner
2021-06-22 19:59:41 +01:00
ole00
935d52e12b
moved the PC app source to the src_pc directory
...
This fixes an issue with Arduino IDE which opens all .c files
(even unrelated) in the same directory when the .ino file is opened.
Fixes compilation error described in issue #10
2021-06-22 19:53:40 +01:00
ole00
f71ed5eaf5
Updated link to WinCupl application.
2020-09-02 21:00:09 +01:00
ole00
4edcfa01fc
update readme.md - clarity
2020-05-25 11:12:56 +01:00
ole00
2824eebfbc
updated readme.md - fixed typos
2020-05-25 10:25:56 +01:00
ole00
ebea9e87c6
updated readme.md - typo fix
2020-05-25 10:06:47 +01:00
ole00
eb37124211
updated readme.md - fixed programming of ATF16V8B
2020-05-25 10:04:15 +01:00
ole00
08d59a089e
Merge pull request #4 from mecparts/master
...
ATF16V8B chips would program & read w/o error, but they wouldn't work
2020-05-25 09:45:53 +01:00
mecparts
b4faefc042
ATF16V8B was used cfgV8AB in some places, cfgV8 in others.
...
The chip would read, and write without error, but wouldn't work.
Changing all instances of cfgV8 to cfgV8AB in ATF16V8B
specific code seemed to get the programmed chip to work.
2020-05-25 00:34:24 -06:00
ole00
1a79e61479
Update README.md
...
update readme.md - issue with ATF16V8B notice
2020-05-24 21:26:04 +01:00
ole00
5f99bec9e8
added BOM: see bom.txt
2019-08-19 23:58:20 +01:00
ole00
4c359e3d59
updated the top image
2019-04-13 16:04:22 +01:00
ole00
6816c8998b
updated README.md
2019-04-13 14:41:02 +01:00
ole00
9423a0dfc6
etched PCB - added pull down resistor to EN pin
2019-04-13 14:33:29 +01:00
ole00
fc819a54c8
hw 2.1 - added pull down resistor to EN pin
...
This prevents accidental enablement of VPP during
Arduino reboot. ATF chips interpreted such state
as the Erase command and cleared the fuses.
2019-04-13 14:03:04 +01:00
ole00
ba9cd08031
hw 1.2 - added pull down resistor to EN pin
...
This prevents accidental enablement of VPP during
Arduino reboot. ATF chips interpreted such state
as the Erase command and cleared the fuses.
2019-04-13 13:59:06 +01:00
ole00
d2e11f1008
updated README.md
...
clarity
2019-04-09 22:49:47 +01:00
ole00
fee73b09e0
patch traces on etched pcb higlighted in blue color
2019-04-09 22:43:43 +01:00
ole00
37b3b9457d
Updated README.md
...
* added PCB fab info
* added troubleshoting item - arduino resets
2019-04-09 22:39:42 +01:00
ole00
b424a5b550
added precompiled binaries for ver. 0.3
2019-04-09 21:43:55 +01:00
ole00
909504cea6
design file for PCB v 2.0, support for GAL22V10
2019-04-09 20:52:07 +01:00
ole00
d5101e2b74
schematics for PCB v 2.0, support for GAL22V10
2019-04-09 20:44:18 +01:00