Add Windows CE section

This commit is contained in:
Nhi Van Pham 2018-07-30 10:51:14 +07:00
parent 768f10de10
commit 871a8cd38e

View File

@ -20,6 +20,7 @@ Table of content
* [RTOS](#rtos) * [RTOS](#rtos)
* [AUTOSAR](#automotive) * [AUTOSAR](#automotive)
* [OS](#os) * [OS](#os)
* [WindowCE](#windowce)
* [Compiler](#compiler) * [Compiler](#compiler)
* [Bootloader](#bootloader) * [Bootloader](#bootloader)
* [Makefile](#makefile) * [Makefile](#makefile)
@ -239,6 +240,14 @@ Table of content
* [The little book about OS development](https://littleosbook.github.io/) * [The little book about OS development](https://littleosbook.github.io/)
* [TetrOS](https://github.com/daniel-e/tetros) - Tetris that fits into the boot sector. * [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 ## Compiler
* [ARM Compiler - armasm User Guide](https://static.docs.arm.com/dui0801/i/DUI0801I_armasm_user_guide.pdf) * [ARM Compiler - armasm User Guide](https://static.docs.arm.com/dui0801/i/DUI0801I_armasm_user_guide.pdf)