|
Contiki 3.x
|
Device driver for the ST M25P16 40MHz 1Mbyte external memory.More...
#include <stdio.h>#include <string.h>#include "spi-arch.h"#include "contiki.h"#include "board.h"#include "cfs-coffee-arch.h"#include "cpu.h"#include "dev/ssi.h"#include "dev/xmem.h"#include "dev/watchdog.h"Go to the source code of this file.
Device driver for the ST M25P16 40MHz 1Mbyte external memory.
Data is written bit inverted (~-operator) to flash so that unwritten data will read as zeros (UNIX style).
Definition in file xmem.c.
1.8.6