diff --git a/demos/host/host_os_none/host_os_none.ewd b/demos/host/host_os_none/host_os_none.ewd index 233debece..2d5807f83 100644 --- a/demos/host/host_os_none/host_os_none.ewd +++ b/demos/host/host_os_none/host_os_none.ewd @@ -774,7 +774,7 @@ CCJLinkInterfaceRadio - 0 + 1 OCJLinkAttachSlave @@ -848,7 +848,7 @@ CCSwoClockAuto - 0 + 1 CCSwoClockEdit @@ -856,7 +856,7 @@ OCJLinkTraceSource - 0 + 1 OCJLinkTraceSourceDummy diff --git a/demos/host/host_os_none/host_os_none.uvopt b/demos/host/host_os_none/host_os_none.uvopt index 702c4551d..2fcf8cbe9 100644 --- a/demos/host/host_os_none/host_os_none.uvopt +++ b/demos/host/host_os_none/host_os_none.uvopt @@ -132,6 +132,11 @@ Segger\JL2CM3.dll + + 0 + DLGUARM + + 0 DLGTARM @@ -145,7 +150,7 @@ 0 JL2CM3 - -U268003250 -O1006 -S8 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO19 -TC72000000 -TP21 -TDS800B -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB5 -TFE0 -FO15 -FD10000000 -FC800 -FN2 -FF0LPC18xx43xx_512_BA -FS01A000000 -FL080000 -FF1LPC18xx43xx_512_BB -FS11B000000 -FL180000 + -U268003250 -O1006 -S8 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(4) -TO23 -TC72000000 -TP21 -TDS800B -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB5 -TFE1 -FO15 -FD10000000 -FC800 -FN2 -FF0LPC18xx43xx_512_BA -FS01A000000 -FL080000 -FF1LPC18xx43xx_512_BB -FS11B000000 -FL180000 0 @@ -165,7 +170,7 @@ 0 1 1 - 0 + 1 0 0 0 @@ -179,7 +184,7 @@ 0 0 0 - 0 + 1 0 1 0 @@ -389,8 +394,8 @@ 0 0 0 - 149 - 158 + 170 + 175 0 ..\src\main.c main.c @@ -421,8 +426,8 @@ 0 20 0 - 0 - 0 + 117 + 129 0 ..\src\keyboard_app.c keyboard_app.c @@ -435,10 +440,10 @@ 1 0 0 - 47 + 0 0 - 61 - 139 + 119 + 131 0 ..\src\mouse_app.c mouse_app.c @@ -493,7 +498,7 @@ 0 2 0 - 137 + 138 146 0 ..\..\bsp\boards\embedded_artists\board_ea4357.c @@ -509,7 +514,7 @@ 0 1 0 - 99 + 100 106 0 ..\..\bsp\boards\printf_retarget.c @@ -643,10 +648,10 @@ 1 0 0 - 1 + 0 0 - 0 - 0 + 57 + 76 0 ..\..\..\tinyusb\tusb.c tusb.c @@ -707,10 +712,10 @@ 1 0 0 - 0 + 30 0 1 - 1 + 21 0 ..\..\..\tinyusb\host\usbh.c usbh.c @@ -723,10 +728,10 @@ 1 0 0 - 0 + 47 0 1 - 1 + 13 0 ..\..\..\tinyusb\host\ehci\ehci.c ehci.c @@ -771,10 +776,10 @@ 1 0 0 - 0 + 8 0 - 60 - 69 + 58 + 77 0 ..\..\..\tinyusb\hal\hal_lpc43xx.c hal_lpc43xx.c @@ -835,10 +840,10 @@ 1 0 0 - 15 + 28 0 - 1 - 24 + 15 + 32 0 ..\..\..\tinyusb\class\cdc_host.c cdc_host.c @@ -995,10 +1000,10 @@ 2 0 0 - 12 + 0 0 - 147 - 150 + 145 + 151 0 ..\..\bsp\lpc43xx\startup_keil\startup_LPC43xx.s startup_LPC43xx.s diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index b44c2ee73..dba30c76c 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -114,7 +114,7 @@ #elif defined __CC_ARM // Compiled with Keil armcc #define TUSB_CFG_ATTR_USBRAM #elif __ICCARM__ // compiled with IAR - #define TUSB_CFG_ATTR_USBRAM + #define TUSB_CFG_ATTR_USBRAM @ ".ahb_sram1" #else #error compiler not specified #endif diff --git a/readme.md b/readme.md index d7ffe27eb..2eaa0b360 100644 --- a/readme.md +++ b/readme.md @@ -47,8 +47,9 @@ coming soon ... The following toolchain is supported -- lpcxpresso/redsuite -- Keil +- *lpcxpresso/redsuite* +- *Keil MDK* +- *IAR Workbench* ## Supported Boards ##