An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: embedded-c

niwciu/QUEUE_LIB

A deterministic, zero-dynamic-memory, and MISRA-C:2012 compliant FIFO queue implementation written in pure C.

Language: C - Size: 374 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

vpetrigo/mulog

Simple logger for embedded systems

Language: C++ - Size: 1000 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

david-yepes/stm32f401-bare-metal

Bare-metal driver development from scratch using Embedded C, STM32F401xx microcontrollers and the VS Code STM32CubeIDE extension.

Language: C - Size: 39.1 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

Debanshu2005/Bluetooth_RC_CAR

This repository consists of the code and the components needed to make a simple Bluetooth controlled car using an ESP32.

Language: C++ - Size: 10.7 KB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

kartikvd24/Flight_contoller_stm32_mpu6050

This project performs motion classification using accelerometer data (accX, accY, accZ) on an STM32 board. The AI model is built using NanoEdge AI Studio, and sensor data is collected via a USB serial emulator for training and testing. It demonstrates how embedded AI can detect different movements (like tilt, shake, or rest) directly on the device

Language: C - Size: 11.4 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

aKaReZa75/Error_Detection

This repository provides C-based implementations of error detection techniques such as checksums and CRCs, designed for use across various microcontrollers and communication protocols.

Language: C - Size: 189 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 9 - Forks: 0

aKaReZa75/Embedded-C

Embedded-C provides tutorials and examples for C programming tailored for microcontrollers, focusing on essential concepts and memory management.

Language: Perl - Size: 478 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 24 - Forks: 3

asathiskumar98-byte/Arduino-UNO-PWM-LED-Fade

This project demonstrates how to control LED brightness using **PWM (Pulse Width Modulation)** on an **Arduino UNO**. The LED gradually **fades in and out**, showing smooth brightness transitions.

Language: C++ - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/STM32F446RE-16x2-LCD-Display-Bare-Metal-Programming-

This project demonstrates how to **interface a 16x2 LCD display** with the **STM32F446RE** microcontroller using **bare-metal programming** in **Keil µVision**. All operations are performed using **register-level access** to the STM32 peripherals — **no HAL**, **no CubeMX**, just pure C and CMSIS.

Language: C - Size: 9.77 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/STM32F446RE-LED-Blink-Bare-Metal-Programming-

This project demonstrates how to **blink an onboard LED** using the **STM32F446RE** microcontroller through **bare-metal programming** in **Keil µVision**. It directly accesses **RCC** (clock) and **GPIO** registers using the CMSIS header file `stm32f446xx.h` — no HAL or CubeMX used.

Language: C - Size: 6.84 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/STM32F446RE-7-Segment-Display-Bare-Metal-Programming-

This project demonstrates how to **interface a 7-Segment Display** with the **STM32F446RE** microcontroller using **Bare Metal Programming** in **Keil µVision**. No HAL libraries, no CubeMX — just pure register-level control using the CMSIS header (`stm32f446xx.h`).

Language: C - Size: 6.84 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

zephyrproject-rtos/zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

Language: C - Size: 767 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 13,543 - Forks: 8,141

Manishnayak234/Embedded-portfolio

A collection of embedded systems projects using STM32, FreeRTOS, CAN, and AUTOSAR concepts.

Language: Python - Size: 9.77 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

asathiskumar98-byte/Timer1-Input-Capture-Mode-Register-Level-Arduino-UNO-

This project demonstrates Timer1 Input Capture Mode on ATmega328P (Arduino UNO) using register-level programming. The timer captures the value of TCNT1 whenever a rising edge appears on the ICP1 pin (PD6 / Arduino D8) and stores it in the ICR1 register. The captured timer value is displayed via Serial Monitor.

Language: C++ - Size: 3.91 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Timer1-Compare-Match-Interrupt-CTC-Mode-Register-Level-Arduino-UNO-

This project demonstrates Timer1 Output Compare Match Interrupt (CTC Mode) using register-level programming on the ATmega328P (Arduino UNO). When the timer value matches the compare register OCR1A, the OC1A (D9) pin toggles automatically to generate a precise square wave.

Language: C++ - Size: 3.91 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/LED-Dimmer-using-ADC-Register-Level-Arduino-UNO-

This project demonstrates **analog-to-digital conversion (ADC)** and **Pulse Width Modulation (PWM)** using the **ATmega328P (Arduino UNO)** — implemented entirely through **register-level programming**. A **potentiometer** connected to the ADC input controls the **LED brightness** in real time.

Language: C++ - Size: 3.91 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/PWM-Generation-Register-Level-Arduino-UNO-

This project demonstrates **Pulse Width Modulation (PWM)** using **Timer1** of the **ATmega328P (Arduino UNO)** — entirely through **register-level programming**, no Arduino functions involved.

Language: C++ - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/External-Interrupt-Interface-Register-Level-Arduino-UNO-

This project demonstrates how to configure and handle **external interrupts (INT0 & INT1)** on the **ATmega328P** at the register level, without using Arduino functions.

Language: C++ - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Push-Button-Interface-Register-Level-Arduino-UNO-

This project demonstrates how to interface a **push button switch** with the **Arduino UNO (ATmega328P)** using **register-level programming**, without any Arduino functions.

Language: C++ - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/7-Segment-Counter-Register-Level-Arduino-UNO

This project demonstrates how to interface a **7-segment display** with the **ATmega328P (Arduino UNO)** using **pure register-level programming** (no Arduino functions).

Language: C++ - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

momentics/NanoVNA-X

NanoVNA-X is an enhanced firmware for NanoVNA H/H4 handheld vector network analyzers, providing improved measurement stability, UI refinements, and streamlined build/flash workflows for STM32 based units.

Language: C - Size: 6.78 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

ExploraVist/Exploravist

Our goal is to empower the visually impaired with tools that improve their independence at a reasonable cost!

Language: C++ - Size: 112 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 1

arnobt78/IoT-Embedded-MotorSync-Intelligence-Platform--CPP-DotNet-React-FullStack

A production-ready full-stack IoT industrial embedded motor sync intelligence monitoring platform - combining C++ physics engine (via P/Invoker), .NET backend (with SignalR & EF Core), React frontend. Designed for learning, prototyping, monitoring for real-time IoT motor sync analytics & business intelligence for real-world industrial standard

Language: TypeScript - Size: 48.6 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

asathiskumar98-byte/STM32-TIM2-Output-Compare-Toggle-LED-Blink-without-Delay-

This project demonstrates how to use **Timer 2 (TIM2)** on the **STM32F446RE Nucleo Board** to toggle a pin output using **Output Compare (OC) Mode** — no software delay loops, just pure hardware timing.

Language: C - Size: 8.79 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/STM32-TIM6-LED-Toggle-Interrupt-Mode-

This project demonstrates how to use **Timer 6 (TIM6)** on the **STM32F446RE Nucleo board** to toggle an LED (PA5) every fixed time interval using **interrupts (ISR)**.

Language: C - Size: 8.79 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/STM32-Button-LED-Control-STM32F446RE-

This project demonstrates a simple Button-controlled LED using the STM32F446RE microcontroller with HAL libraries in STM32CubeIDE.

Language: C - Size: 9.77 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

monish-io/VProj

The Projects experimented in Vector

Language: C - Size: 1.45 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

nanopb/nanopb

Protocol Buffers with small code size

Language: C - Size: 3.94 MB - Last synced at: 7 days ago - Pushed at: 24 days ago - Stars: 4,980 - Forks: 966

csrohit/stm32f1-baremetal

Program STM32 Arm Cortex M3 micro-controller using bare metal embedded c

Language: C - Size: 11.1 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 14 - Forks: 3

ak-embedded-software/ak-base-kit-stm32l151

Programming on the kit will help you approach the Event-Driven Programming model, with components such as UML, Task, Signal, Timer, State-machine,...

Language: C - Size: 39.6 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 16 - Forks: 5

asathiskumar98-byte/Timer-Interrupt-Interface-using-PIC16F877A

This project demonstrates **Timer0 interrupt** in the PIC16F877A microcontroller. The LED connected to RB0 toggles ON and OFF based on timer overflow events.

Language: C - Size: 3.91 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Relay-Interface-using-PIC16F877A

This project demonstrates controlling a relay using a PIC16F877A microcontroller. A push button connected to RB0 acts as the input. When pressed, the relay connected to RB1 is turned ON; when released, the relay turns OFF.

Language: C - Size: 3.91 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/16x2-LCD-Interface-using-PIC16F877A-4-bit-Mode-

This project demonstrates how to interface a 16x2 LCD with the PIC16F877A microcontroller in 4-bit mode. It displays two messages on the LCD: "EMBEDDED" on the first line and "SYSTEMS" on the second line.

Language: C - Size: 3.91 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Multiplexing-2-Digit-7-Segment-Display-using-PIC16F877A

This project demonstrates two-digit number display (98) using 7-segment multiplexing with the PIC16F877A microcontroller. Multiplexing allows multiple 7-segment displays to share the same segment lines, saving I/O pins and reducing hardware complexity.

Language: C - Size: 10.7 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

mohamedtareq24/ODE_solver_NIOS_II

NIOS II controlled hardware ODE solver implemented on Cyclone IV FPGA

Language: Verilog - Size: 886 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

scrutinydebugger/scrutiny-main

Debugging embedded software through instrumentation with a nice UI

Language: Python - Size: 6.11 MB - Last synced at: 8 days ago - Pushed at: 11 days ago - Stars: 31 - Forks: 5

jelson/rulos

Ravenna Ultra-Low-Altitude Operating System: An embedded OS for AVR and ARM CPUs

Language: C - Size: 536 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 19 - Forks: 4

AVSystem/Anjay-lite

Anjay Lite is AVSystem’s ultra-lightweight implementation of the OMA SpecWorks LwM2M protocol, purpose-built for the most resource-constrained IoT devices.

Language: C - Size: 1.11 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 8 - Forks: 0

robinonsay/libjuno

The Juno library aims to make C11 development faster with increased memory safety

Language: C - Size: 5.58 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

njaalsb/AVR_C

Kode skrevet for AVR128DB48.

Language: C - Size: 172 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

YusefMWhab/Smart-Home

This article presents an embedded system graduation project that utilizes an Atmega32 microcontroller to create a Bluetooth-controlled smart home. The system allows users to control LED lights and a door locker using a Bluetooth module, making home automation accessible and effortless. Let's delve into the details of this innovative project.

Language: C - Size: 1.27 MB - Last synced at: 14 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

kostantinoss/STM32F401-Interactive-Shell

A debugging and monitoring shell for STM32F401 microcontrollers with UART interface, command history, and real-time peripheral monitoring.

Language: C - Size: 4.83 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

haris-mujeeb/Flexible-LED-Ring

A STM32 based low-powered LED Ring.

Language: C - Size: 1.71 MB - Last synced at: 15 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

mohamedtalhaouii/C-Embarque

Programmation en C pour les Systèmes Embarqué

Language: C - Size: 1.11 MB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

georgecatalin/Refresher_C_Language_Programming

practical pieces of work based on the content of Udemy courses covering various aspects of C language programming (all in one)

Language: C - Size: 183 KB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

Axel-ex/spider_robot_zephyr

Language: C - Size: 8.46 MB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Intro-Banner-with-PIC16F877A-PCF8574-LCD-Display

I demonstrated microcontroller fundamentals through LCD interfacing and timing control on PIC16F877A development board.

Language: C - Size: 6.84 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

OscarM-Dev/FRDM-RW612_Sandbox

Working and exploring the NXP FRDM-RW612 board.

Size: 5.26 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

RavanMec/Line-Following-Robot

Using Arduino Uno

Language: C++ - Size: 12.7 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

RavanMec/Stm-project1

using uart communication in stm

Language: C - Size: 7.81 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

tinyBigGAMES/DelphiC

Runtime C compilation for Delphi

Language: Pascal - Size: 1.94 MB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 11 - Forks: 1

debevv/nanoMODBUS

A compact MODBUS RTU/TCP C library for embedded/microcontrollers

Language: C - Size: 26 MB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 664 - Forks: 167

LuisGoncalves05/LostCurseOfMadness

Project for the second year class of Laboratório de Computadores.

Language: HTML - Size: 14.8 MB - Last synced at: 11 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

SimonCahill/isotp-c

An implementation of the ISO-TP (ISO15765-2) CAN protocol in C

Language: C - Size: 105 KB - Last synced at: 20 days ago - Pushed at: 2 months ago - Stars: 39 - Forks: 29

onmcu/awesome-embedded-testing

Curated list of tools and resources for testing Embedded and Low-level software

Size: 7.81 KB - Last synced at: 3 days ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

QuantumLeaps/qpcpp

QP/C++ Real-Time Event Framework/RTOS implements event-driven Active Object (Actor) model combined with Hierarchical State Machines. Specifically designed for embedded systems (e.g., ARM Cortex-M MCUs).

Language: C++ - Size: 85.8 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 437 - Forks: 87

QuantumLeaps/qpc

QP/C Real-Time Event Framework/RTOS implements event-driven Active Object (Actor) model combined with Hierarchical State Machines. Specifically designed for embedded systems (e.g., ARM Cortex-M MCUs).

Language: C - Size: 66.2 MB - Last synced at: 26 days ago - Pushed at: 27 days ago - Stars: 1,162 - Forks: 272

gonzafernan/embedded-drivers

Embedded drivers for different devices in C.

Language: C - Size: 1.52 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

vimpop/UCraft

A minecraft server implementation written in C for machines with limited resources.

Language: C - Size: 719 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 4 - Forks: 0

dilipraman/STM32-armcortex-M

Deep dive into STM32F411RE ARMCORTEX-M programming

Language: C - Size: 21.5 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

Softmotions/iowow

Multipurpose C library and persistent key/value storage

Language: C - Size: 3.75 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 308 - Forks: 25

critoma/armasmiot

IoT and Embedded OS Overview and Handson in C, ARM Assembly, Java - node.js

Language: C - Size: 206 MB - Last synced at: 25 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

SarthakSKumar/IoT-Projects-and-Scripts

Kickstart your journey into the world 🌍 of IoT. This repo contains scripts for various IoT based projects. Do contribute and show your support by starring this repository. Hop in. 💹

Language: C++ - Size: 220 MB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 51 - Forks: 25

jonathanrjpereira/8051-Bluetooth-Door-Lock

🔒 A Smartphone Controlled Password based Bluetooth Door Lock using the 8051 Microcontroller

Language: C++ - Size: 1.69 MB - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 8 - Forks: 5

JN513/EA701

Repositório da disciplina EA701 - Introdução a Sistemas Embarcados FEEC / Unicamp

Language: TeX - Size: 16 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

QuantumLeaps/modern-embedded-programming-course

Companion repository to the "Modern Embedded Systems Programming" video course.

Language: C - Size: 14.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1,158 - Forks: 186

GAGHL/GAGHL_AVR_TASK_HANDLER

Simple 1ms Task Handler Library for AVR MCUs

Language: C - Size: 55.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

jet-station/embedded-c-practical-projects

🚀 Study embedded C with practical projects

Language: C - Size: 53.2 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

cgnd/hackster-water-level-sensor

Firmware for the Hackster Water Level Monitor

Language: C - Size: 14.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Open-Sling/Sling

Repo for The Sling Programming Language

Language: C - Size: 202 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

mudita/MuditaOS

Mobile operating system based on FreeRTOS™ optimized for E Ink displays - developed for Mudita Pure minimalist phone

Language: C - Size: 726 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 756 - Forks: 86

SiliconLabs/mltk

A Python package with command-line utilities and scripts to aid the development of machine learning models for Silicon Lab's embedded platforms

Language: C - Size: 178 MB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 60 - Forks: 6

Yellow-Camper/libevhtp 📦

Create extremely-fast and secure embedded HTTP servers with ease.

Language: C - Size: 2.67 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 457 - Forks: 176

SonySemiconductorSolutions/edge-virtualization-platform

Edge Virtualization Platform

Language: C - Size: 874 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 25 - Forks: 4

c4atchm3n0w/Vector_SIP_Flashbootloader_RH850_Generic

Language: C - Size: 17 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/Vector_SIP_BSW_RH850_BMW

Language: C - Size: 621 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/Vector_SIP_Flashbootloader_RH850_GM

Language: C - Size: 23.2 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/Vector_SIP_FlashBootloader_TMS570_GM

Language: C - Size: 20.2 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/Vector_SIP_BSW_TMS570_PSA

Language: C - Size: 39.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/Vector_SIP_BSW_RH850_FORD

Language: C - Size: 537 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/Vector_SIP_BSW_RH850_FCA

Language: C - Size: 430 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_TMS570_PSA_BMPV

Language: C - Size: 579 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_TMS570_PSA_CMP

Language: C - Size: 832 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_TMS570_HAITEC_LC

Language: C - Size: 466 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_TMS570_GM_C1XX

Language: C - Size: 665 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_TMS570_FIAT_321

Language: C - Size: 660 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_TMS570_GM_9BXX

Language: C - Size: 3.61 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_TMS570_CHRYSLER_LWR

Language: C - Size: 326 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_RH850_GM_T1XX

Language: C - Size: 1.3 GB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_TMS570_BMW_UKL_MCV

Language: C - Size: 50.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_RH850_GM_G2KCA

Language: C - Size: 1.27 GB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_RH850_FORD_T3T6

Language: C - Size: 1.42 GB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

c4atchm3n0w/PowerSteering_RH850_BMW_FAAR_WE

Language: C - Size: 1.02 GB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

allyourcodebase/picolibc-zig Fork of picolibc/picolibc

picolibc - using build.zig

Language: C - Size: 116 MB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 4

Sagark1912/final-project-

The Patient Health Tracking System is a wearable IoT-based solution designed to continuously monitor a person’s heart rate, blood oxygen (SpO₂), and movement for fall detection. In emergency situations—such as abnormal vital signs or a detected fall—the device automatically sends an SMS alert with the patient’s real-time location to a caregiver or

Language: C++ - Size: 7.78 MB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

jet-station/jet-station.github.io

🚀 Jet Station - Joint Embedded Technology Station

Language: C - Size: 77.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

OscarM-Dev/ATSAMV71-XULT_Sandbox

Working and exploring the ATSAMV71-XULT board.

Language: C - Size: 12.5 MB - Last synced at: about 23 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

Choaib-ELMADI/getting-started-with-stm32

A collection of notes, examples, projects, and animations for learning STM32 microcontrollers and embedded systems development.

Language: C - Size: 159 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 1

manoharpeddinti-embedded-engineer/manoharpeddinti-github.io

Embedded Systems Engineer with expertise in Embedded Linux, Bootloaders, and Device Drivers. Hands-on experience in U-Boot, Kernel, Yocto, Buildroot, and Device Tree customization. Skilled in low-level programming (C, Shell) and peripheral drivers (GPIO, SPI, I2C, UART). Worked on board bring-up, secure boot, and system integration on ARM boards.

Size: 1.95 KB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Naquino14/NEO-RVC2

A Zephyr RTOS program that enables tracking and controlling my Hyundai (or any car) remotely.

Language: C - Size: 163 KB - Last synced at: 20 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 1