misra-c
There are 17 repositories under misra-c topic.
naivesystems/analyze
NaiveSystems Analyze is a static analysis tool for code security and compliance.
abougouffa/awesome-coding-standards
Collection of C and C++ Coding Standards
IMProject/IMUtility
A Safety-Critical Utility Code
railgunlabs/unicorn
Unicode® algorithms on a chip. Compliant with MISRA C:2012.
borisRadonic/RTSHA
Real Time Safety Heap Allocator
Neved4/asprintf
🛠️ One true asprintf, vasprintf!
xcalcc/labrador
C/C++ standard compliance analyzer
Andreasdahlberg/CANDrive
CANDrive is a brushed DC Motor Controller controlled via a CAN interface.
Abdullah-Alrefaey/Temperature-Controller-Module
A Simulation of Temperature Controller Module On Proteus 8.10 SP3.
canliture/MisracChecker
A standalone MISRA-C Checker using Eclipse CDT C/C++ Compiler FrontEnd without Eclipse Plugin Environment
Minh-CaoLeCong/MISRA_C
MISRA C 2012 guideline embedded in ECU at BOSCH.
AbdelrhmanWalaa/Sprints-Automotive_Software_Bootcamp
This repository is dedicated to housing all the tasks and projects related to the Sprints Automotive Software Bootcamp.
Khedr05/SPRINTS_Automotive_Software_Bootcamp
The SPRINTS_BC repository contain a collection of labs, assignments, and projects that i delivered during my scholarship for an embedded systems development Bootcamp with SPRINTS .
luverolla/memblk
Pseudo-dynamic memory allocation library for C, compliant with the MISRA 2012 standard
PjrCodes/CodeStyliser
The Code Styliser utility | A way to automatically fix MISRA-C-2012 Rule 15.6. | Adds curly braces around single-line compound statements in C, H files.
eng-ahmedmostafa/Digital-Voltmeter
This project involves designing a 0-25V digital voltmeter using an ATMEGA32 microcontroller. By utilizing the 10-bit ADC of the microcontroller, voltage inputs are measured, and a voltage divider circuit is employed to scale down the input voltage to a 5V range suitable for the ADC. The measured voltage is displayed on a 16x2 LCD.
Mohamadkhosravi/EmbeddedStandardSecureProgramming
Resources for secure and standardized embedded systems programming, featuring BARR-C:2018, Google C++ Style Guide, and MISRA guidelines for C and C++.