Embedded Systems

TwitterFacebook
Get flash to fully experience Pearltrees

python-on-a-chip - p14p for short. - Google Project Hosting

http://code.google.com/p/python-on-a-chip/ Welcome! Python-on-a-Chip (p14p) is a project to develop a reduced Python virtual machine (codenamed PyMite) that runs a significant subset of the Python language on microcontrollers without an OS. The other parts of p14p are the device drivers, high-level libraries and other tools. Please join the python-on-a-chip google group to discuss this project.
microcontroller

The AVR GCC Toolchain - AVR-Eclipse 3.1 Beta 3

http://avr-eclipse.sourceforge.net/wiki/index.php/The_AVR_GCC_Toolchain From AVR-Eclipse Within the context of the AVR Eclipse plugin the word AVR-GCC toolchain is used quite liberally for all tools and files required to develop and deploy applications for AVR processors with this Plugin. Actually these tools come from seperate sources, of which the real avr-gcc is only one. A subset of the standard C Library with some additional AVR specific functions. The libc-avr package also includes the AVR specific header files.

avr-libc: Building and Installing the GNU Tool Chain

This chapter shows how to build and install, from source code, a complete development environment for the AVR processors using the GNU toolset. There are two main sections, one for Linux, FreeBSD, and other Unix-like operating systems, and another section for Windows. Building and Installing under Linux, FreeBSD, and Others http://www.nongnu.org/avr-libc/user-manual/install_tools.html

Parametric Product Table 3.1 Beta 3

The page you have requested might have moved or has been archived. Please use our Product Finder or site search to locate your document or page. http://www.atmel.com/dyn/products/param_table.asp?family_id=607&OrderBy=part_no&Direction=ASC
The Kernel is written in assembly. Total kernel size varies from ~500 to 700 words depending upon which version is being used. Since the kernel is provided as a library of routines, practical applications take up less space because not all functions are used. RTOS's are nice in that the OS maintains state information for the programmer. So, instead of a complicated state machine for each task, running off an interrupt timer, the designer can write linear code (do this, wait for something, then do that... etc). http://www.barello.net/avrx/index.htm

AvrX 3.1 Beta 3

AVR Embedded Microcontroller Resources 3.1 Beta 3

http://www.ipass.net/hammill/newavr.htm#OS%20Kernels Updated June 17, 2008 My page was officially 10 years old on February 18, 2008. I have had hundreds of thousands of visits. Thanks to everyone who has visited and especially to those who have made suggestions and provided useful and interesting links. This page is my way of giving back and sharing the information that people have shared with me. Information itself is not knowledge, so please don't be content with what you find here and elsewhere.