source: projects/bull-anelex-project/trunk/anelex-interface/src/toolchain.h @ 62

Last change on this file since 62 was 62, checked in by sven, 13 years ago

Bull-Anelex-Project, Anelex Interface:

  • Completely new RS232 I/O with ordinary Ring buffer (against FIFO in PC which still sends when CTS is low)
  • Integrated out-of-memory data printing, on button too (strange bug: uC resets when calling ?print X)
  • removed the toolchain.h (almost completely)
  • several improvements

-- sven @ workstation7

File size: 601 bytes
Line 
1#ifndef TOOLCHAIN_H
2#define TOOLCHAIN_H
3
4/*
5 * um in main.c einfach mehr Uebersicht zu haben, hier eine Quick & Dirty-
6 * Sammlung von typisch anfallendem Zeug: libc-Initialisierung, langweilige
7 * Standard-Routinen, usw.
8 *
9 ** ANALEX-INTERFACE, kopiert von Gamma10-Interface am
10 ** 28. August 2010, 17:30 im Museum
11 *
12 */
13
14#define  __AVR_ATmega644__   1
15//#define  OSCSPEED            20*1000*1000
16// statt OSCSPEED hab ich jetzt auch F_CPU genutzt in UartInit()
17// F_CPU wird durch die make file (den Aufruf von AVR Studio) bereits definiert
18
19
20
21
22
23
24
25
26#endif /* TOOLCHAIN */
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License