contiki:avr-xram.h
/*! \file avr_xram.h ************************************************************ * * \brief * enables external SRAM usage for RZRAVEN USB Stick AT90USB1287 * written for 32KByte external RAM * * \addtogroup usbstick * * \author * Sven Zehl <[email protected]> * ******************************************************************************/ #include "contiki.h" #ifndef __AVR-XRAM_H #define __AVR-XRAM_H void xram_enable(void); #endif
contiki/avr-xram.h.txt · Zuletzt geändert: 2017/01/24 18:49 von 127.0.0.1