4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 19:39:53 +08:00
cedar-renjun 34a2200428 include iar startup code
fixed bug: 'scons --target=iar -s' output iar project missing startup code, and link file

修复scons生成IAR工程中没有startup code和链接文件,导致工程中断异常和Finsh无法工作
2015-10-13 11:40:59 +08:00
..
2015-09-29 06:53:44 +08:00
2015-10-13 11:40:59 +08:00
2012-07-31 17:13:59 +00:00
2015-09-02 22:00:24 +08:00
2013-01-08 22:40:58 +08:00
2012-04-14 11:41:15 +00:00
2013-02-20 10:49:09 +08:00

board info:
STM32F4 discovery
http://www.st.com/internet/evalboard/product/252419.jsp

note:
in drivers/stm32f4xx_conf.h
 /* Redefine the HSE value; it's equal to 8 MHz on the STM32F4-DISCOVERY Kit */
 #define HSE_VALUE    ((uint32_t)8000000)