nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: How to fit the library to an other microcontrôler ? nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210: nico@210:

nico@210: How to fit the library to an other microcontrôler ? nico@210:

nico@210: First, be sure that you have at least 40K bytes of program memory, and nico@210: about 2k of RAM. nico@210: nico@210:

nico@210: You have to create target specific interface to HW resources. Take model nico@210: on bundled interfaces provided in drivers/ and create your own nico@210: interface. You also have to update Makefile.in files for target nico@210: specific cflags and options. Chose -targer= configure switch to nico@210: compile your specific interface. nico@210: nico@210:

nico@210: You are welcome to contribute-back your own interfaces ! Other nico@210: Canfestival users will use it and provide feedback, tests and nico@210: enhancements. nico@210: nico@210:

nico@210:


nico@210:
nico@210: epimerde nico@210: 2007-06-05 nico@210:
nico@210: nico@210: