Skip to content

Instantly share code, notes, and snippets.

@buyoh
Created October 29, 2018 13:14
Show Gist options
  • Save buyoh/45b23925fae598858095af5f80442078 to your computer and use it in GitHub Desktop.
Save buyoh/45b23925fae598858095af5f80442078 to your computer and use it in GitHub Desktop.

読書メモ

12ステップで作る組込みOS自作入門

図書館にあったので借りた.

ステップ内容

  1. Hello World
  2. シリアル通信
  3. 静的変数
  4. ファイル転送
  5. ELFフォーマット展開
  6. もう一度Hello World (1~5ステップまでブートローダの話)
  7. 割り込み
  8. スレッドの実装
  9. 優先度スケジューリング
  10. メモリ管理
  11. タスク間通信
  12. 外部割り込み

機器

  • H8/3069Fマイコンボード
  • Cygwinを使ったクロスコンパイル環境

memo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment