[li]μC/CPU V1.29.01 or more recent.[/li][li]μC/LIB V1.38.00 or more recent.[/li]
New Features & Improvements
[li]ARM-Cortex-M Port: Added Generic port for ARM Cortex-M3, M4 and M7 devices.[/li][li]ARM-Cortex-M0 Port: Added support for ARM Cortex-M0+ devices.[/li][li]MSP430x Port: Added CCS toolchain support for MSP430x5xx devices.[/li][li]RL78 Port: Added GNURL78 toolchain support.[/li][li]TI C2000 (C28x) Port: Added support for Piccolo and Delfino devices.[/li]
API Changes
None.
Bug Fixes
Core: OSSafetyCritical Flag now checked in all OS???Create() and OS???Del() functions.
Ports
[li]ARM-Cortex-A Generic: FP execution context now properly restored.[/li][li]ARM-Cortex-M0: Stack usage is now AAPCS-compatible.[/li][li]ARM-Cortex-M3: Stack usage is now AAPCS-compatible and port no longer wastes stack space for every task.[/li][li]ARM-Cortex-M4: Port no longer wastes stack space for every task.[/li]
“ARM-Cortex-M Port: Added Generic port for ARM Cortex-M3, M4 and M7 devices” 天下终于统一了,OS-II估计不会再升级了,应该是终极版本了,这是个很好的消息,操作系统老升级,苦逼程序猿就得跟着研究,再升级再研究。。。。while(1)呀,穷一段儿时间把这个最终的版本研究透,会有很好的回报的,不用关注III IIII IIIII......,对于小型嵌入式开发来说,最后的这个II版本已经足够了,这个版本给我们很好的安全感,另外问句题外话,II是从哪个版本开始把任务数量升级成256个的?
taobaofarmer:“ARM-Cortex-M Port: Added Generic port for ARM Cortex-M3, M4 and M7 devices” 天下终于统一了,OS-II估计不会再升级了,应该是终极版本了,这是个很好的消息,操作系统老升级,苦逼程序猿就得跟着研究,再升级再研究。。。。while(1)呀,穷一段儿时间把这个最终的版本研究透 .. (2017-02-06 22:23) 
“ARM-Cortex-M Port: Added Generic port for ARM Cortex-M3, M4 and M7 devices”,这是OS-II 2.92.12下附带的官方移植好的Ports文件中的注释内容
这个版本的Ports文件(文件里标记的2.92.12.00)我已经试过了,在OS-II 2.92.12下运行没问题(M3),按第一行那样Ports文件里的注释内容的说明,该Ports文件在M4和M7下应该也是能用的,值得收藏,另外,个人观点,从支持64个任务升级成支持256个任务,没有实际意义。。。。