Commit graph

55 commits

Author SHA1 Message Date
Kristian Sloth Lauszus b41150643f Only use pin 2 and 3 as INT and SS when using Intel Galileo 1 2015-04-05 13:01:24 +02:00
Kristian Sloth Lauszus 42a26346fa Added support for Intel Edison
Closes #132
2015-03-19 20:47:48 +01:00
Kristian Sloth Lauszus 08ddabf7a5 Use much faster GPIO pin 2 and 3 on Intel Galileo & Intel Galileo 2 2015-03-19 20:09:27 +01:00
Kristian Sloth Lauszus 73ce976198 Merge branch 'SPI' into Galileo
Conflicts:
	Usb.h
	avrpins.h
	usbhost.h
2015-03-19 16:36:51 +01:00
Kristian Sloth Lauszus dd0296ca65 Replaced #if with #elif for MIPSEL 2015-03-03 23:11:45 +01:00
Kristian Sloth Lauszus 73f791c859 Merge branch 'SPI' into Galileo
Conflicts:
	avrpins.h
	settings.h
	usbhost.h
2015-03-03 19:57:35 +01:00
Andrew J. Kroll d25f28109d all sources to LF 2015-02-22 13:18:45 -05:00
Kristian Sloth Lauszus 6047962d60 Merge branch 'xxxajk'
Conflicts:
	XBOXUSB.h
	examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino
	hiduniversal.h
	settings.h
	usbhost.h
2015-02-22 18:25:22 +01:00
Matt Sieren eb424a07ac nRF51822 Pins
Creating pins for the RBL nRF51822 Board
2014-11-21 22:45:57 +01:00
Andrew J. Kroll 740fa097e6 Add support for MIPS uC (PIC32X) and the ancient mpide "IDE" used for it 2014-09-22 22:53:11 -04:00
Kristian Lauszus 5f646ccfcc Merge branch 'master' into Galileo 2014-08-24 17:23:01 -07:00
Kristian Lauszus af4c3f673c The analog pins can also be used as digital pins 2014-08-24 17:10:50 -07:00
Kristian Lauszus a3db3d9451 Added support for the Intel Galileo
Still not tested
2014-08-24 16:40:18 -07:00
Kristian Lauszus d35b83e5a5 Support new revision of Balanduino PCB 2014-08-19 22:57:18 -07:00
Kristian Lauszus 94353f1720 Added missing pins defines for Arduino Due 2014-08-03 17:52:47 +02:00
Kristian Lauszus f8379baffe Changed variable name from baseReg to pio 2014-02-26 23:46:21 +01:00
Kristian Lauszus ce81146f2b Disable pull up resistor when using input on the Due 2014-02-26 23:43:40 +01:00
Kristian Lauszus a24ecb5797 Updated readme and some comments 2014-02-25 19:32:49 +01:00
Kristian Lauszus 39b6c3b124 Added support for the Arduino Due
Untested
2014-02-25 11:47:59 +01:00
Kristian Lauszus 08abfd4268 Fixes #72 2014-01-23 10:38:00 +01:00
Andrew J. Kroll f1af9b08ec Janitorial, whitespace fixes. No new code. 2013-12-25 05:09:57 -05:00
Andrew J. Kroll ac12126477 Macroize desc parser 2013-12-04 21:55:24 -05:00
Andrew J. Kroll e18eb57752 fix all warnings for ARM, fix a few small bugs 2013-12-04 18:40:23 -05:00
Kristian Sloth Lauszus 82c52542cc Use pin definition in avrpins.h to set MAX_RESET pin on Arduino ADK 2013-10-21 02:17:47 +02:00
Kristian Sloth Lauszus 6752a52b82 Added error messages and updated some comments 2013-10-21 01:59:29 +02:00
Kristian Sloth Lauszus 59e9e0256b Merge branch 'xxxajk' into arm 2013-10-20 23:42:27 +02:00
Kristian Sloth Lauszus 5cde2e07d3 Arduino Mega ADK will be activated automatically in Arduino 1.5.5
See: https://github.com/arduino/Arduino/pull/1605
2013-10-09 17:13:37 +02:00
Kristian Sloth Lauszus ef57346376 Check if CORE_TEENSY is defined and added missing semicolon 2013-10-05 01:12:43 +02:00
Kristian Sloth Lauszus 84bab09221 Merge branch 'xxxajk' into arm
Conflicts:
	Usb.cpp
	Usb.h
	XBOXRECV.cpp
	adk.h
	avrpins.h
	cdcacm.h
	cdcprolific.h
	hid.h
	hidboot.h
	hidescriptorparser.cpp
	hidescriptorparser.h
	masstorage.h
	message.cpp
	parsetools.h
	usbhub.h
2013-10-05 01:11:51 +02:00
Kristian Sloth Lauszus 86f88e5333 Automatically detect if a Teensy is connected 2013-10-05 00:21:16 +02:00
Kristian Sloth Lauszus 822519b2ce There is no need to manually activate Sanguino anymore as users will be forced to use Arduino 1.5.x for the Balanduino 2013-10-05 00:18:12 +02:00
Andrew J. Kroll 387ec30447 Move Usb.h UsbCore.h and trim. Usb.h is now only includes, as it aught to be. Clean up more header files, more include traps. 2013-09-30 01:13:11 -04:00
Kristian Sloth Lauszus c952d3c945 Changed how boards and serial debugging are activated
Now all is done in settings.h
2013-09-30 02:44:22 +02:00
Kristian Sloth Lauszus b3ead81c2c Added support for newest version of the Balanduino board 2013-08-31 13:24:52 +02:00
Oleg Mazurov 261e5f1bd2 commit 2013-06-11 21:11:43 -06:00
PaulStoffregen d0c362b66f Add pgm_read_pointer for 16 vs 32 bit pointers 2013-05-29 10:53:36 -07:00
PaulStoffregen be026c4dfb Add Teensy 3.0 pins to avrpins.h 2013-05-29 10:29:32 -07:00
Kristian Sloth Lauszus 06bf0f6227 Readded support for Arduino ADK, Leonardo etc. 2013-03-30 17:05:30 +01:00
Andrew J. Kroll 904f2ff25a Clean up code formatting to industry standards. 2013-03-28 04:46:43 -04:00
Andrew J. Kroll 629594f957 Merge my debug changes.
Merge my format sanity changes.
Track everything.
2013-03-28 03:26:02 -04:00
Kristian Sloth Lauszus b3a2c3a632 Added BOARD_BALANDUINO macro 2013-02-04 20:46:23 +01:00
Kristian Sloth Lauszus 9365f034b9 Added support for Balanduino 2013-02-01 23:37:19 +01:00
Kristian Lauszus 9460daf941 Check microcontroller type before defining Mega ADK
This allows the users to easily use an ADK and for instance an Uno
without needing to edit avrpins.h every time
2012-06-22 22:41:02 +02:00
Kristian Lauszus 0ccffe946c Added support for Arduino Leonardo
The Teensy 2.0 is no longer the default, as both the Leonardo and
Teensy 2.0 is using the ATmega32u4.
To use the Teensy 2.0 you have to uncomment "#define BOARD_TEENSY" in
avrpins.h
2012-06-02 14:49:55 +02:00
Kristian Lauszus 147c011750 Fixed ADK support 2012-03-19 16:21:19 +01:00
Oleg Mazurov c86e258916 regression 2012-03-01 19:54:13 -07:00
Oleg Mazurov 702897bd5b acm bug fix 2012-02-29 12:37:16 -07:00
Ilya Bakulin d973575908 - Switch off Mega ADK by default. 2012-01-23 12:23:59 +04:00
Ilya Bakulin 79668d97ea - Create conditional define BOARD_MEGA_ADK and move it into avrpins.h, which seems like a most suitable place for such things;
- Added pin define for Pj2;
- Use newly created BOARD_MEGA_ADK #define for separating Mega ADK-specific code from the common code.
2012-01-23 12:19:39 +04:00
Oleg Mazurov 20f057b944 PORTL definitions added to avrpins.h 2011-07-11 06:51:48 -06:00