From c86fdb275a9a7b43eae4a7c80cf915dcb2cd129c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 7 May 2010 15:23:42 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1907 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/articles.dox | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) (limited to 'docs/src/articles.dox') diff --git a/docs/src/articles.dox b/docs/src/articles.dox index 69066c0cc..3846b01f0 100644 --- a/docs/src/articles.dox +++ b/docs/src/articles.dox @@ -20,24 +20,46 @@ /** * @page articles Articles and Code Samples * ChibiOS/RT Articles and Code Examples: + * - @subpage page_general + * - @subpage page_kb + * - @subpage page_howtos + * . + */ + +/** + * @page page_general General. + * Articles and guides not necessarily related to ChibiOS/RT. * - @subpage article_eclipse * - @subpage article_eclipse2 + * - @subpage article_jitter + * . + */ + +/** + * @page page_kb Knowledge Base. + * Articles and guides about ChibiOS/RT. * - @subpage article_integrationguide * - @subpage article_portguide * - @subpage article_debug - * - @subpage article_create_thread - * - @subpage article_interrupts - * - @subpage article_wakeup - * - @subpage article_manage_memory - * - @subpage article_stop_os * - @subpage article_stacks * - @subpage article_roundrobin * - @subpage article_lifecycle * - @subpage article_mutual_exclusion * - @subpage article_atomic * - @subpage article_saveram - * - @subpage article_jitter * - @subpage article_timing * - @subpage article_design * . */ + +/** + * @page page_howtos How To's. + * Articles describing how to implement specific tasks using ChibiOS/RT. + * - @subpage article_create_thread + * - @subpage article_interrupts + * - @subpage article_wakeup + * - @subpage article_manage_memory + * - @subpage article_stop_os + * . + */ + -- cgit v1.2.3