Commit graph

1033 commits

Author SHA1 Message Date
Kristian Sloth Lauszus 523e66e827 Merge pull request #172 from gorakk/master
* pull172:
  Fix formatting
  fix for keyboard LED operation
  Revert "Correction to keyboard LED operation"
  Correction to keyboard LED operation
2015-09-04 00:41:40 +02:00
Kristian Sloth Lauszus 2f4907ab31 Fix formatting 2015-09-04 00:41:30 +02:00
Allen Johnson-Weltzin 8f86fd4e04 fix for keyboard LED operation 2015-08-31 10:28:26 -05:00
Allen Johnson-Weltzin 12e184349f Revert "Correction to keyboard LED operation"
This reverts commit 26afaf4dea.
2015-08-31 10:21:26 -05:00
Allen Johnson-Weltzin 26afaf4dea Correction to keyboard LED operation 2015-08-31 10:16:29 -05:00
Kristian Sloth Lauszus 6d88254989 Migrate Travis from legacy to container-based infrastructure
See: http://docs.travis-ci.com/user/migrating-from-legacy
2015-07-24 00:31:15 +02:00
Kristian Sloth Lauszus e72e430b77 Teensy LC is now supported
See: #170
2015-07-22 23:46:09 +02:00
Kristian Sloth Lauszus c15e6373b4 Merge pull request #170 from ginge/master
Add Teensy LC support. Note: disables spi4teensy lib. (Barry Carter)
2015-07-22 23:43:20 +02:00
Barry Carter 7cfb4fac28 Add Teensy LC support. Note: disables spi4teensy lib. (Barry Carter) 2015-07-21 20:10:49 +01:00
Kristian Sloth Lauszus b83078414f Updated version to 1.1.1 2015-07-12 23:14:43 +02:00
Kristian Sloth Lauszus 989b04099f Merge pull request #168 from felis/inTransfer
Add delay between multiple calls to dispatchpkt inside InTransfer
2015-07-12 23:06:38 +02:00
Kristian Sloth Lauszus e7bb5fafb1 Add delay between multiple calls to dispatchpkt inside InTransfer
Fixes: #167
2015-07-12 19:17:12 +02:00
Kristian Sloth Lauszus 607932b437 Added missing include in the Xbox One example 2015-07-07 09:58:30 +02:00
Kristian Sloth Lauszus 67e64a0825 Revert "Don't show build status until bug in PlatformIO is fixed"
This reverts commit b7587fb387.
2015-06-03 23:41:25 +02:00
Kristian Sloth Lauszus 758cce56f5 There is no need for RBL_NRF51822 to have it's own SPI implementation 2015-06-02 16:09:34 +02:00
Kristian Sloth Lauszus b7587fb387 Don't show build status until bug in PlatformIO is fixed 2015-06-02 10:14:33 +02:00
Kristian Sloth Lauszus 628d0de589 Merge pull request #156 from sieren/rbl-nrf51288-fix
Fixed Compile Error with RedBearLabs nRF51288
2015-06-01 21:14:34 +02:00
Matt Sieren 71e4596ab1 Fixed Compile Error with RedBearLabs nRF51288
Fixed a macro definition which would cause the compiler to try
to compile against an undefined function in the RBL SDK.
2015-06-01 20:52:47 +02:00
Kristian Sloth Lauszus 20596ee623 Merge pull request #154 from ivankravets/patch-1
Switch to stable release of @PlatformIO
2015-05-27 19:08:39 +02:00
Ivan Kravets 0811d917d7 Switch to stable release of @PlatformIO 2015-05-27 17:14:31 +03:00
Kristian Sloth Lauszus 81ba812611 Use PLATFORMIO_BUILD_FLAGS to define WIICAMERA 2015-05-23 18:53:37 +02:00
Kristian Sloth Lauszus 30e399f276 Remove all files names from .travis.yml to make it consistent 2015-05-23 16:14:11 +02:00
Kristian Sloth Lauszus 8eff582fd1 Merge pull request #153 from ivankravets/master
Improve examples handling
2015-05-23 16:09:25 +02:00
Kristian Sloth Lauszus 5ee8ee9325 avr/dtostrf.h should only be included if Due is used 2015-05-23 16:03:50 +02:00
Ivan Kravets 1a807a11a6 Merge branch 'master' of https://github.com/felis/USB_Host_Shield_2.0 2015-05-23 17:01:00 +03:00
Kristian Sloth Lauszus 36056a4039 Renamed Keyboard instance to HidKeyboard, so it works on the Due as well 2015-05-23 15:49:46 +02:00
Kristian Sloth Lauszus 44d3b4a322 Added missing header needed for the Due 2015-05-23 15:46:34 +02:00
Ivan Kravets aceb03a948 Improve examples handling 2015-05-23 15:14:04 +03:00
Ivan Kravets ee4a1fdd12 Use external libs from submodules 2015-05-23 13:00:46 +03:00
Kristian Sloth Lauszus c7f9ed65e9 Don't run examples inside submodules and add libraries needed by testusbhostFAT.ino 2015-05-23 03:03:42 +02:00
Kristian Sloth Lauszus 251efba57b Added all example to .travis.yml
The list was generated using:
find . -type f  -name '*.ino' | awk '{ print "- PLATFORMIO_CI_SRC="$1 }' | sed 's/.\///'
2015-05-23 02:17:11 +02:00
Oleg Mazurov 15cb427555 Merge branch 'master' of https://github.com/felis/USB_Host_Shield_2.0 2015-05-22 18:09:01 -06:00
Oleg Mazurov 9d80320e9b cdc_XR21B1411.cpp changed date in the header 2015-05-22 18:08:30 -06:00
Kristian Sloth Lauszus e4233ea53c Merge pull request #152 from ivankravets/master
Continuous Integration with Travis.CI + PlatformIO
2015-05-23 01:25:33 +02:00
Ivan Kravets 89dd398ab1 Change TravisCI owner to felis 2015-05-23 00:07:25 +03:00
Ivan Kravets 73fa5609b8 Add TravisCI badge of build status 2015-05-23 00:03:57 +03:00
Ivan Kravets 4839669636 Continuous Integration with TravisCI + PlatformIO
More details http://docs.platformio.org/en/latest/ci/travis.html
2015-05-23 00:00:46 +03:00
Kristian Sloth Lauszus febf796705 Merge pull request #151 from Michi302/master
Corrected spelling mistake "Purble" to "Purple"
2015-05-17 20:17:00 +02:00
Michi302 4df0d9db25 Corrected spelling mistake "Purble" to "Purple" 2015-05-17 18:52:25 +02:00
Kristian Sloth Lauszus 98c25155c8 Updated version to 1.1.0 2015-04-28 12:20:18 +02:00
Kristian Sloth Lauszus 5db356282f Removed some hidden characters after closing parentheses 2015-04-25 01:39:08 +02:00
Kristian Sloth Lauszus 7095b58896 Merge pull request #146 from felis/WiiBalanceBoard
Added support for Wii balance board
2015-04-25 01:27:16 +02:00
Kristian Sloth Lauszus cbea36f76f Fixed formatting
No new code added
2015-04-22 15:48:43 +02:00
Kristian Sloth Lauszus 5053e8dfae Don't use deprecated prog_ macro
Fixes: #147
2015-04-22 15:48:18 +02:00
Kristian Sloth Lauszus bce1541026 Fixed: warning: variable 'rcode' set but not used 2015-04-22 15:41:17 +02:00
Kristian Sloth Lauszus 1f3072b343 Added Nordic nRF51 to supported platforms for PlatformIO 2015-04-20 23:42:41 +02:00
Kristian Sloth Lauszus 7fa47b5710 Merge branch 'master' into WiiBalanceBoard 2015-04-20 23:40:37 +02:00
Kristian Sloth Lauszus b3303d14fc Set checkBatteryLevel false only when it was actually true 2015-04-20 23:40:34 +02:00
Kristian Sloth Lauszus e4c581c991 The is no need for Wii calibration flag to have its own variable 2015-04-20 23:39:57 +02:00
Kristian Sloth Lauszus 0ef5fa5357 Always prioritise USING_SPI4TEENSY3 if set to 1
Fixes: #147
2015-04-20 21:44:31 +02:00