]> git.sur5r.net Git - freertos/commit
First version of STR75x RIDE port and demo.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 19 Nov 2006 13:20:37 +0000 (13:20 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 19 Nov 2006 13:20:37 +0000 (13:20 +0000)
commit9411b24a0b813cc85d24fd7c28d3ea281db62265
tree9a3e7e38c596e81db33ce55192f4e26cbb0ffe53
parentc14557ab88f52e73aefd877ff5d385711c38d4a5
First version of STR75x RIDE port and demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@53 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
56 files changed:
Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/ParTest/ParTest.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_adc.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_can.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_cfg.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_conf.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_dma.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_eic.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_extit.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_gpio.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_i2c.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_lib.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_map.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_mrcc.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_pwm.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_rtc.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_smi.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_ssp.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_tb.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_tim.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_type.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_uart.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/75x_wdg.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/inc/lcd.h [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_adc.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_can.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_cfg.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_dma.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_eic.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_extit.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_gpio.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_i2c.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_it.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_lib.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_mrcc.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_pwm.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_rtc.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_smi.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_ssp.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_tb.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_tim.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_uart.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/75x_wdg.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/STLibrary/src/lcd.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/SystemFiles/STR75xFx0_DEF_FreeRTOS.ld [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/SystemFiles/STR75xFx0_FLASH_FreeRTOS.ld [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/SystemFiles/STR75x_COMMON_FreeRTOS.ld [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/SystemFiles/crt0_STR75x_FreeRTOS.s [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/SystemFiles/sections_FLASH_FreeRTOS.ld [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/main.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/rtosdemo.prj [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/serial/serial.c [new file with mode: 0644]
Demo/ARM7_STR75x_GCC/serial/serialISR.c [new file with mode: 0644]
Source/portable/GCC/STR75x/port.c [new file with mode: 0644]
Source/portable/GCC/STR75x/portISR.c [new file with mode: 0644]
Source/portable/GCC/STR75x/portmacro.h [new file with mode: 0644]