I want to setup Jenkins to 1) pull our source code from our repos开发者_JAVA技巧itory, 2) compile and build it
I would like to systematize my U-Boot/linux knowledge. Is it true that minimum 2 bootloader phases are needed in each embedded platform? Or can following process vary?
My current prob开发者_JAVA技巧lem is that I\'m developing a embedded system that uses a binary Cgi inside cgi-bin folder. For some obscure reason, when I access the browser and type /cgi-bin/Cgi?AjaxA
Very specific question but we have some good Ada people here so I would like to hear thoughts.I’m reading data from a file used for embedded systems.The data chunks I’m working with always have a pr
#define PORTC *(unsigned char volatile *)(0x1003) #define DDRC *(unsigned char volatile *)(0x1007) So I\'ve been trying to read some stuff about embedded C. Initially I thought this macro was a poin
Is 开发者_如何学JAVAthere any open source(it may be c,c++ and java) for machine to machine communication ?
In my CRC8.c I have this function: BOOL isCRCValid(const UINT8 *ptr, U开发者_运维技巧INT8 Len, UINT8 CRCChar){
By \"human-readable serialisation format\" I mean YAML, JSON, INI or like. Please note, XML is too verbose and too inconvenient for my purposes, so le开发者_StackOverflow中文版t\'s leave it alone as t
I\'m just curious, what is a good Lua framework f开发者_如何转开发or unit-testing on embedded systems. I heard about Lunit and Lua Unit, but do these libraries work fine on embedded systems?As far as
I am working on a Qt application running on embedded Linux. I am pretty new to this Qt business since I have just started it a month back, so understand that I\'m not that object-oriented ... :P