working-with.txt 549 B

1234567891011121314151617181920212223242526
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. Working with OpenADK
  4. ====================
  5. This section explains how you can customize OpenADK to fit your
  6. needs.
  7. include::configure.txt[]
  8. include::make-tips.txt[]
  9. include::customize.txt[]
  10. include::common-usage.txt[]
  11. Hacking OpenADK
  12. ---------------
  13. If OpenADK does not yet fit all your requirements, you may be
  14. interested in hacking it to add:
  15. * new embedded targets: refer to the xref:adding-boards[Adding new boards]
  16. * new packages: refer to the xref:adding-packages[Adding new packages]