Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in embedded

Data encapsulation in C

c struct embedded malloc

Multithreading using C on PIC18

Casting pointers on embedded devices

c x86 embedded arm contiki

Recommendation for Java VM running on embedded system

java-me embedded jvm cdc

How to take screen shot in Linux without X11 or /dev/fb0?

c++ linux qt embedded directfb

Is unaligned access in Cortex-M4 atomic?

Simple USB host stack

c++ c embedded usb

What is a good embedded platform to use to teach yourself assembly language?

embedded assembly

Most efficient file writing method for Linux video recorder

c linux file-io embedded

How to transfer data from protobuf-embedded-c to Google protobuf C++/Java library?

Including boost function.hpp, without using it, increases the size of my binary by 200k. Why?

c++ gcc boost embedded std

Soft Real Time Linux Scheduling

c linux embedded real-time rtos

Is it safe to build with -fsigned-char with Android NDK?

Embedded C file structure suggestions [closed]

Is this strategy, to avoid global variables in C, right? [closed]

Is std::atomic<T> safe with interrupts when std::atomic<T>::is_always_lock_free is false?

c++ embedded interrupt atomic