Analyzing size of ELF sections and symbols to generate a modular report.
If you are working on any serious embedded systems project, you will come across the need to optimize the memory footprint of your code sooner or later. When...
If you are working on any serious embedded systems project, you will come across the need to optimize the memory footprint of your code sooner or later. When...
GitHub Actions is a workflow automation offering from GitHub. While there are a lot of tutorials out there talking about using GitHub Actions on your web/sof...
While developing cloud connected products, one of the major challenges is debugging application layer errors within a TLS connection. This article describes ...
JSON Web Tokens (JWT) are becoming popular even outside the traditional web authentication use-cases with the advent of IoT and connected devices. This artic...
A refresher of new C coding features included in C99 and C11 for embedded system developers.