: Home | MC1322x-OE's Gitweb | libmc1322x's Gitweb | Contiki-MC1322x's Gitweb | Linux Serial Gitweb

Using the Freescale MC1322x Series ARM7 Processor with integrated 802.15.4

The purpose of this site is to develop Open Source tools and hardware for the Freescale MC13224V processor.

Guides and Documentation

Software Packages

The project currently contains the software packages described below:

Getting the code

Toolchains

$ git clone git://git.devl.org/git/malvira/mc1322x-oe.git
$ git clone git://git.devl.org/git/malvira/mc1322x-rowley.git
$ git clone http://github.com/jsnyder/arm-eabi-toolchain.git

libmc1322x

$ git clone git://git.devl.org/git/malvira/libmc1322x.git

Branches:

Linux serial driver for the mc13224v

$ git clone git://git.devl.org/git/malvira/linux802154-serialdev.git

Contiki

$ git clone git://git.devl.org/git/malvira/contiki-mc1322x.git

Branches:

Python on a chip

http://code.google.com/p/python-on-a-chip/

PyMite VM is working. Requires the following toolchain:

http://github.com/jsnyder/arm-eabi-toolchain

QEMU

$ git clone git://git.devl.org/git/malvira/qemu.git

Very basic support for qemu. No peripherals yet, but you can load images to address 0x00000000 and 0x00400000.

See README.qemu.mc1322x for details.

The machine does not support the NVM (onboard flash memory) which might contain important factory calibration data. This would be very nice to have.

Please see our development branch in our qemu tree for more details.

General Status

Community and Development

Mailing List

The mailing list for this project is mc1322x@devl.org. Click here to subscribe. View the archives.

Patchworks tracker

Patches sent to the mailing list are caught by our Patchworks server located here: http://patchwork.devl.org

mc1322x Website

This website is tracked in Git - you can browse its development history or clone it from git://git.devl.org/git/malvira/mc1322x-homepage.git. The site is covered by GPLv2 and maintained by Mariano Alvira. This website is based on a design by Petr Baudis for GIT which was based on a design by Jonas Fonseca for the ELinks homepage.


open-mc13224v --- these guys are also writing free mc1322x code.

Freaklabs.org --- open source zigbee stack

Contiki --- the easy way to do TCP/IP and wireless networks is to have someone else do them!

Open-ZB --- open zigbee

Freescale --- product page for the MC13224V

Yargarto --- ARM toolchain for windows and mac.

Linux 802.15.4 stack

python-on-a-chip