0
votes
2answers
33 views
How to provide cid email attachments to embedded browser
I'm using embedded web browser from Bsalsa to write an email client in Delphi
I have a problem with cid embedded attachments such as:
<IMG src="cid:5D4219C71EAE43B1864AE9CB27C224A8@somehost">
…
1
vote
4answers
50 views
FPGA Programming and how does IP Core licensing work?
Hello,
I have been looking into developing a hardware module for HD video capture. I an new to the whole thing so I looked around and found that I need an FPGA development board to test my design …
3
votes
6answers
74 views
Are there any good reference implementations available for command line implementations for embedded systems?
I am aware that this is nothing new and has been done several times. But I am looking for some reference implementation (or even just reference design) as a "best practices guide". We have a real-time …
1
vote
0answers
53 views
Cheapest Embedded System with Wireless Connectivity ? [closed]
Hello gurus :)
I hope that u're all feel good.
Problem:
I'm trying to capture some information coming from keyboard, mouse and barcode reader connected to some PC via PS/2, USB and/or RS-232, before …
1
vote
4answers
162 views
Is ubuntu 9.04 good choice for embedded linux application development ?
Hi Friends,
I want to change linux distro my Development(Host) Machine which I use for embedded development.
I cross-compile applications for many different processors. It is required for me to …
6
votes
6answers
102 views
How to use a MIT License in an Embedded device
I would like to embed JQuery into an embedded device running a web server. Being an embedded device, storage is at a premium. Here is the comment header of JQuery:
/*
* jQuery JavaScript Library …
9
votes
6answers
300 views
C++ frontend only compiler (convert C++ to C).
I'm currently managing some C++ code that runs on multiple platforms from a single source tree (Win32, Linux, Verifone CC terminals, MBED and even the Nintendo GBA/DS). However I need to build an app …
4
votes
4answers
147 views
How to share register and bit field definitions between a device driver and the FPGA it controls
Are there any good, existing software tools available to assist in generating C header files with appropriate #defines for register offsets as well as bit definitions from VHDL? If any such tools do …
0
votes
0answers
64 views
Anyone knows of a good addressbook implementation?
I am looking to add an address book to one of my programs.
For that purpose, I want to have something that is flexible and customizable to the point of allowing me to hook up additional metadata to …
1
vote
3answers
263 views
Please suggest an open source web browser for an ARM Linux platform
Hello everyone,
I'm tasked with choosing an open source web browser to run on a fairly low-end embedded Linux system, that is ARM based. I'd really appreciate some advice. I've been doing some …
2
votes
5answers
80 views
Managing redundant typedefs from multiple vendors
What are some of the best ways to manage redundant typedefs used for platform independence from multiple middleware (operating systems, protocol stacks) vendors in the C programming language.
e.g.:
…
0
votes
7answers
185 views
Finding out no bits set in a variable in faster manner [closed]
Possible Duplicate:
Best algorithm to count the number of set bits in a 32-bit integer?
Finding out the no. bits sets in a variable is easier. But how could we perform the same operation in …
2
votes
4answers
139 views
How to learn about building tools in linux ?
Hi SO Friends,
I am writing code in embedded linux since last couple of years, I use make utility to build my code and I am not at all an advance user of it. But now, It is necessary to have better …
12
votes
5answers
247 views
Getting started with FPGA programming.
I want to play around with FPGAs.
I'm looking for advice getting on started.
Can anyone recommend good FPGA boards that I easily start programming for? How much should I look at spending?
Can I …
1
vote
2answers
56 views
Interfacing 45DB161 data flash with 89LP4052 controller.
I am trying to interface the data flash with 89lp 4052 controller.
Crysal used 11.0592 mhz.
This controller has built in spi bus.
I tried all combinations of CPHA AND CPOL. Tried mode 0 as well as …
