diff options
Diffstat (limited to 'demos/device')
| -rw-r--r-- | demos/device/device_os_none/device_os_none.ewp | 5 | ||||
| -rw-r--r-- | demos/device/src/tusb_config.h | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/demos/device/device_os_none/device_os_none.ewp b/demos/device/device_os_none/device_os_none.ewp index fc7810f2b..6ba3e7394 100644 --- a/demos/device/device_os_none/device_os_none.ewp +++ b/demos/device/device_os_none/device_os_none.ewp @@ -2984,7 +2984,7 @@ </option>
<option>
<name>CCDiagError</name>
- <state></state>
+ <state>Pa050</state>
</option>
<option>
<name>CCObjPrefix</name>
@@ -4772,6 +4772,9 @@ <name>$PROJ_DIR$\..\..\bsp\lpc43xx\CMSIS_LPC43xx_DriverLib\src\system_LPC43xx.c</name>
</file>
</group>
+ <file>
+ <name>$PROJ_DIR$\..\..\bsp\boards\microbuilder\board_rf1ghznode.c</name>
+ </file>
</group>
<group>
<name>tinyusb</name>
diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h index 9059a5471..fc2d3b09a 100644 --- a/demos/device/src/tusb_config.h +++ b/demos/device/src/tusb_config.h @@ -83,6 +83,9 @@ #define TUSB_CFG_OS_TICKS_PER_SECOND 1000
+//--------------------------------------------------------------------+
+// USB RAM PLACEMENT
+//--------------------------------------------------------------------+
#ifdef __CODE_RED // compiled with lpcxpresso
#if (TUSB_CFG_MCU == MCU_LPC11UXX) || (TUSB_CFG_MCU == MCU_LPC13UXX)
#define TUSB_RAM_SECTION ".data.$RAM2"
|
