Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in embedded

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

Two sequential branch instructions in MIPS assembly?

Semaphore in Ada

What do I need to debug pthreads?

Cross-Compiling for an embedded ARM-based Linux system

How IoT devices connect to servers

SIM800L Blank SMS issue

Implementing correct inter-module synchronization in Linux kernel

Porting C++ lib/app on android [closed]

c++ c android linux embedded

Lua certified for use on an airframe or road vehicle?

How to efficiently unpack float, int16, int32, etc. data from void* array in C++?

c++ c audio embedded pcm

How to throttle Interrupt Driven UART transmission PIC24H?

C (Embedded) : Giving source file unique ID's

c embedded c-preprocessor

How to represent an interrupt in a UML sequence diagram?

Strip unused runtime functions which bloat executable (GCC)