TinyOS之Blink(二) - Platform初始化分析
硬件的初始化对于系统运行起着极为重要的角色(比如系统时钟初始化、平台相关硬件初始化等),本文通过tinyos2.1/apps/Blink来分析下Platform的初始化过程。Platform初始化的调用位于tinyos2.1tos/system/RealMainP.nc,由“call PlatformInit.init()”语句触发,语句的调用是系统启动时自发完成的,所以对于Platform初