diff --git a/README.md b/README.md index 5fb16a9..7acafdb 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Table of content * [RTOS](#rtos) * [AUTOSAR](#automotive) * [OS](#os) +* [WindowCE](#windowce) * [Compiler](#compiler) * [Bootloader](#bootloader) * [Makefile](#makefile) @@ -239,6 +240,14 @@ Table of content * [The little book about OS development](https://littleosbook.github.io/) * [TetrOS](https://github.com/daniel-e/tetros) - Tetris that fits into the boot sector. +## WindowCE + +* [GuruCE Blog](https://guruce.com/blog) +* [Windows CE Base Team Blog](https://blogs.msdn.microsoft.com/ce_base/) +* [DevWinCE blog](http://devwince.blogspot.com/) +* [Windows Embedded Compact BSP for Raspberry Pi](https://archive.codeplex.com/?p=ceonpi) +* [Windows Embedded Board Support Package for BeagleBone](https://archive.codeplex.com/?p=beaglebonebsp) + ## Compiler * [ARM Compiler - armasm User Guide](https://static.docs.arm.com/dui0801/i/DUI0801I_armasm_user_guide.pdf)