Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in embedded

Prevent C++11 removal of endless loops

c++ c++11 embedded

How to get unique values at preprocessing across files

Is 0x9B (155decimal) a special control character? Why is it missing from ascii tables?

What does the C compiler do with bitfields?

Safe c++ in mission critical realtime apps

c++ embedded real-time

Any tips for dealing with a very small stack?

Safely writing to compact flash on embedded Linux

What timestamp would have the best space efficiency with a 10 year span and 1 second resolution?

c embedded timestamp

Pointer made from an integer in C on an embedded platform

c pointers embedded

ARM Assembler - How do I use CMP, BLT and BGT?

c assembly embedded arm

Cryptographic pseudo random number generator in embedded system?

c random embedded aes

How to share register and bit field definitions between a device driver and the FPGA it controls

Modbus stack for Microchip PIC

Arduino Serial object data type, to create a variable holding a reference to a port

llvm optimizes with library functions

snprintf() prints garbage floats with newlib nano

c arm embedded printf newlib

Portable way to serialize float as 32-bit integer

c++ c floating-point embedded

C embedded automatic unit test generation

How do I convert raw xyz Magnetometer data to a heading?

Performance: should I use a global variable in a function which gets called often?