Difference between revisions of "PA 8001 2014 Practical 0"

From CERES
Jump to: navigation, search
(Created page with "== Objectives == The objectives of this practical are twofold: * To set up and familiarise yourself with the lab environment (e.g., Raspberri Pi and ARM Cross Compiler) * ...")
 
Line 1: Line 1:
 +
'''Under Preparation; To be finalised befoer Monday'''
 +
 
== Objectives ==
 
== Objectives ==
  

Revision as of 19:02, 4 September 2014

Under Preparation; To be finalised befoer Monday

Objectives

The objectives of this practical are twofold:

  • To set up and familiarise yourself with the lab environment (e.g., Raspberri Pi and ARM Cross Compiler)
  • To make sure that you have understood the basic concepts of C programming required for the rest of the course
  • To acquire basic familiarity with Raspberri PI bare-metal programming
  • To apply basic principles of Test Driven Development

Instructions

You need to submit a single .zip file on blackboard containing the programs for Part 1 and Part 3. The two parts should be put in two different folders, named Part 1 and Part 3, respectively. Only submissions before the deadline are considered, unless you ask for a deadline extension before the deadline. You do not have to wait for an acknowledgment if you ask for an extension. You can only ask for a deadline extension for one week for at most 2 out of 5 practicals.

The practicals are based on the following two practicals:


Part 1: C Programming