diff options
| author | hathach <[email protected]> | 2018-03-09 16:22:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-09 16:22:10 +0700 |
| commit | 3e428451535b4f5592c85b15970df1a2af2178e7 (patch) | |
| tree | bf6701340aea7212e5486a9b82a8fe3e4de6965c /examples/device/device_virtual_com/src | |
| parent | eaaebc2b88c9eed073b95fa6550ddf03aaf3e6b5 (diff) | |
segger studio work with ea4357
Diffstat (limited to 'examples/device/device_virtual_com/src')
| -rw-r--r-- | examples/device/device_virtual_com/src/tusb_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/device/device_virtual_com/src/tusb_config.h b/examples/device/device_virtual_com/src/tusb_config.h index 37f2ae04a..be2aaf71a 100644 --- a/examples/device/device_virtual_com/src/tusb_config.h +++ b/examples/device/device_virtual_com/src/tusb_config.h @@ -107,6 +107,10 @@ #define TUSB_CFG_ATTR_USBRAM _Pragma("location=\".ahb_sram1\"") #endif +#elif defined __SES_ARM + +#define TUSB_CFG_ATTR_USBRAM ATTR_SECTION(.bss2) + #else #error compiler not specified |
