diff options
| author | hathach <[email protected]> | 2014-03-06 11:52:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-06 11:52:21 +0700 |
| commit | 301be3203c376dfa5b626019c47e656d6349afbb (patch) | |
| tree | 9bfd6956ad5163d25058b833f52b66200ae69f89 /demos/host | |
| parent | dcc58a7afcd6f02458a5edaca33a5b63418d641f (diff) | |
refractor vendor/freertos
Diffstat (limited to 'demos/host')
| -rw-r--r-- | demos/host/host_freertos/host_freertos.ewp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/demos/host/host_freertos/host_freertos.ewp b/demos/host/host_freertos/host_freertos.ewp index 60459446c..10746f19d 100644 --- a/demos/host/host_freertos/host_freertos.ewp +++ b/demos/host/host_freertos/host_freertos.ewp @@ -456,7 +456,11 @@ </option>
<option>
<name>ADefines</name>
- <state></state>
+ <state>CORE_M4</state>
+ <state>TUSB_CFG_MCU=MCU_LPC43XX</state>
+ <state>BOARD=BOARD_EA4357</state>
+ <state>TUSB_CFG_OS=TUSB_OS_FREERTOS</state>
+ <state>TUSB_CFG_OS_TASK_PRIO=configMAX_PRIORITIES-5</state>
</option>
<option>
<name>AList</name>
@@ -552,7 +556,9 @@ </option>
<option>
<name>AUserIncludes</name>
- <state></state>
+ <state>$PROJ_DIR$\..\src</state>
+ <state>$PROJ_DIR$\..\..\..\tinyusb</state>
+ <state>$PROJ_DIR$\..\..\..\vendor\freertos</state>
</option>
<option>
<name>AExtraOptionsCheckV2</name>
|
