diff options
| author | Jeff Epler <jepler@unpythonic.net> | 2020-06-15 19:12:04 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-06-23 12:59:01 -0500 |
| commit | f232aef7865c4e094f060f9766418f60fb9f86ea (patch) | |
| tree | a7f561317873ef0b29a07125ca7f797726533465 /ports/litex/boards | |
| parent | 93d3629da279ae080cdfa616d54451150b373697 (diff) | |
supervisor.mk: Compute USB_DEVICES; remove from boards and ports
Since Actions passed on the previous commit, where this computed value
was checked against the specified value (if any), this is no net change,
except that we no longer need to specify it for particular boards or
ports.
Diffstat (limited to 'ports/litex/boards')
| -rw-r--r-- | ports/litex/boards/fomu/mpconfigboard.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/litex/boards/fomu/mpconfigboard.mk b/ports/litex/boards/fomu/mpconfigboard.mk index 4787803cc..c8de94e9c 100644 --- a/ports/litex/boards/fomu/mpconfigboard.mk +++ b/ports/litex/boards/fomu/mpconfigboard.mk @@ -2,7 +2,6 @@ USB_VID = 0x1209 USB_PID = 0x5BF0 USB_PRODUCT = "Fomu" USB_MANUFACTURER = "Foosn" -USB_DEVICES = "CDC,MSC,AUDIO,HID" INTERNAL_FLASH_FILESYSTEM = 1 LONGINT_IMPL = MPZ |
