_images/logo_tm_full.png

Welcome to documentation for software written by Tilen MAJERLE. This is an entry point for all projects I’m working on now and in the future.

Projects

LwESP

Lightweight ESP AT parser library to communicate with ESP8266 or ESP32 wifi devices using AT commands

LwCELL

Lightweight cellular modem host AT library

LwGPS

Lightweight GPS NMEA parser

LwOW

Lightweight onewire library optimized using UART hardware for embedded system

LwEVT

Lightweight event manager for embedded systems

LwSHELL

Lightweight shell library for embedded systems

LwDTC

Lightweight date, time and cron library for embedded systems

LwBTN

Lightweight button library

LwRB

Lightweight ring buffer manager

LwMEM

Lightweight dynamic memory manager, optimized for embedded systems

LwPRINTF

Lightweight stdio output manager, optimized for embedded systems

LwPKT

Lightweight packet protocol manager for multi-device communication

LwJSON

Lightweight JSON string parser for embedded systems

LwWDG

Lightweight watchdog system for operating systems

EasyGUI

Platform independent graphical user interface, developed in mind for embedded systems with limited amount of memory

STM32 UART DMA

STM32 examples for USART using DMA for efficient RX and TX transmission

C code style

Recommended C code style and coding rules for standard C99 or later

STM32F4xx

Libraries and tutorials for STM32F4xx series of ARM Cortex-M microcontrollers

STM32Fxxx HAL Libraries

Libraries and tutorials for STM32Fxxx series of ARM Cortex-M microcontrollers based on HAL library

Get in touch

You can contact me via online contact form available on my website.

License

MIT License

Copyright (c) 2024 Tilen MAJERLE

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.