-
Notifications
You must be signed in to change notification settings - Fork 2
Software
John Marquard edited this page Feb 25, 2015
·
1 revision
The OldSat CSC software serves as a good guide to the structure of code we want to see.
> src
-> Applications
--> Application_1
---> *c and *h files
--> Applicaiton_2
---> *c and *h files
-> Drivers
--> asf
---> Atmel Drivers
--> Driver_1
---> *c and *h files
--> Driver_2
---> *c and *h files
-> FreeRTOS
--> Copy structure exactly from exitsing FreeRTOS code
- BLUEsat applications are appended with '_app'.
- BLUEsat drivers are appended with '_drv'.
- BLUEsat is spelt BLUEsat and not Bluesat.
- All files and folders use lowercase.