Commit Graph

327 Commits

Author SHA1 Message Date
Francois Best d9cad6034f chore: Upgrade Google Test to release-1.8.0 2018-03-10 17:10:47 +01:00
Francois Best 064c9d9568 fix: Issue link in documentation
[ci skip]
2018-03-10 17:07:55 +01:00
Francois Best 1c01effbd9 feat: Handle Korg-style of flipping SysEx data header bits
Closes #92
2018-03-10 16:58:17 +01:00
Francois Best 9b9905fb2a chore: Bump version to 4.4.0 2018-03-10 15:44:46 +01:00
Francois Best 4f9e629471 Merge branch 'master' into dev 2018-01-09 08:40:14 +01:00
Francois Best 63caf9a564
Merge pull request #88 from per1234/keywords-separator
Use correct separator in keywords.txt
2017-12-14 11:42:36 +01:00
per1234 ad652d3191
Use correct separator in keywords.txt
The Arduino IDE currently requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2017-12-13 14:56:35 -08:00
Francois Best ed72e06755 chore: auto-update VSCode C++ support file 2017-10-08 09:50:39 +02:00
Francois Best d292b68eaa fix: correct sequence of commands for submodules 2017-10-08 09:49:36 +02:00
Francois Best 43fcb370ed Merge branch 'master' into dev 2017-10-08 09:40:18 +02:00
Francois Best 7809235676 Added screenshot of the library manager 2017-08-25 15:33:31 +02:00
Francois Best 2a1e4a86b3 Added library manager screenshot 2017-08-25 15:29:07 +02:00
Francois Best 724a1caecd Fix non-Arduino builds. 2017-04-07 09:39:52 +02:00
Francois Best 03d73c2b09 Changed def to match updates to cake library (FortySevenEffects/cake) 2017-04-07 09:37:49 +02:00
Francois Best 3a31a366e4 Changed def to match updates to cake library (FortySevenEffects/cake) 2017-01-07 14:40:27 +01:00
Francois Best 9a4b8b6c86 Merge branch 'master' into dev. 2016-11-04 23:27:01 +01:00
Francois Best 77bb518f19 Using recommended default HW serial port.
Relates to #65.
2016-11-04 23:22:45 +01:00
Francois Best de51bcfa34 Merge pull request #63 from datomusic/master
Added default serial port for Teensy 3.0/3.1/3.2 and Teensy LC
2016-11-04 21:11:58 +01:00
Francois Best e615065dc2 Merge pull request #64 from ivankravets/patch-4
Fix library manifest for @PlatformIO
2016-11-04 13:34:28 +01:00
Ivan Kravets de608f874f Fix library manifest for @PlatformIO 2016-11-04 13:45:47 +02:00
David Menting 32489bc0ea Added default serial port for Teensy 3.0/3.1/3.2 and Teensy LC 2016-11-04 12:36:21 +01:00
Francois Best ce42efc7c6 Updated doc and tag URL. 2016-11-04 10:53:54 +01:00
Francois Best 82f5dca265 Bumped version to 4.3.1, fixing Arduino lib file.
Removed redundant version mentions in sources.
2016-11-04 10:53:18 +01:00
Francois Best ce659116b7 Updated subs. 2016-11-04 07:19:23 +01:00
Francois Best 6b295e6a47 Merge branch 'master' into dev. 2016-11-04 07:15:12 +01:00
Francois Best 2a1e86dbaf Maintaining only one doc location. 2016-11-02 20:22:23 +01:00
Francois Best e1e6e98ea9 Added Thru definition. 2016-11-02 20:12:04 +01:00
Francois Best 5aa283f9c5 Updated version to 4.3. 2016-11-02 20:08:26 +01:00
Francois Best 3d06d8fde5 Updated readme.
[skip ci]
2016-11-02 10:01:33 +01:00
Francois Best 2b31380ba8 Teensy does not handle Arduino's USB api. 2016-11-02 09:17:39 +01:00
Francois Best 250e512ef7 Fix typo. 2016-11-02 09:14:06 +01:00
Francois Best 7ee313ebb7 Fix tests. 2016-11-02 09:13:11 +01:00
Francois Best a381c62667 Added many boards. 2016-11-02 09:07:58 +01:00
Francois Best cfffdbea26 Fix shadowing warnings. 2016-11-02 09:02:00 +01:00
Francois Best 7d6cd37ec3 Fix space. 2016-11-02 08:21:06 +01:00
Francois Best b20a40ed9a Fix USB requirements. 2016-11-02 00:19:05 +01:00
Francois Best 253e41acc6 Add dep to MidiUSB for specific example & guards for non-usb boards. 2016-11-02 00:05:27 +01:00
Francois Best 29c705fbfa Cleanup. 2016-11-02 00:04:07 +01:00
Francois Best 251cf54ba8 Try and fix multiline commands. 2016-11-01 23:53:28 +01:00
Francois Best afbb2f296d Switched to platformio for examples building. 2016-11-01 23:47:33 +01:00
Francois Best aa35573ca6 Added version defines, might be useful later on. 2016-10-30 09:55:30 +01:00
Francois Best 437d5ebce0 Bump version in sources. 2016-10-30 09:50:01 +01:00
Francois Best 0fabf63d49 Added reference to issue #60. 2016-10-30 09:09:06 +01:00
Francois Best 4eee744b35 More unreacheable code hunt. 2016-10-29 16:21:06 +02:00
Francois Best 4ab8728c67 Removed unreacheable code, inlined stuff. 2016-10-29 16:09:04 +02:00
Francois Best 2df247489a Testing running status reset. 2016-10-29 15:45:53 +02:00
Francois Best 53fdcc79b0 Testing invalid Thru mode. 2016-10-29 14:09:06 +02:00
Francois Best f653d21ca1 Thru tests. #55 2016-10-29 12:20:54 +02:00
Francois Best 2e816e3e39 Added test for larger SysEx frames. #47 2016-10-29 09:53:05 +02:00
Francois Best 597a75e638 Keep running status when not sending anything.
Fixes #61
2016-10-29 09:42:47 +02:00