Commit Graph

  • 6ec9441ad6 Update README with supported hardware details. Fixes issue #55. Also add some other similar SUMP projects to the bottom of the README. Fix the Makefile as well since I moved the sketches into examples. The Makefile needs more work to add the Leonardo and Sigrok sketches but that is more of an exercise for the reader. master Andrew Gillham 2023-10-10 10:49:48 -05:00
  • 1a226d516d Add empty LogicAnalyzer.h for arduino-lint. 0.17.0 Andrew Gillham 2023-10-05 22:48:18 -05:00
  • ed0666863b Rearrange the repository and add a library.properties file to make this installable as a .ZIP library in the Arduino IDE. agla_v0_17 Andrew Gillham 2023-10-05 22:32:52 -05:00
  • 739144d57e Fix off by one on the capture buffer due to earlier debugging. I finally realized I was checking if an unsigned int was less than zero. Thanks Szilárd for the correct indexes in the issue comments. agla_v0_16 Andrew Gillham 2023-10-03 23:48:07 -05:00
  • 0b2651864e Add a sketch with Sigrok support. Basically returning the capture buffer in the opposite order. Andrew Gillham 2023-10-03 23:00:05 -05:00
  • 71b7c4790d Move README to README.md and update it. Andrew Gillham 2021-12-21 13:28:29 -06:00
  • 016eabdc12 Add a LICENSE file. Andrew Gillham 2021-12-21 12:51:32 -06:00
  • 1cdc52febc Add a LICENSE file. Andrew Gillham 2021-12-21 12:35:18 -06:00
  • a426e85f0d Bump the metadata version to 0.15 also. agla_v0_15 Andrew Gillham 2021-12-21 12:01:55 -06:00
  • b919640c7e Add a note about needing to compile the OLS client yourself. Andrew Gillham 2021-12-21 11:43:55 -06:00
  • 636df223a4 Bump release to 0.15 now that we have re-organized. Andrew Gillham 2021-12-21 11:36:21 -06:00
  • 57b1f18900 Move the main ATMega328P sketch into a sub-directory and add the Leonardo sketch to a sub-directory from the branch. Helps folks that download the repository via ZIP file and will allow different board support that is not easily done via ifdef checks. Andrew Gillham 2021-12-21 11:27:31 -06:00
  • 4f7f86f6d4 Convert Makefile to use arduino-cli since that replaces arduino-core and arduino-builder. Andrew Gillham 2021-12-21 11:11:38 -06:00
  • bd1fbe504e Merge pull request #51 from qaxi/master gillham 2021-12-20 15:14:22 -06:00
  • cfacce1758 500KMz Petr Klíma 2019-12-15 19:08:39 +01:00
  • 11b8b5bbda Merge pull request #27 from dhiltonp/master gillham 2016-02-02 10:03:21 -08:00
  • 4233770315 Give Leonardo-type arduinos 2048 storage David P Hilton 2016-02-02 11:14:06 -05:00
  • 1e3f0696af Update for CLI compiling. Andrew Gillham 2015-12-16 11:47:31 -08:00
  • 5fb67c666d v0.14. Rearrange DEBUG functionality, disable by default. agla_v0_14 Andrew Gillham 2015-12-16 11:15:10 -08:00
  • 9a065516e2 Add additional diagnostic commands. agla_v0_13 Andrew Gillham 2015-02-07 12:17:24 -08:00
  • 7d333f16ba Improve Leonardo support. agla_leonardo Andrew Gillham 2014-06-25 22:25:29 -07:00
  • c8e564f6f0 Preliminary Leonardo (ATmega32U4) support. Andrew Gillham 2014-06-24 22:46:49 -07:00
  • d0afee13d2 Update README formatting. Andrew Gillham 2014-06-22 16:04:20 -07:00
  • 23fb253929 Fix sketch size for ATmega168 Andrew Gillham 2014-06-22 15:40:05 -07:00
  • 3128dc35f0 Cleanup README Andrew Gillham 2014-06-22 15:30:55 -07:00
  • 9c83897b9b Correct preprocessor logic to avoid data gap on the Mega. agla_v0_12 Andrew Gillham 2013-09-06 09:54:41 -07:00
  • 8e7a780577 Tweak README agla_v0_11 Andrew Gillham 2013-08-03 13:26:44 -07:00
  • 2a549be57a Tweak README Andrew Gillham 2013-08-03 13:25:54 -07:00
  • 51df725ee8 Add notes about 2MHz/4MHz mode and binary size. Andrew Gillham 2013-08-03 13:24:18 -07:00
  • 2d31a93687 Add notes about 2MHz/4MHz mode and binary size. Andrew Gillham 2013-08-03 13:23:02 -07:00
  • d7c1bf52a8 Add 2MHz and 4MHz sample rate support. Andrew Gillham 2013-08-03 12:33:23 -07:00
  • 69de405dd5 Release v0.10 with a fix for the Arduino Uno R3. agla_v0_10 Andrew Gillham 2013-07-22 22:25:24 -07:00
  • 8c7db04e3c Increase portdelay so that Arduino Uno R3 works. agla_v0_9 Andrew Gillham 2013-07-22 22:11:20 -07:00
  • 1b9c3e7314 Create an Ethernet shield version. aglan_alpha Andrew Gillham 2013-06-22 22:04:05 -07:00
  • 17d2a1a15f Bump metadata for version 0.09 Andrew Gillham 2013-06-22 19:22:35 -07:00
  • 0a40fdb2ac Update comment to reflect that PORTD seems to work, but needs testing. Andrew Gillham 2013-06-22 11:33:29 -07:00
  • 1f7eb0aecd Add missing shift for PORTD trigger. Andrew Gillham 2013-06-22 11:30:39 -07:00
  • dc3d85abf7 Revert to PORTB (Arduino pins 8-13) and make PORTD a configuration option. Andrew Gillham 2013-06-22 11:17:06 -07:00
  • 240ebc134c Update to v0.08 and add note about channels changes. agla_v0_8 Andrew Gillham 2013-02-08 17:06:23 -08:00
  • 396a3ccfa5 Switch to 6 channels on PORTD. Andrew Gillham 2013-02-08 17:02:18 -08:00
  • 864ae2c826 Implement RLE mode for 50Hz or lower sample rates. (via hhermsen in issue #9) Andrew Gillham 2013-02-08 14:31:05 -08:00
  • 445dac179c Update copyright year. Andrew Gillham 2013-02-08 13:16:39 -08:00
  • 0f81002bde Update firmware version to v0.07 in metadata. agla_v0_7 Andrew Gillham 2013-02-08 12:43:28 -08:00
  • fb3aca55a0 Bump to v0.07 Andrew Gillham 2013-02-08 12:42:29 -08:00
  • 851b7e0735 Add firmware version to metadata Andrew Gillham 2013-02-08 12:41:26 -08:00
  • b1a43e57c7 Update device profile clockspeed. agla_v0_6 Andrew Gillham 2013-01-28 11:15:16 -08:00
  • 1f418098b2 Update device profile clockspeed & portdelay. Andrew Gillham 2013-01-28 11:12:07 -08:00
  • 34aea7435d Update device profiles. Andrew Gillham 2013-01-28 10:58:23 -08:00
  • f51d0bbb96 Improve pre-trigger sampling on below 500kHz sample rates. Andrew Gillham 2012-02-27 14:36:09 -08:00
  • 3a6329775c Merge pull request #3 from scottp/master gillham 2012-02-27 12:27:45 -08:00
  • 3c69ec10a1 ols.profile-*: Reverse IO order received in config Scott Penrose 2012-02-03 15:57:04 +11:00
  • 7173e83e14 ols.profile-aglam.cfg: Increased delay time Scott Penrose 2012-02-03 15:55:24 +11:00
  • c5a778b8b2 Add support for Arduino Mega external SRAM. agla_megaram Andrew Gillham 2011-12-27 16:01:42 -08:00
  • cebcba7d6c Fix ATmega168 comment. agla_v0_5 Andrew Gillham 2011-11-04 18:31:11 -07:00
  • 5ec7aa1b51 Fix ATmega168 comment. Andrew Gillham 2011-11-04 18:30:31 -07:00
  • 5734af2468 Fix check for ATmega328 Andrew Gillham 2011-11-04 18:26:17 -07:00
  • ebbc1fb945 Update to v0.06 supporting Arduino 1.0 only. Andrew Gillham 2011-11-04 18:22:35 -07:00
  • bc32e9fde6 Update for Arduino 1.0 support. Andrew Gillham 2011-11-04 18:19:59 -07:00
  • 6396054c16 Update for Arduino 1.0 support. Andrew Gillham 2011-11-04 18:18:35 -07:00
  • d8cd29d86a Revert "Revert c923ff1a0c8f512be1012a3c3925869505dbc53b^..HEAD" Andrew Gillham 2011-11-04 17:38:28 -07:00
  • cedcd4b685 Revert c923ff1a0c8f512be1012a3c3925869505dbc53b^..HEAD agla_v0_4 Andrew Gillham 2011-11-04 17:34:44 -07:00
  • 6ebd1c5b06 Update for release v0.05 Andrew Gillham 2011-11-04 17:32:56 -07:00
  • 9f688ff112 Update for ATmega168 support. Andrew Gillham 2011-11-04 17:30:07 -07:00
  • 035873cc81 Merge pull request #2 from aaronmueller/master gillham 2011-11-04 17:12:57 -07:00
  • 6a05cd22ea Add support for the Arduino Duemilanove (ATmega186) Aaron Mueller 2011-10-11 19:41:22 +02:00
  • d31d662ede Add device profile for Arduino logic analyzer agla_v0_3 Andrew Gillham 2011-08-03 19:43:09 -07:00
  • c923ff1a0c Initial Arduino Mega support. Andrew Gillham 2011-08-03 19:35:40 -07:00
  • ff10c1ebbf Change baudrate to match Duemilanove not Uno. gillham 2011-03-07 23:19:20 -08:00
  • 5cfefae716 Update release number. gillham 2011-03-07 23:18:57 -08:00
  • d72c1223d1 Fix triggers hopefully and cleanup some comments and unused variables. gillham 2011-03-07 23:17:40 -08:00
  • 2609c001af Adjust to reflect recording 1024 samples. gillham 2011-02-28 14:32:55 -08:00
  • d6c2d5e0f8 Update release number & date. gillham 2011-02-28 14:12:41 -08:00
  • 7bc04e7766 I was mistakenly using 16 bits per sample instead of 8 bits. Change to using an array of bytes instead of integers. Retune timing loops now that each sample is not doing a 16 bit update. We can now record 1024 samples easily. gillham 2011-02-28 14:08:07 -08:00
  • 8da515d708 Fix a typo. gillham 2011-02-20 00:23:20 -08:00
  • ead35eab6d Add more details about this sketch. gillham 2011-02-19 23:46:22 -08:00
  • 18a6bbda26 Placeholder. gillham 2011-02-19 23:39:09 -08:00
  • 223b31fa8a Initial import gillham 2011-02-19 23:36:24 -08:00
  • 7f3ef09f63 Initial commit gillham 2011-02-19 23:29:04 -08:00