]> begriffs open source - freertos/commit
First version of STR75x RIDE port and demo.
authorRichard Barry <ribarry@amazon.com>
Sun, 19 Nov 2006 13:20:37 +0000 (13:20 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 19 Nov 2006 13:20:37 +0000 (13:20 +0000)
commit6ac900dc955ca6b34b04c12e3b9ca11515733789
tree9a3e7e38c596e81db33ce55192f4e26cbb0ffe53
parentb2a52ede55dbdf027c2d126fcb7656376e5a9672
First version of STR75x RIDE port and demo.
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]