Micro template library A library for building device drivers
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

15 satır
160 B

  1. # Ignore binary directories
  2. bin/
  3. .dep/
  4. obj/
  5. # Ignore eclipse projects
  6. .cproject
  7. .project
  8. .settings
  9. Debug/
  10. Release/
  11. # Ignode Doxygen output
  12. doc/