commit | f91524f0d4f50866bedca37830ca8420d6e5be2f | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sat Sep 23 13:15:55 2017 -0400 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sat Oct 21 17:57:56 2017 -0700 |
tree | 5abe51d87bb5bbdcd451515edc3a9fa10ceb3a7d | |
parent | e5b864c09ab5f5ff8a29088babee8f4d952b357f [diff] [blame] |
Get a basic USB device working It enumerates, takes its address, gets configured, and then Linux kind of gives up because it has no endpoints. Change-Id: I01f75acee419b585e455f428ee45bcd37f0ce189
diff --git a/tools/environments.bzl b/tools/environments.bzl new file mode 100644 index 0000000..68e78de --- /dev/null +++ b/tools/environments.bzl
@@ -0,0 +1,5 @@ +# Contains some helpers for working with environments. + +mcu_cpus = [ + "@//tools:cortex-m4f", +]