2017年2月28日火曜日

Updated UOS-LPC800 - A real-time operating system for ARM Cortex-M0

Four years ago, I had developed a real-time operating system for ARM Cortex-M0 and published it to the website http://cubeatsystems.com/uos-lpc800/index.html.


Today, I released the new version 0.2.1 for updating the compile options for checking the output instruction codes for learning ARM Cortex-M0 assembler. Now, you can see the instruction codes in .asm files.



2017年2月26日日曜日

MicroShell Version 0.0.1 Released

Have you tried to develop a key input feature on your small embedded platform with a serial input?
It is not so easy to implement correctly because the input methodology is using a complicated protocol known as VT100.

In my recent project "Natural Tiny Shell (NT-Shell)" provides VT100 compatible terminal control features for small embedded systems. However, the middleware is still large for small embedded processors such as 8-bit MCUs, 16-bit MCUs and also for small 32-bit MCUs like Cortex-M0.


MicroShell provides a minimal terminal control for the platforms with only a few modules.


Please visit the web http://cubeatsystems.com/microshell/index.html