I have to program peripheral registers in an ARM9-based microcontroller. For instance, for the USART, I store the relevant memory addresses in an enum:
I\'m wondering if my implementatio开发者_JS百科n should expect that reentrant mutex\'s are supported or not. The code is supposed to portable/platform independent. I\'m wondering if mutex recursion is
I\'m interested in creating a GUI for a Linux operating system. What I\'m trying to do, is, a program will be the GUI -- the program will have be quite basic. I think this question will go into Embedd
I have a device which has got 9 keys just like an ordinary mobile phone. I want to print normal alphabets like ABCD using these 9 keys e开发者_开发技巧xactly the way mobile phones let you do it.
I have buid a multilingual Windows CE 6.0 OS for differents roman european languages and several east asian: chinese, japanese and Korean.
I have been trying to get Qt X11 cross compiled for PowerPC for a while now and kept having various problems.
I have gotten Lua scripting in C# working via LuaInterface,开发者_如何学编程 and javascript scripting working via JInt. The goal is to support a wide variety of scripting language options. Is there an
I am a C++ programmer and over the years have been subjected to hearing the notion that STL is not good for use in embedded environments and hence usually prohibited in usage for embedded environment
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_如何学Python
I\'ve got a memory leak in Upstart init process (pid 1), what options I have on debugging it? EDIT: Suggest me some real tools for this, manually putting printfs or calculating memory allocations by