Commit Graph

84 Commits

Author SHA1 Message Date
Kristian Sloth Lauszus 370efe193d Fixed link to PlatformIO Sanguino boards list
Fixes #21
2021-03-10 14:38:17 +01:00
Kristian Sloth Lauszus 4aa3893ee9 Update avr-gcc and avrdude to the newest version
Fixes #17
2019-03-28 10:06:01 +01:00
Kristian Sloth Lauszus 8c73361142 Added instructions for using this add-on with PlatformIO
This will allow people to still use this plugin without having to burn the bootloader, as it allows the user to specify the upload speed
2018-03-15 23:00:50 +01:00
Kristian Sloth Lauszus 360282f9ed Forgot apply 74edfd7933 inside the avr directory as well 2017-11-10 01:24:39 +01:00
Kristian Sloth Lauszus 74edfd7933 Fix optiboot, so it compiles on newer versions of avr-gcc 2017-11-09 14:58:58 +01:00
Kristian Sloth Lauszus da82c38490 Compile the Blink example for all boards using Travis 2017-10-18 00:40:23 +02:00
Kristian Sloth Lauszus 2134346027 New point release 2016-12-26 16:41:34 +01:00
Bob-the-Kuhn 5c8130f99a switched to TCCR3A, NUM_DIGITAL_PINS to 32
1) per request, switched to TCCR3A

2) changed NUM_DIGITAL_PINS from 24 to 32 to be consistent with Arduino
boards
2016-12-26 16:19:49 +01:00
Bob-the-Kuhn c97f6e5105 Add 1284 PWMs to pins_arduino.h 2016-12-24 14:06:00 -06:00
Kristian Sloth Lauszus 8e05313f17 Uploaded script used for a new release
I more or less copied it from my other repository: https://github.com/TKJElectronics/Balanduino/blob/master/download.sh
2016-10-26 00:37:24 -05:00
Kristian Sloth Lauszus 3af25c5389 Updated json file used by the Arduino boards manager 2016-10-26 00:32:44 -05:00
Kristian Sloth Lauszus ba95fd1796 Add PIN defines, so the pins can easily be used by external libraries
See: https://github.com/arduino/Arduino/pull/4814
2016-10-25 22:57:40 -05:00
Kristian Sloth Lauszus 2c28709e1e Merge pull request #9 from per1234/add-tools-field
Add tools field to package_lauszus_sanguino_index.json
2016-08-18 19:00:55 -05:00
per1234 62ea68dd30 Add tools field to package_lauszus_sanguino_index.json
The missing tools field causes Arduino IDE 1.6.11 to not start if the Sanguino boards package was installed in a previous version. If you attempt to install the Sanguino boards package using Boards Manager in Arduino IDE 1.6.11 it fails with a java.lang.NullPointerException error.
2016-08-17 15:45:51 -07:00
Kristian Sloth Lauszus 0bba7574ff Added note about how to use the Arduino boards manager 2015-12-21 17:42:55 +01:00
Kristian Sloth Lauszus b73a38ef54 Updated copyright header 2015-08-23 15:10:37 +02:00
Kristian Sloth Lauszus 4c53d9e36d Updated checksum and file size 2015-05-06 00:35:35 +02:00
Kristian Sloth Lauszus 0b5ddc84a5 Fixed: warning: 'static' is not at beginning of declaration 2015-05-06 00:32:51 +02:00
Kristian Sloth Lauszus 569ec25ba9 Added package_lauszus_sanguino_index.json used for the Arduino Boards manager 2015-05-06 00:26:54 +02:00
Kristian Sloth Lauszus 85d18493ce Serial1 is not available on all IC's 2015-01-03 20:25:54 +01:00
Kristian Lauszus c0ebe07f9f Revert "Pins definitions are now #defines"
This reverts commit bd018cb6d1.
2014-02-15 01:23:54 +01:00
Kristian Lauszus 13a92439a5 https://github.com/arduino/Arduino/issues/1176 is now fixed 2014-01-05 13:36:14 +01:00
Kristian Lauszus 7f6782d32f Reference the standard Arduino core
This will drop support for anything below Arduino 1.0.1, but you should not use that anyway
2013-12-30 17:50:45 +01:00
Kristian Lauszus bd018cb6d1 Pins definitions are now #defines
See: 7fcba37acf
2013-12-15 22:39:34 +01:00
Kristian Lauszus 21ffa77f3d Added SERIAL metadata into variant files - see: e7c24c66a9 2013-11-12 15:02:14 +01:00
Kristian Lauszus 5133dddcbd Added analogPinToChannel macro
Fixes #4
2013-11-05 08:57:46 +01:00
Kristian Lauszus 6997dfe6fe LED_BULTIN is now a macro and added digitalPinToInterrupt macro
Also removed some unused code
2013-11-04 21:56:18 +01:00
Kristian Lauszus 114edf7da0 Renamed extension 2013-11-04 21:53:55 +01:00
Kristian Sloth Lauszus 1cbffa1a98 Updated core to the one in Arduino 1.5.4 2013-09-13 16:33:55 +02:00
Kristian Sloth Lauszus 40cd042995 Use Optiboot for all boards
Removed the all unused bootloaders as well
2013-09-13 16:28:29 +02:00
Kristian Sloth Lauszus e56436a375 Added Optiboot for ATmega1284x running at 8MHz as well 2013-09-13 15:40:01 +02:00
Kristian Sloth Lauszus 897bc26297 Use the official core with Arduino 1.5.x 2013-09-09 23:01:40 +02:00
Kristian Sloth Lauszus 0d15dae8ab Part of https://github.com/arduino/Arduino/issues/1176 is now fixed 2013-09-04 17:19:26 +02:00
Kristian Sloth Lauszus 1182741422 Update platform.txt file 2013-09-04 17:19:00 +02:00
Kristian Sloth Lauszus 60fbbcf5ea Updated avr-gcc 2013-08-31 18:44:58 +02:00
Kristian Sloth Lauszus 846ab9329a Arduino 1.5.x will be using different layout for menus 2013-08-11 21:01:58 +02:00
Kristian Sloth Lauszus 04b1344a64 Added license file 2013-07-21 14:11:02 +02:00
Kristian Sloth Lauszus 67be811023 Changed low fuse 2013-07-16 16:43:10 +02:00
Kristian Sloth Lauszus f5bc450856 Changed readme to markdown 2013-07-16 16:40:25 +02:00
Kristian Sloth Lauszus fdd91c2dbc Added support for ATmega644 in optiboot
Needed for Balanduino
2013-07-15 03:44:59 +02:00
Kristian Sloth Lauszus 15e5f67f85 Ignore temp script 2013-07-15 03:21:55 +02:00
Kristian Sloth Lauszus 0fd8e153ff Added information about how to use Optiboot with ATmega1284 2013-06-15 17:02:13 +02:00
Kristian Sloth Lauszus 3ca7ec5370 Added myself to changelog 2013-06-15 14:30:45 +02:00
Kristian Sloth Lauszus 225d97af70 Treat the ATmega1284 as an ATmega1284p 2013-06-15 14:01:26 +02:00
Kristian Sloth Lauszus 07c6e5cf10 Use optiboot for ATmega1284P running at 16MHz 2013-06-13 02:14:43 +02:00
Kristian Sloth Lauszus 8ba0f8cf4f Set build core and variant to sanguino 2013-06-13 02:13:39 +02:00
Kristian Sloth Lauszus 050ae083bc Added optiboot bootloader 2013-06-13 02:10:21 +02:00
Kristian Sloth Lauszus a69fae0812 Renamed core and variants folder 2013-06-13 02:08:01 +02:00
Kristian Sloth Lauszus 8251eb50fc Updated Arduino core 2013-05-18 00:51:03 +02:00
Kristian Sloth Lauszus b7b2caa7c5 New versions of Arduino will report ram usage: https://github.com/arduino/Arduino/pull/1377 2013-05-03 14:59:43 +02:00