unix
Embedded OS - Embedded Linux and Unix platforms
By allankliu Jan 25th, 2009
|
The Linux/Microcontroller project is a port of Linux to systems without a Memory Management Unit (MMU). |
- allankliu's blog
- Add new comment
- Read more
- 2520 reads
Software Development Automation with Scripting Languages
By allankliu Jun 3rd, 2008
|
The Scripting languages are deployed in many operation systems, either in UNIX/Linux or Windows. These languages are developed for general purpose process automation and web programming. But you can consider using them for the software development process in many ways. Among these languages, awk and Perl are suitable for automate and speed up software development for embedded systems. Because many embedded systems only have cross tool chain, without powerful IDE supports for process automation. Here I will show you why we need them and how these tools help us. |
- allankliu's blog
- Add new comment
- Read more
- 2000 reads
Makefile
By allankliu May 27th, 2008
|
When I first visited one of our famous TV manufacturers in China, I had no idea about the software capability of their software team. When I demonstrated my company's TV software for their evaluation, the software leader was surprised to see the modular software programming in many individual files. The software manager even commented, "Your software structure is very stupid, why do you put all of these functions into smaller files, instead of one single file? It is very head to find the variables in different files and requires longer compiling time." |
- allankliu's blog
- Add new comment
- Read more
- 1660 reads




