rt-thread/bsp/lpc176x
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
..
CMSIS Re-normalizing the repo 2013-01-08 22:40:58 +08:00
applications initialize timer in bsp 2013-10-21 00:31:10 +08:00
drivers Add component initialization. 2013-06-23 07:48:42 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConstruct Re-normalizing the repo 2013-01-08 22:40:58 +08:00
project.ewp fixed a compiling error while components_init.h changed to components.h 2012-09-20 07:38:04 +00:00
project.eww update project files. 2011-07-04 06:22:56 +00:00
project.uvopt fixed a compiling error while components_init.h changed to components.h 2012-09-20 07:38:04 +00:00
project.uvproj fixed a compiling error while components_init.h changed to components.h 2012-09-20 07:38:04 +00:00
rtconfig.h fix lwip 1.4.1 compiling error when enable component init 2013-06-30 22:50:33 +08:00
rtconfig.py Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtthread-lpc17xx.icf update the IAR project for lpc176x, using the specified icf file 2012-04-20 03:19:23 +00:00
rtthread-lpc17xx.ld update linker script for components auto initial. 2013-07-11 23:07:16 +08:00
rtthread-lpc17xx.sct prepare RT-Thread 1.1.0 alpha release. 2012-04-15 06:57:09 +00:00
template.ewp update the IAR project for lpc176x, using the specified icf file 2012-04-20 03:19:23 +00:00
template.uvproj prepare RT-Thread 1.1.0 alpha release. 2012-04-15 06:57:09 +00:00