rt-thread/bsp
Grissiom 2a9e893c79 initialize timer in bsp
With new timer algorithm, timer should be initialized during startup. So
add them to the bsps. Use these commands to get which bsp is missing
calling the function:

    % git grep rt_system_timer_init bsp|sed -n 's|bsp/\([^/]*\).*|\1|p' | sort | uniq > have_tm_init
    % ls -1 bsp |sed -n 's|\([^/]*\).*|\1|p' | sort > all_bsp
    % comm -3 all_bsp have_tm_init
    beaglebone
    lpc176x
    lpc178x
    ls1bdev
    mb9bf506r
    stm32f10x
    xplorer4330
2013-10-21 00:31:10 +08:00
..
K60Fxxxx delete K60.pro 2013-07-24 18:38:16 +08:00
at91sam9260 Embedded GPLv2 license. 2013-07-21 20:01:24 +08:00
avr32uc3b0 update SConstruct. 2013-07-11 23:11:16 +08:00
beaglebone initialize timer in bsp 2013-10-21 00:31:10 +08:00
bf533 update CRLF 2013-01-09 00:06:34 +08:00
dev3210 update SConstruct. 2013-07-11 23:11:16 +08:00
efm32 update SConstruct. 2013-07-11 23:11:16 +08:00
jz47xx update SConstruct. 2013-07-11 23:11:16 +08:00
lm3s9b9x update SConstruct. 2013-07-11 23:11:16 +08:00
lm3s8962 update SConstruct. 2013-07-11 23:11:16 +08:00
lm4f232 Merge pull request #129 from BernardXiong/master 2013-07-12 00:34:02 -07:00
lpc122x Re-normalizing the repo 2013-01-08 22:40:58 +08:00
lpc176x initialize timer in bsp 2013-10-21 00:31:10 +08:00
lpc178x initialize timer in bsp 2013-10-21 00:31:10 +08:00
lpc1114 Re-normalizing the repo 2013-01-08 22:40:58 +08:00
lpc2148 update SConstruct. 2013-07-11 23:11:16 +08:00
lpc2478 update SConstruct. 2013-07-11 23:11:16 +08:00
ls1bdev initialize timer in bsp 2013-10-21 00:31:10 +08:00
m16c62p update SConstruct. 2013-07-11 23:11:16 +08:00
mb9bf500r update SConstruct. 2013-07-11 23:11:16 +08:00
mb9bf506r initialize timer in bsp 2013-10-21 00:31:10 +08:00
microblaze Re-normalizing the repo 2013-01-08 22:40:58 +08:00
mini2440 update SConstruct. 2013-07-11 23:11:16 +08:00
mini4020 update SConstruct. 2013-07-11 23:11:16 +08:00
nios_ii Re-normalizing the repo 2013-01-08 22:40:58 +08:00
nuc140 Re-normalizing the repo 2013-01-08 22:40:58 +08:00
pic32ethernet update CRLF 2013-01-09 00:06:34 +08:00
rm48x50 RM48 does not have cache implemented 2013-06-12 23:48:29 +08:00
sam7s Re-normalizing the repo 2013-01-08 22:40:58 +08:00
sam7x update SConstruct. 2013-07-11 23:11:16 +08:00
sep6200 Cleanup and add licencse 2013-07-17 18:42:19 +08:00
simulator Merge pull request #179 from grissiom/finsh-ex 2013-10-18 17:06:36 -07:00
stm32f0x update SConstruct. 2013-07-11 23:11:16 +08:00
stm32f10x initialize timer in bsp 2013-10-21 00:31:10 +08:00
stm32f20x update SConstruct. 2013-07-11 23:11:16 +08:00
stm32f40x Merge pull request #129 from BernardXiong/master 2013-07-12 00:34:02 -07:00
stm32f107 update linker script for components auto initial. 2013-07-11 23:07:16 +08:00
taihu CPPPATH should be string. 2013-07-11 23:10:32 +08:00
upd70f3454 update SConstruct. 2013-07-11 23:11:16 +08:00
wh44b0 Re-normalizing the repo 2013-01-08 22:40:58 +08:00
x86 update SConstruct. 2013-07-11 23:11:16 +08:00
xplorer4330 initialize timer in bsp 2013-10-21 00:31:10 +08:00