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
fd02ed55
Commit
fd02ed55
authored
7 years ago
by
bbartels
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
043c63ff
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
+11
-17
11 additions, 17 deletions
quad/README.md
with
11 additions
and
17 deletions
quad/README.md
+
11
−
17
View file @
fd02ed55
...
...
@@ -4,20 +4,15 @@ The `quad/` directory contains all code that programs the quadcopter. This
includes any C libraries we have written, any HDL to program the Zybo on
the quad, and the XSDK main project that runs on the Zybo.
## Documents
[
Zybo Pinout Assignments
](
doc/zybo_pinout_assignments.md
)
[
How to use Xilinx software tools
](
doc/how_to_use_xilinx_tools.pdf
)
## Brief Intro
The main quad application is written as a library, and located at
`src/quad_app/`
("main" function in quad_app.c).
The main quad application is located at
`src/quad_app/`
.
T
he main XSDK project that actually runs on the Zybo is located at
`xsdk_workspace/real_quad/
`
T
o run this application on the Zybo, we need to implement the hardware drivers,
and provide a
`main function`
. This is done in
`xsdk_workspace/real_quad/
src`
.
We also
have a complemetary "virtual quad" to ease testing located at
`src/virt_quad
/
`
We
can
also
run this application on our own laptops for testing. We call this
implementation the "virtual quad". This is done in
`src/virt_quad`
.
## Building
...
...
@@ -38,6 +33,7 @@ in the quad directory as your "workspace":
## Testing
### Automated Tests
_Write tests! It makes automating things so much easier._
Run the unit and functional tests:
...
...
@@ -45,21 +41,19 @@ Run the unit and functional tests:
make test
```
You can also run the test for a specific library inside its respective project
directory:
```
cd src/<project> && make test
```
### Manually testing the hardware interface
Of course, we cannot run
our
automated tests on code that needs the Zybo. But
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
hardware interface.
Look in
`xsdk_workspace/real_quad/src/hw_impl_zybo_tests.c`
for instructions.
Ideally, you would run these tests from the XSDK IDE.
## Other Documents
[
Zybo Pinout Assignments
](
doc/zybo_pinout_assignments.md
)
[
How to use Xilinx software tools
](
doc/how_to_use_xilinx_tools.pdf
)
## XSDK FYIs
Definitely first read the
[
Xilinx How-To
](
doc/how_to_use_xilinx_tools.pdf
)
.
...
...
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