Skip to content

gitBowei/bo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example code of Embedded Programming with Android

For Chapters 3 through 8, the directory structure organizes the code by chapter. There are folders which are common for all examples such as include and drivers etc. All other folders are chapter specific, such as c03, c04 and c05 etc., given that there are example codes in that chapter. The common make file is makedefs.arm at the top level directory. There are individual make files for each example codes. Below is a template of the make file for an example code. The PROJECTNAME has to be defined as the file name of an example code.

About

Example code of Embedded Programming with Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.6%
  • Assembly 26.5%
  • Makefile 16.8%
  • C++ 1.3%
  • Shell 0.8%