forked from RedPitaya/RedPitaya
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation regarding source based ramdisk (buildroot). Clo…
…ses issue RedPitaya#1.
- Loading branch information
Showing
3 changed files
with
32 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
TODO | ||
|
||
1. Fix bugs. | ||
2. Build GNU/Linux ramdisk from sources, e.g. use buildroot, Yocto. | ||
3. Decrease the amount of duplicated code and move common components | ||
to shared. | ||
4. Bring OS & ecosystem sources together as they compose one package. | ||
5. Comment the code extensively in Doxygen style. Provide Doxygen | ||
documentation. | ||
6. Move FPGA images to specific applications. | ||
7. Simplify Test/monitor. | ||
* Fix bugs. | ||
* Decrease the amount of duplicated code and move common components | ||
to shared. | ||
* Bring OS & ecosystem sources together as they compose one package. | ||
* Comment the code extensively in Doxygen style. Provide Doxygen | ||
documentation. | ||
* Move FPGA images to specific applications. | ||
* Simplify Test/monitor. | ||
|