Commit Graph

275 Commits

Author SHA1 Message Date
rhgndf b5a7334d59 Actually fix pinout in the first few rows 2023-11-21 16:17:20 +08:00
rhgndf c7b7f06f10 Convert to use pinout 2023-11-05 13:43:47 +08:00
rhgndf f5c05e463d Fix pinout 2023-11-05 13:40:55 +08:00
rhgndf 6a288ed68e Update docs 2023-11-05 13:39:53 +08:00
rhgndf 2275e13091 Fix upload and 26v12 bits 2023-11-05 13:39:53 +08:00
rhgndf b60f36b144 Support 26(C)V12 2023-11-05 13:39:51 +08:00
ole00 7944dbf2c1 PC App: fix gal type, take 3 2023-11-04 14:32:03 +00:00
ole00 f63ae40bb4 PC App: fix gal type, take 2
Thanks rhgndf for pointing that out!
2023-11-04 14:28:23 +00:00
ole00 a1fc6bb2f7 sketch: fixed compilation error after merge, removed strncmp dependency 2023-11-04 14:14:46 +00:00
ole00 92d8c72f1f
Merge pull request #43 from rhgndf/atf20v8
Support ATF20V8B
2023-11-04 14:03:33 +00:00
ole00 95e461233e
Merge branch 'master' into atf20v8 2023-11-04 14:00:49 +00:00
ole00 76ab0afdda
Update README.md - info about GAL18V10B 2023-11-04 13:28:23 +00:00
ole00 93bcf40dd0 PCB design v.3.1 - added support for GAL18V10 2023-11-04 12:58:39 +00:00
ole00 3e0a2ad357 sketch: added gal type value to the error message 2023-11-04 12:39:30 +00:00
ole00 b596f7d9d1 sketch: disabled PED debug 2023-11-04 12:28:23 +00:00
ole00 08e3cea5c7 PC App: fix gal type
Now, the MCU code can decode more than 9 gal types.
2023-11-04 12:16:00 +00:00
ole00 7cb4aaa5db
Merge pull request #36 from rhgndf/18v10
Support GAL18V10
2023-11-04 12:06:30 +00:00
rhgndf a36c425569 Update docs 2023-10-30 22:15:14 +08:00
rhgndf ab9fa88437 Support ATF20V8B 2023-10-30 22:13:25 +08:00
rhgndf a1bbbdff24 Fix 18V10 UES writing 2023-10-30 19:51:32 +08:00
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