Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
TM4C129xSPIFFS.cxx
Go to the documentation of this file.
1
34// This define is needed to call any ROM_xx function in the driverlib.
35#define TARGET_IS_TM4C129_RA1
36
37#define TI_DUAL_BANK_FLASH
38#define TISPIFFS_LOCK_BASEPRI_FF
39
40#include "spiffs.h"
41#include "inc/hw_types.h"
42#include "driverlib/flash.h"
43#include "driverlib/rom.h"
44#include "driverlib/rom_map.h"
45#include "driverlib/cpu.h"
46
47#include "TM4C129xSPIFFS.hxx"
48#include "../cc32x0sf/TiSPIFFSImpl.hxx"
49
Specialization of Serial SPIFFS driver for TI driverlib devices.
Definition TiSPIFFS.hxx:45