-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable FPGA advertisement pin for USB switch control.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule apollo
updated
14 files
+50 −4 | apollo_fpga/__init__.py | |
+6 −0 | apollo_fpga/commands/cli.py | |
+1 −1 | apollo_fpga/ecp5.py | |
+1 −0 | apollo_fpga/gateware/__init__.py | |
+103 −0 | apollo_fpga/gateware/advertiser.py | |
+153 −0 | firmware/src/boards/cynthion_d11/fpga_adv.c | |
+29 −0 | firmware/src/boards/cynthion_d21/fpga_adv.c | |
+29 −0 | firmware/src/boards/daisho/fpga_adv.c | |
+29 −0 | firmware/src/boards/qtpy/fpga_adv.c | |
+29 −0 | firmware/src/boards/samd11_xplained/fpga_adv.c | |
+29 −0 | firmware/src/fpga_adv.h | |
+5 −2 | firmware/src/main.c | |
+29 −0 | firmware/src/usb_switch.c | |
+15 −0 | firmware/src/vendor.c |
Submodule cynthion
updated
12 files
Submodule luna
updated
6 files