mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-25 10:43:44 +00:00
lpc11u37 supported
This commit is contained in:
parent
b1296139d0
commit
a5b8a67c80
@ -30,7 +30,8 @@
|
|||||||
|
|
||||||
// Some MCU doesn't have enough 8KB SRAM to store the whole disk
|
// Some MCU doesn't have enough 8KB SRAM to store the whole disk
|
||||||
// We will use Flash as read-only disk
|
// We will use Flash as read-only disk
|
||||||
#if CFG_TUSB_MCU == OPT_MCU_LPC13XX
|
// - LPC1347, LPC11uxx
|
||||||
|
#if (CFG_TUSB_MCU == OPT_MCU_LPC13XX) || (CFG_TUSB_MCU == OPT_MCU_LPC11UXX)
|
||||||
#define DISK_READONLY
|
#define DISK_READONLY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -30,7 +30,8 @@
|
|||||||
|
|
||||||
// Some MCU doesn't have enough 8KB SRAM to store the whole disk
|
// Some MCU doesn't have enough 8KB SRAM to store the whole disk
|
||||||
// We will use Flash as read-only disk
|
// We will use Flash as read-only disk
|
||||||
#if CFG_TUSB_MCU == OPT_MCU_LPC13XX
|
// - LPC1347, LPC11uxx
|
||||||
|
#if (CFG_TUSB_MCU == OPT_MCU_LPC13XX) || (CFG_TUSB_MCU == OPT_MCU_LPC11UXX)
|
||||||
#define DISK_READONLY
|
#define DISK_READONLY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -30,7 +30,8 @@
|
|||||||
|
|
||||||
// Some MCU doesn't have enough 8KB SRAM to store the whole disk
|
// Some MCU doesn't have enough 8KB SRAM to store the whole disk
|
||||||
// We will use Flash as read-only disk
|
// We will use Flash as read-only disk
|
||||||
#if CFG_TUSB_MCU == OPT_MCU_LPC13XX
|
// - LPC1347, LPC11uxx
|
||||||
|
#if (CFG_TUSB_MCU == OPT_MCU_LPC13XX) || (CFG_TUSB_MCU == OPT_MCU_LPC11UXX)
|
||||||
#define DISK_READONLY
|
#define DISK_READONLY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user