keil.org
changeset 8 4be03da7f773
equal deleted inserted replaced
7:39513d5443c3 8:4be03da7f773
       
     1 #+TITLE:     Replacements for Keil, MPLAB
       
     2 #+AUTHOR:    Anoop Jacob Thomas
       
     3 #+EMAIL:     info@fossee.in
       
     4 #+DATE:      2011-05-10 Tue
       
     5 #+DESCRIPTION: 
       
     6 #+KEYWORDS: 
       
     7 #+LANGUAGE:  en
       
     8 #+OPTIONS:   H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
       
     9 #+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc email:nil author:nil timestamp:nil creator:nil
       
    10 #+INFOJS_OPT: view:t home:software.html toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
       
    11 #+EXPORT_SELECT_TAGS: export
       
    12 #+EXPORT_EXCLUDE_TAGS: noexport
       
    13 #+LINK_UP:   
       
    14 #+LINK_HOME: 
       
    15 #+XSLT: 
       
    16 
       
    17 * SDCC
       
    18 
       
    19 ** About SDCC
       
    20 
       
    21 SDCC is an open source retargettable, optimizing ANSI - C compiler.It
       
    22 targets the Intel 8051, Zilog Z80, Dallas 80C390, Motorola HC08 and
       
    23 Microchip PIC MCUs.
       
    24 
       
    25 ** List of Courses/Subjects/Areas where SDCC can be used
       
    26 
       
    27     - Educational and scientific computation
       
    28     - Industrial Automation
       
    29     - Robotics
       
    30 
       
    31 ** Learning Resources for SDCC
       
    32 
       
    33     - http://sourceforge.net/apps/trac/sdcc/wiki/SDCC_tutorial
       
    34     - http://www.micahcarrick.com/pic-c-programming-linux.html
       
    35 
       
    36 * GNU ARM
       
    37 
       
    38 ** About GNU ARM
       
    39 
       
    40 GNU ARM is an open source utility consists of the GNU binutils,
       
    41 compiler set (GCC) and debugger. The tool chain includes C and C++
       
    42 cross compilers for ARM architecture.
       
    43 
       
    44 ** List of Courses/Subjects/Areas where GNU ARM can be used
       
    45 
       
    46     - Educational and scientific application
       
    47     - Industrial Automation
       
    48     - Robotics
       
    49     - Mobile Phones, PDAs
       
    50 
       
    51 
       
    52 
       
    53 ** Learning Resources for GNU ARM
       
    54 
       
    55     - http://www.gnuarm.com/
       
    56     - http://microcross.com/gnu-arm7t-microcross.pdf