🐌 attempt to create list of software (HW, libs, protocols, etc) for Embedded Systems
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Dmitry Murzinov 836b9ef580 first portion of useful links 3 years ago
.editorconfig first portion of useful links 3 years ago
.gitattributes first portion of useful links 3 years ago
README.md first portion of useful links 3 years ago

README.md

🚧 A curated list of awesome sources and libs for Embedded Systems

There is my attempt to create list of software for Embedded Systems

URL: https://github.com/iDoka/awesome-embedded-software

Contents

Under construct

Common

  • LwGPS - Lightweight GPS NMEA parser for embedded systems

  • LwESP - lightweight ESP AT commands parser library to communicate with ESP8266 or ESP32 Wi-Fi module using AT commands

  • LwGSM - Library for SIMCOM GSM modules to communicate with AT commands and RTOS from host device

  • LwRB - Lightweight generic ring buffer manager library

  • lwprintf - Lightweight printf library optimized for embedded systems

  • lwpkt - Lightweight packet protocol structure for multi-device communication focused on RS-485

  • lwow - Lightweight onewire protocol library optimized for UART hardware on embedded systems

  • lwmem - Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions

  • embedded-libs - Libraries for embedded software (mainly for STM32)

  • RegExp - Regular expressions library for embedded systems

GUI

  • lvgl - Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash)
  • EasyGUI - EasyGUI for embedded systems (highly optimized for STM32)

RTOS

Uncategorized

Tags

embedded embedded-systems rtos stm32 cortex-m risc-v