这个是我利用官方版的uCOS-III工程整理优化后的代码。本代码编译完后的ROA:40180字节,RAM:2919字节。比官方代码ROM节省了12K字节左右,RAM节省了3.7K左右。删除了多余的演示代码,保留了一个开始任务,其中有个自己写的跑马灯程序。完全保持了官方版本的功能和重要代码,主要修改了OS_cfg.h、Os_cfg_app.h和app_cfg.h。需要使用其中功能的可以自行恢复。本代码使用IAR FOR ARM 6.60.2.5507的版本编译。请大家自己注意IAR的版本。不要编
Firstly, welcome to stm32plus, the C++ library that eases the burden of programming the STM32F030, F042, F051, F100, F103, F107 and F4 devices. The main introduction and getting started guide can be found at my website. Travis CI build status A repr