Skip to content

Commit 3d84c02

Browse files
committed
Updated docs for digilent ChipKIT dependencies
1 parent 04b7805 commit 3d84c02

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

docs/compile/dependencies.rst

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -96,30 +96,19 @@ in all terminals (and you probably do), you need to add these
9696
Digilent / Microchip Libraries
9797
------------------------------
9898

99-
It also requires some libraries from Microchip that we are unfortunately unable
100-
to include or link to as a submodule from the source because of licensing
101-
issues:
102-
103-
- Microchip USB device library (download DSD-0000318 from the bottom of
104-
the `Network Shield
105-
page <http://digilentinc.com/Products/Detail.cfm?NavPath=2,719,943&Prod=CHIPKIT-NETWORK-SHIELD>`_)
106-
- Microchip CAN library (included in the same DSD-0000318 package as
107-
the USB device library)
108-
109-
You can read and accept Microchip's license and download both libraries on the
110-
`Digilent download page
111-
<http://digilentinc.com/Agreement.cfm?DocID=DSD-0000318>`_.
112-
113-
Once you've downloaded the .zip file, extract it into the ``libs``
114-
directory in this project. It should look like this:
99+
We also require some libraries from Microchip that are available from the bottom of the `Network Shield page <https://reference.digilentinc.com/chipkit_shield_network:chipkit_shield_network>`_. You can read and accept Microchip's license and download the libraries on the `Digilent download page <https://reference.digilentinc.com/agreement>`_. The bootstrap script does the above and then the ``libs`` directory should look like this:
115100

116101
.. code-block:: sh
117102
118103
- /Users/me/projects/vi-firmware/
119-
---- libs/
120-
-------- chipKITUSBDevice/
121-
chipKitCAN/
122-
... other libraries
104+
-- src/
105+
--- libs/
106+
----
107+
... other libraries
108+
chipKitCAN/
109+
chipKITEthernet/
110+
chipKITUSBDevice/
111+
... other libraries
123112
124113
.. _ftdi:
125114

0 commit comments

Comments
 (0)