eye 发表于 2015-9-5 22:12:33

ARM mbed OS

https://github.com/ARMmbed/mbed-os

minar -- MINAR, the mbed OS event scheduler.

https://github.com/ARMmbed/minar

MINAR is not a pre-emptive scheduler
MINAR is not a real time scheduler


mbed憋了那么久,就出来这么个os,有点失望了。
看起来像是一个C++版的Contiki。

styleno1 发表于 2015-9-22 09:17:29

第1个链接下什么都没有,有些说明。
不太理解它分开这样的用意。

The code for mbed OS can be found in these repos:

Core OS modules
core-util -- core data structures and primitives for the OS.
minar -- MINAR, the mbed OS event scheduler.
minar-platform -- platform-specific adaptation for MINAR.
minar-platform-mbed -- generic MINAR platform adaptation using the mbed HAL.
ualloc -- memory allocation for mbed OS.
dlmalloc -- Doug Lea's legendary memory allocator.
uvisor -- the mbed OS uVisor, a supervisory kernel for security on mbed OS.
uvisor-lib -- APIs for interacting with the uVisor and incorporating it into your system.
compiler-polyfill -- common compiler intrinsics and attributes made portable across toolchains.

kevinchen026 发表于 2016-11-22 17:10:31

ARM mbed OS
页: [1]
查看完整版本: ARM mbed OS