Francois Best
d831d4124f
chore: Delete TravisCI configuration
2021-08-10 16:06:12 +02:00
Francois Best
3116a3e43a
chore: Only run examples checks on master & PRs
2021-08-10 15:21:59 +02:00
Francois Best
0561e9052a
chore: Reduce verbosity
2021-08-10 15:20:50 +02:00
Francois Best
61d176c407
chore: Fix SoftwareSerial example on Arduino Zero
2021-08-10 14:46:55 +02:00
Francois Best
3d6eb7dc91
chore: Allow other checks to run after errors
2021-08-10 14:25:33 +02:00
Francois Best
71b4cb00d2
chore: Testing example/board matrix
2021-08-10 14:20:07 +02:00
Francois Best
ce23bef704
chore: Print debugging
2021-08-10 14:16:17 +02:00
Francois Best
972f5e2c83
chore: Add PlatformIO workflow to run examples
2021-08-10 14:10:39 +02:00
Francois Best
d242e2b7f0
chore: CI cleanup
2021-08-10 11:47:29 +02:00
Francois Best
65d6c36bed
chore: Try and ignore from source dir, not build dir
2021-08-10 10:53:00 +02:00
Francois Best
664e512a93
chore: Try filtering into a different file
2021-08-10 10:50:02 +02:00
Francois Best
bc14882ad7
chore: Use absolute paths for coverage exclusion
2021-08-10 10:46:17 +02:00
Francois Best
830060d226
chore: Report coverage to Coveralls
2021-08-10 10:10:15 +02:00
Francois Best
bdc97e5a9e
chore: Prune external coverage
2021-08-10 10:04:03 +02:00
Francois Best
903c62eaa6
chore: Cannot install as non-root
2021-08-10 09:58:17 +02:00
Francois Best
b7c66374e9
chore: Update lcov to 1.15
2021-08-10 09:56:23 +02:00
Francois Best
5f9c57cb9b
chore: Remove invalid step
2021-08-10 09:45:15 +02:00
Francois Best
ae2bd6aa47
chore: Need Debug to generate coverage
2021-08-10 09:44:57 +02:00
Francois Best
17d141a8b2
chore: PWD
2021-08-10 09:40:33 +02:00
Francois Best
6341d57c27
chore: Is gcov alread there ?
2021-08-10 09:37:04 +02:00
Francois Best
bd7e08b2e6
chore: Fix line break
2021-08-10 09:30:28 +02:00
Francois Best
4eb9730202
chore: Remove debugging line
2021-08-10 09:29:22 +02:00
Francois Best
a1ecd1eb26
chore: Generate code coverage
2021-08-10 09:28:28 +02:00
Francois Best
1776377222
chore: Back to inline script
2021-08-10 09:22:47 +02:00
Francois Best
0b30bc0007
chore: Maybe not ?
2021-08-10 09:17:24 +02:00
Francois Best
064e92c887
chore: Looks like lcov is already installed
2021-08-10 09:16:19 +02:00
Francois Best
9c9c601cf3
chore: Inline install script (reduce indirections)
2021-08-10 09:13:27 +02:00
Francois Best
95af9c25c1
chore: Print debugging
2021-08-10 09:07:04 +02:00
Francois Best
51cbe85855
chore: Run CI on any branch
2021-08-10 09:03:54 +02:00
Francois Best
ace533beaa
chore: Install code coverage tooling on CI
...
See [internal] Continuous Integration on GitHub Actions #233
2021-08-10 09:02:30 +02:00
François Best
2f03d9b29d
chore: Checkout submodules in CI
2021-08-09 22:06:09 +02:00
François Best
d2f11d02e2
chore: Add CMake CI
2021-08-09 22:03:59 +02:00
Francois Best
9f5317f299
chore: Config
2021-08-06 09:35:54 +02:00
Francois Best
f356c99ca2
chore: Allow copying Messages
...
This is ground work for the `map` Thru function
in PR #232 .
2021-08-06 09:35:54 +02:00
Francois Best
7ca289d84e
chore: Fix internal method casing
2021-08-06 09:35:54 +02:00
François Best
0d605dc8a7
doc: Update contributors
...
Added @kant for PR #230
2021-08-01 20:02:40 +02:00
Darío Hereñú
3f0a2d3fdb
Minor fix (line 65)
2021-08-01 20:00:28 +02:00
lathoub
d501f4bb3d
end method for Serial Transport
...
The Transport layer is started, but could never be stopped.
This change will allow the underlying library to call the end() method in the Transport layers (all other Transport layer have the end() method implemented)
Next step is to call the Transport end() method, when ending the MIDI instance
2021-06-08 20:36:38 +02:00
François Best
d9149d19df
chore: Better description for Discussions
2020-12-09 14:04:49 +01:00
François Best
a93fb27a1c
chore: Add link to Discussions in issue templates
2020-12-09 11:39:42 +01:00
François Best
d967c0c389
chore: Disable generic issues
...
General community-related Q&A is moved to Discussions
2020-12-09 11:34:22 +01:00
François Best
d3c361033d
chore: Suggest using Discussions first
2020-12-09 11:28:26 +01:00
François Best
33b294624a
chore: Add Feature Request template
...
Also redirect issues to discussions for project help.
2020-12-09 11:26:09 +01:00
François Best
10ef10bfde
feat: Add issue template for bug report
2020-12-09 11:20:27 +01:00
Felix Uhl
da8ca5e69a
Update search term for library manager
2020-09-16 16:39:29 +02:00
Felix Uhl
e292cf61b0
Update library manager screenshot
2020-09-16 16:39:29 +02:00
stfufane
150cecd450
Fix sendPitchBend multiplication
2020-06-08 11:39:16 +02:00
lathoub
ff3052ceb4
fix bug in MIDI_CREATE_CUSTOM_INSTANCE
...
- MIDI Setting in MIDI_CREATE_CUSTOM_INSTANCE, but Setting for SerialMIDI
- MACRO outside of Namespace
2020-05-16 15:51:03 +02:00
Francois Best
e5ee620139
doc: Add contributor
2020-04-28 07:34:38 +02:00
Francois Best
0d9f6f4731
chore: Release 5.0.2
...
Includes fix for missing MIDI_CREATE_CUSTOM_INSTANCE,
see #150 .
2020-04-28 07:31:42 +02:00