Skip to content
Snippets Groups Projects
Commit 0fe417d0 authored by bbartels's avatar bbartels
Browse files

Update README.md

parent 2508366f
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,12 @@ and read this section so things get setup correctly.
projects. Add them all.
3. If things are going swimmingly, then you should be able to build everyhing
and be off on your merry embedded endeavors.
\ No newline at end of file
and be off on your merry embedded endeavors.
## XSDK FYIs
Definitely first read the [Xilinx How-To](doc/how_to_use_xilinx_tools.pdf).
The XIlinx SDK has a few quirks that are important to watch out for:
1. From the [documentation](https://www.xilinx.com/support/documentation/sw_manuals/xilinx14_7/SDK_Doc/tasks/sdk_t_tcf_limitations_faq.htm), if you abort program execution while at a breakpoint inside an interrupt handler, when re-running the program, interrupts don’t fire. You have to do a hard reset of the board (cycle power) to have interrupts work again.
2. After doing a `git pull` or `git checkout`, refresh the files by right-clicking on the project in the sidebar and clicking "Refresh"
3. The project does not detect changes in header files, so if you modify a `.h` file, you should do a clean before re-building, otherwise you may experience unexpected behavior. We got into the habit of always doing a clean before a build whenever creating code that will be put on the quadcopter.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment