ccsv5更新到ccsv6后,ti去掉了simulator功能,具体的说法是CCSv6 does NOT have any simulators. Texas Instruments is moving away from providing simulators and instead is focusing on providing low cost development boards. 这...
原文地址:http://blog.csdn.net/Thunders01/article/details/38879553//为了和DSP兼容,TSint64和TUint64设置成TSint40和TUint40一样的数 //结果VC中还是认为是32位的,显然不合适 //typedef signed long int TSint64; //typedef unsigned long i...
BusyBox init及其inittab文件分析(转) 2010-09-17 11:14:05| 分类: linux applicatio | 标签: |字号大中小 订阅 阅读原文 由于BusyBox自身的一些特点,BusyBox init非常适合在嵌入式系统开发中使用,被誉为嵌入式linux的瑞士军刀,它可以为嵌入式系统提供只要的init功能,并且通过定制可以做得非常 精炼。...