Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
10dc0b2e
Commit
10dc0b2e
authored
7 years ago
by
Peter Thedens
Browse files
Options
Downloads
Patches
Plain Diff
Add markdown for the makefiles
parent
8164fb57
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
quad/README.md
+5
-1
5 additions, 1 deletion
quad/README.md
quad/doc/Makefiles.md
+4
-0
4 additions, 0 deletions
quad/doc/Makefiles.md
with
9 additions
and
1 deletion
quad/README.md
+
5
−
1
View file @
10dc0b2e
...
@@ -65,6 +65,8 @@ cd src/<project> && make
...
@@ -65,6 +65,8 @@ cd src/<project> && make
**NOTE**
: All build artifacts will be placed in
`lib`
or
`bin`
(depending on
**NOTE**
: All build artifacts will be placed in
`lib`
or
`bin`
(depending on
whether it is a library or executable, respectively)
whether it is a library or executable, respectively)
To learn more about the makefiles, see
[
Makefiles.md
](
doc/Makefiles.md
)
## Testing
## Testing
#### Automated Tests
#### Automated Tests
...
@@ -92,9 +94,11 @@ Ideally, you would run these tests from the XSDK IDE.
...
@@ -92,9 +94,11 @@ Ideally, you would run these tests from the XSDK IDE.
*
[
The Quad Application
](
src/quad_app/README.md
)
*
[
The Quad Application
](
src/quad_app/README.md
)
*
[
Quad App on the Zybo (Real Quad)
](
xsdk_workspace/real_quad/README.md
)
*
[
Quad App on the Zybo (Real Quad)
](
xsdk_workspace/real_quad/README.md
)
*
[
Quad App on Unix (Virtual Quad)
](
src/virt_quad/README.md
)
*
[
Quad App on Unix (Virtual Quad)
](
src/virt_quad/README.md
)
*
[
XSDK Instructions
](
xsdk_workspace/README.md
)
*
[
XSDK Instructions
](
xsdk_workspace/README.md
)
*
[
How to use the makefile structure
](
doc/
)
## Other Documents
## Other Documents
*
[
Hardware Block Diagram
](
doc/images/FPGA_Diagram.png
)
*
[
Hardware Block Diagram
](
doc/images/FPGA_Diagram.png
)
*
[
Zybo Pinout Assignments
](
doc/zybo_pinout_assignments.md
)
*
[
Zybo Pinout Assignments
](
doc/zybo_pinout_assignments.md
)
*
[
How to use Xilinx software tools
](
doc/how_to_use_XSDK.md
)
*
[
How to use Xilinx software tools
](
doc/how_to_use_XSDK.md
)
*
[
How to use the makefile structure
](
doc/Makefiles.md
)
This diff is collapsed.
Click to expand it.
quad/doc/Makefiles.md
0 → 100644
+
4
−
0
View file @
10dc0b2e
# How to use the makefiles
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment