diff options
Diffstat (limited to 'doc/manual/main.txt')
-rw-r--r-- | doc/manual/main.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manual/main.txt b/doc/manual/main.txt index e25cae67..4c7a9d9d 100644 --- a/doc/manual/main.txt +++ b/doc/manual/main.txt @@ -35,11 +35,23 @@ This pages lists Technical Primers available for OpenOCD Developers. They seek to provide information to pull novices up the learning curves associated with the fundamental technologies used by OpenOCD. +- @subpage primerpatches - @subpage primerdocs - @subpage primerautotools - @subpage primertcl - @subpage primerjtag +These documents should bridge any "ancillary" gaps in contributor +knowledge, without having to learn the complete languages or technology. +They should provide enough information for experienced developers to +learn how to make "correct" changes when creating patches. + +In all cases, these Primers should use idiomatic conventions that the +community has agreed are the "right way of doing things". In this +respect, these documents typically assume some familiarity with the +information contained in one or more @ref styleguide, or they will +directly refer to specific style guides as supplemental reading. + Contributions or suggestions for new Technical Primers are welcome. */ |