8000 Merge pull request #9946 from dhalbert/midi-name-length · adafruit/circuitpython@82c47ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 82c47ed

Browse files
authored
Merge pull request #9946 from dhalbert/midi-name-length
2 parents 9004f20 + 79aef6e commit 82c47ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(BASEOPTS)
4040
# the i18n builder cannot share the environment and doctrees with the others
4141
I18NSPHINXOPTS = $(BASEOPTS)
4242

43-
TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/cxd56 ports/espressif ports/mimxrt10xx ports/nordic ports/raspberrypi ports/stm py shared-bindings shared-module supervisor
43+
TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/analog ports/cxd56 ports/espressif ports/mimxrt10xx ports/nordic ports/raspberrypi ports/renode ports/stm py shared-bindings shared-module supervisor
4444
# Paths to exclude from TRANSLATE_SOURCES
4545
# Each must be preceded by "-path"; if any wildcards, enclose in quotes.
4646
# Separate by "-o" (Find's "or" operand)

shared-bindings/usb_midi/__init__.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ static void set_name(mp_obj_t name_obj, qstr arg_name_qstr, char **custom_name_p
9393
//| This method must be called in boot.py to have any effect.
9494
//|
9595
//| Not available on boards without native USB support.
96+
//|
97+
//| .. warning:: On Windows, if ``audio_control_interface_name`` is more than 31 characters long, Windows
98+
//| will not recognize the device. This issue is not present on macOS or Linux.
9699
//| """
97100
//| ...
98101
//|

0 commit comments

Comments
 (0)
0