rt-thread-official/bsp/mb9bf506r
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
..
applications initialize timer in bsp 2013-10-21 00:31:10 +08:00
drivers Re-normalizing the repo 2013-01-08 22:40:58 +08:00
libraries Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00
SConstruct update SConstruct. 2013-07-11 23:11:16 +08:00
project.ewp update the IAR and MDK project file for MB9B506R BSP 2012-12-24 03:40:01 +00:00
project.eww according to the LPC176x, make a new BSP file structure for mb9bf506r 2012-04-20 03:28:15 +00:00
project.uvopt fixed a compiling error while components_init.h changed to components.h 2012-09-20 07:41:04 +00:00
project.uvproj update the IAR and MDK project file for MB9B506R BSP 2012-12-24 03:40:01 +00:00
rtconfig.h Re-normalizing the repo 2013-01-08 22:40:58 +08:00
rtconfig.py according to the LPC176x, make a new BSP file structure for mb9bf506r 2012-04-20 03:28:15 +00:00
rtthread-mb9bf506.icf according to the LPC176x, make a new BSP file structure for mb9bf506r 2012-04-20 03:28:15 +00:00
rtthread-mb9bf506.ld update linker script for components auto initial. 2013-07-11 23:07:16 +08:00
rtthread-mb9bf506.sct according to the LPC176x, make a new BSP file structure for mb9bf506r 2012-04-20 03:28:15 +00:00
template.ewp according to the LPC176x, make a new BSP file structure for mb9bf506r 2012-04-20 03:28:15 +00:00
template.uvproj according to the LPC176x, make a new BSP file structure for mb9bf506r 2012-04-20 03:28:15 +00:00