Commit Graph

32 Commits

Author SHA1 Message Date
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 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
ole00 1bb8adb3d5 gerbers for PCB v.2.0
support for 16V8 and 22V10 on the same board
2019-04-09 20:44:18 +01:00
ole00 a6bdca4908 version 0.3
* fixed reading of configuration bits for 22V10 chips
* fixed reporting of errors during bitstream upload
* added GAL type set commmand
* added NO-CHECK of GAL type command
* 'i' command now requires to pass the GAL type on
  command line
* adjusted reporting of VPP to match Afterburner's
  readings
2019-04-09 20:43:28 +01:00
ole00 a52b313150
updated README.md
updated support for Win32/64, Mac OSX64
2019-03-24 00:26:21 +00:00
ole00 63765f65fc added precompiled binaries for ver. 0.2 2019-03-24 00:13:07 +00:00
ole00 d5744a7d1a version 0.2
* added support for Win32/64 builds
* fixed Mac OSX serial connection parameters
2019-03-24 00:10:02 +00:00
ole00 2c6ada613d
added board image 2019-03-16 13:57:27 +00:00
ole00 2a3fe641ce Merge branch 'master' of https://github.com/ole00/afterburner 2019-03-16 13:51:46 +00:00
ole00 f431fc681d added board image 2019-03-16 13:51:02 +00:00
ole00 a7624c9c8c
README.md: fixed the mod image link 2019-03-16 12:22:51 +00:00
ole00 ac40a92002 added mt3608 mod image 2019-03-16 12:16:16 +00:00
ole00 7198e0555e
updated README.md 2019-03-16 11:49:41 +00:00
ole00 25b837798e project files 2019-03-16 10:54:24 +00:00
ole00 daf0590d72
Initial commit 2019-03-16 10:45:18 +00:00