這裡 https://github.com/fuchsia-mirror/manifest 上面有step by step 的作法, 下載後先看folder structure XDD 核心是 magenta (little-kernel) 看檔案副檔的話, c還是佔大宗, c > cpp > go 再加上一些.sh & Makefile 要測試的話, 以下是我玩的時候需要的步驟 (OSX 10.11.5) 1. 下載fuchsia及相關檔案 curl -s https://raw.githubusercontent.com/vanadium/go.jiri/master/scripts/bootstrap_jiri | bash -s fuchsia cd fuchsia export PATH=`pwd`/.jiri_root/scripts:$PATH jiri import fuchsia https://fuchsia.googlesource.com/manifest jiri update 2.Build fuchsia ./packages/gn/gen.py ./buildtools/ninja -C out/debug-x86-64 3.Build qemu git clone https://fuchsia.googlesource.com/third_party/qemu […]

Read More →

2016 8/5 mbed os 5.1.0 出了, 這次叫5是隱含 (mbed os 2+ mbed os 3) 的概念 https://docs.mbed.com/docs/mbed-os-release-notes/en/latest/5_1/release/#about-this-release 這次的release 包含幾個feature RTOS: 整合了 CMSIS-RTOS RTX 4.79.0, 之後如果有硬體架構上的改變也會加進去. 例如 TrustZone-M (ARM-v8M 的功能) 這版本並沒有包含MINAR(以前是single thread). 不過有個比以往更彈性的 alpha 版本的 mbed-events https://github.com/ARMmbed/mbed-events MCU Driver 一般常用的 gpio , pwm , spi , i2c, uart 都提供 支援thread safe C library – 這次mbed os 支援很多不同的tool chain, 也支援對應的c […]

Read More →