Commit graph

1018 commits

Author SHA1 Message Date
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
Kristian Sloth Lauszus 50b6ce4c9c All boards now rely on the SPI library after: https://github.com/felis/USB_Host_Shield_2.0/pull/137 2015-04-20 03:03:04 +02:00
Kristian Sloth Lauszus 59af258a79 Fixed: "warning: "XR_REG_ERROR_STATUS_BREAK" redefined" 2015-04-20 02:37:26 +02:00
Kristian Sloth Lauszus 5efed1938a Fixed: "warning: value computed is not used [-Wunused-value]"
See: http://stackoverflow.com/questions/4347684/pointer-value-computed-is-not-used-in-c-function
2015-04-20 00:55:04 +02:00
Kristian Sloth Lauszus a032e01465 Fixed "warning: comparison between signed and unsigned integer expressions"
Also return if length is too short
2015-04-20 00:51:52 +02:00
Kristian Sloth Lauszus 17feb495be Merge branch 'v173k-master' 2015-04-17 23:14:54 +02:00
Kristian Sloth Lauszus 5d7ce9d022 Merge #110 2015-04-17 23:14:32 +02:00
Kristian Sloth Lauszus 71580acca2 PID was not checked properly in cdcprolific 2015-04-17 22:51:41 +02:00
Kristian Sloth Lauszus 11f80275a5 Added information about Arduino Library Manager 2015-04-16 22:08:33 +02:00
Kristian Sloth Lauszus c44a80534b Added missing keyword 2015-04-16 20:31:23 +02:00
Kristian Sloth Lauszus 2ebc8129a7 Show users how to easily save a lot of program space if extensions are not used 2015-04-16 20:20:27 +02:00
Kristian Sloth Lauszus 9426e4192d Updated some variables names and updated some debug messages 2015-04-16 20:19:33 +02:00
Kristian Sloth Lauszus 7334f7e9a4 Changed some variable names and simplified the way the weight is calculated
There was actually a bug, as it will return 0 if wiiBalanceBoardRaw[pos] is exactly the same as wiiBalanceBoardCal[1][pos]
2015-04-16 19:45:03 +02:00
Kristian Sloth Lauszus d2511df4a1 Move functions into .cpp file 2015-04-16 17:00:07 +02:00
Kristian Sloth Lauszus 7acf598a59 Convert Wii Balance Board readings into kg 2015-04-16 16:55:35 +02:00
Kristian Sloth Lauszus 9cb31799a8 Fix initialisation of extension bug in status report.
The first status report were missed because checkExtension had to be true.
Should fix bug reported here: http://blog.tkjelectronics.dk/2012/08/wiimote-added-to-usb-host-library/#comment-500635
2015-04-16 16:50:08 +02:00