rt-thread-official/bsp/beaglebone
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 use UART0 as console 2013-09-21 17:18:45 +08:00
SConscript Import beaglebone porting 2013-09-20 21:20:51 +08:00
SConstruct Import beaglebone porting 2013-09-20 21:20:51 +08:00
beaglebone_ram.lds Import beaglebone porting 2013-09-20 21:20:51 +08:00
rtconfig.h Import beaglebone porting 2013-09-20 21:20:51 +08:00
rtconfig.py Import beaglebone porting 2013-09-20 21:20:51 +08:00
uboot_cmd.txt Import beaglebone porting 2013-09-20 21:20:51 +08:00