2a9e893c79
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 |
||
---|---|---|
.. | ||
applications | ||
drivers | ||
SConscript | ||
SConstruct | ||
ls1b_ram.lds | ||
readme.txt | ||
rtconfig.h | ||
rtconfig.py |
readme.txt
this bsp is based on LS1G DEMO BOARD V1.1 # download script for RT-Thread ifaddr syn0 192.168.1.100;load tftp://192.168.1.5/rtthread.elf;g