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
070586d7
Commit
070586d7
authored
7 years ago
by
bbartels
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
093f2a19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
quad/README.md
+4
-4
4 additions, 4 deletions
quad/README.md
with
4 additions
and
4 deletions
quad/README.md
+
4
−
4
View file @
070586d7
...
...
@@ -16,7 +16,7 @@ implementation the "virtual quad". This is done in `src/virt_quad`.
## Building
### Primarily Libraries and Executables
###
#
Primarily Libraries and Executables
To build the libraries and executables:
```
...
...
@@ -32,14 +32,14 @@ cd src/<project> && make
**NOTE**
: All build artifacts will be placed in
`quad/lib`
or
`quad/bin`
(depending on whether it is a library or executable, respectively)
### XSDK Project (what runs on the Zybo)
###
#
XSDK Project (what runs on the Zybo)
To build the XSDK project, use the XSDK IDE. Refer to the
[
Xilinx How-to
](
doc/how_to_use_xilinx_tools.pdf
)
for more instructions. Be sure to select the
`xsdk_workspace`
directory in the
quad directory as your "workspace."
## Testing
### Automated Tests
###
#
Automated Tests
_Write tests! It makes automating things so much easier._
Run the unit and functional tests:
...
...
@@ -50,7 +50,7 @@ make test
And glad to hear you are interested in writing your own unit tests! Look at the
README and examples in our simple testing library at
`src/test`
.
### Manually testing the hardware interface
###
#
Manually testing the hardware interface
Of course, we cannot run automated tests on code that needs the Zybo. But
we have manual tests that you can use to test each specific driver in the
...
...
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