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