summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorThea Flowers <me@thea.codes>2019-11-12 13:29:35 -0800
committerThea Flowers <me@thea.codes>2019-11-12 13:29:35 -0800
commit67ff1c92f0d1d6a93c5f1fdf6d5e07c66d39df0a (patch)
tree1511d2f1cb90d9b742775400c1cc30764450fa0e /shared-module
parent356aa2ea28d29d758809f7a5d845b048e13aa16d (diff)
Allow boards to change the "CircuitPython" text in their USB interface description.
In cases where more than one board is connected to a single computer it can become pretty hard to figure out which board you're actually talking to. For example, if you have several MIDI-compatible boards they all show up as "CircuitPython MIDI". This change allows boards to replace the "CircuitPython" part of their USB descriptors with more specific text, for example, "CircuitPython Feather" or just "Feather". This will let folks more easily tell boards apart. The new option is named `USB_INTERFACE_NAME` and is available in `mkconfigboard.mk`. For example: ``` USB_INTERFACE_NAME = "Feather" ```
Diffstat (limited to 'shared-module')
0 files changed, 0 insertions, 0 deletions