keil.org
author Anoop Jacob Thomas<anoop@fossee.in>
Tue, 17 May 2011 00:16:04 +0530
changeset 8 4be03da7f773
permissions -rw-r--r--
Added info on keil replacement keil.org.

#+TITLE:     Replacements for Keil, MPLAB
#+AUTHOR:    Anoop Jacob Thomas
#+EMAIL:     info@fossee.in
#+DATE:      2011-05-10 Tue
#+DESCRIPTION: 
#+KEYWORDS: 
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+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
#+INFOJS_OPT: view:t home:software.html toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 
#+XSLT: 

* SDCC

** About SDCC

SDCC is an open source retargettable, optimizing ANSI - C compiler.It
targets the Intel 8051, Zilog Z80, Dallas 80C390, Motorola HC08 and
Microchip PIC MCUs.

** List of Courses/Subjects/Areas where SDCC can be used

    - Educational and scientific computation
    - Industrial Automation
    - Robotics

** Learning Resources for SDCC

    - http://sourceforge.net/apps/trac/sdcc/wiki/SDCC_tutorial
    - http://www.micahcarrick.com/pic-c-programming-linux.html

* GNU ARM

** About GNU ARM

GNU ARM is an open source utility consists of the GNU binutils,
compiler set (GCC) and debugger. The tool chain includes C and C++
cross compilers for ARM architecture.

** List of Courses/Subjects/Areas where GNU ARM can be used

    - Educational and scientific application
    - Industrial Automation
    - Robotics
    - Mobile Phones, PDAs



** Learning Resources for GNU ARM

    - http://www.gnuarm.com/
    - http://microcross.com/gnu-arm7t-microcross.pdf