mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Continue work on SmartFusion demo.
This commit is contained in:
parent
ed24f0fdc1
commit
9481ea480b
5 changed files with 165 additions and 26 deletions
|
@ -38,7 +38,7 @@ IF EXIST FreeRTOS_Source Goto END
|
|||
copy ..\..\Source\portable\GCC\ARM_CM3\*.* FreeRTOS_Source\portable\GCC\ARM_CM3
|
||||
|
||||
REM Copy the basic memory allocation files
|
||||
copy ..\..\Source\portable\MemMang\heap_1.c FreeRTOS_Source\portable\MemMang
|
||||
copy ..\..\Source\portable\MemMang\heap_2.c FreeRTOS_Source\portable\MemMang
|
||||
|
||||
REM Copy the core FreeTCPIP (based on uIP) files
|
||||
copy ..\Common\ethernet\FreeTCPIP\psock.c FreeTCPIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue