|
96 | 96 | "+<component/common/drivers/wlan/realtek/src/osdep/lwip_intf.c>",
|
97 | 97 | "+<component/common/network/dhcp/dhcps.c>",
|
98 | 98 | "+<component/common/network/ssl/ssl_ram_map/ssl_ram_map.c>",
|
99 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/portable/MemMang/heap_5.c>", |
100 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/portable/GCC/ARM_CM4F/port.c>", |
101 |
| - # "+<component/os/freertos/freertos_v8.1.2/Source/portable/IAR/ARM_CM4F/portasm.s>", |
102 | 99 | "+<component/os/freertos/cmsis_os.c>",
|
103 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/croutine.c>", |
104 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/event_groups.c>", |
105 | 100 | "+<component/os/freertos/freertos_service.c>",
|
106 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/list.c>", |
107 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/queue.c>", |
108 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/tasks.c>", |
109 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/timers.c>", |
110 | 101 | "+<component/os/os_dep/device_lock.c>",
|
111 | 102 | "+<component/os/os_dep/osdep_service.c>",
|
112 | 103 | "+<component/common/mbed/targets/hal/rtl8711b/analogin_api.c>",
|
|
144 | 135 | includes=[
|
145 | 136 | "+<project/realtek_amebaz_va0_example/inc>",
|
146 | 137 | "+<component/os/freertos>",
|
147 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/include>", |
148 |
| - "+<component/os/freertos/freertos_v8.1.2/Source/portable/GCC/ARM_CM4F>", |
149 | 138 | "+<component/os/os_dep/include>",
|
150 | 139 | "+<component/common/api/network/include>",
|
151 | 140 | "+<component/common/api>",
|
|
191 | 180 | ),
|
192 | 181 | )
|
193 | 182 |
|
| 183 | +# Sources - FreeRTOS |
| 184 | +env.Replace(FREERTOS_PORT=env["FAMILY_NAME"], FREERTOS_PORT_DEFINE="REALTEK_AMB1") |
| 185 | +queue.AddExternalLibrary("freertos") |
| 186 | +queue.AddExternalLibrary("freertos-port") |
| 187 | + |
194 | 188 | # Sources - lwIP
|
195 | 189 | queue.AddExternalLibrary("lwip", port="amb1")
|
196 | 190 |
|
|
0 commit comments