FIRST Robotic Competition in Oregon: Coprocessor 20041022 - Project Directory Structure
- <project>/
- README
- Makefile
- doc/
- scripts/
- startfunction
Rather than hand copying the template files to create
your new function source, cn_bar*, you can simply run
startfunction cn_bar
and have it copy the files to the appropriate places,
modifying what needs to be modified.
- template/
- template.c
- template_t.c
- template_t.in
- template_t.ref
- src/
- Makefile
- cn_foo.c
- cn_foo.h
- cn_foo.o
- cn_types.h
- test/
- Makefile
- cn_foo_t.c
- cn_foo_t
- cn_foo_t.in
- cn_foo_t.ref
- frc/
- cn_support.c
System specific support function exist here.
- debug/
Binaries compiled for debug go here.
- release/
Binaries compiled for production release go here.
- linksys/
- cn_support.c
- cn_initialize()
- cn_getc()
- cn_putc()
- debug/
- release/
- manifold/
- cn_support.c
- debug/
- release/
- desktopsim/
- cn_support.c
- debug/
- release/
Last modified 11 Dec 2006
http://brown.armoredpenguin.com/~abrown/contact.html
http://brown.armoredpenguin.com/~abrown/first/first2004/coprocessor/DirectoryStructure20041022.html