OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_MPU_LPC1768_GCC_RedSuite/] [CreateProjectDirectoryStructure.bat] - Blame information for rev 582

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 582 jeremybenn
REM This file should be executed from the command line prior to the first
2
REM build.  It will be necessary to refresh the Eclipse project once the
3
REM .bat file has been executed (normally just press F5 to refresh).
4
 
5
REM Copies all the required files from their location within the standard
6
REM FreeRTOS directory structure to under the Eclipse project directory.
7
REM This permits the Eclipse project to be used in 'managed' mode and without
8
REM having to setup any linked resources.
9
 
10
REM Have the files already been copied?
11
IF EXIST src\FreeRTOS Goto END
12
 
13
        REM Create the required directory structure.
14
        MD src\FreeRTOS
15
        MD src\FreeRTOS\include
16
        MD src\FreeRTOS\portable\GCC\ARM_CM3_MPU
17
        MD src\FreeRTOS\portable\MemMang
18
 
19
        REM Copy the core kernel files.
20
        copy ..\..\Source\tasks.c src\FreeRTOS
21
        copy ..\..\Source\queue.c src\FreeRTOS
22
        copy ..\..\Source\list.c src\FreeRTOS
23
 
24
        REM Copy the common header files
25
 
26
        copy ..\..\Source\include\*.* src\FreeRTOS\include
27
 
28
        REM Copy the portable layer files
29
        copy ..\..\Source\portable\GCC\ARM_CM3_MPU\*.* src\FreeRTOS\portable\GCC\ARM_CM3_MPU
30
 
31
        REM Copy the basic memory allocation files
32
        copy ..\..\Source\portable\MemMang\heap_2.c src\FreeRTOS\portable\MemMang
33
 
34
: END

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.