https://github.com/tve/jeeh
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tve/jeeh
- Owner: tve
- License: unlicense
- Created: 2024-05-13T15:22:53.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-12T17:01:42.000Z (over 1 year ago)
- Last Synced: 2025-06-07T16:48:58.850Z (about 1 year ago)
- Language: C++
- Size: 6.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JeeH
JeeH is a runtime library for STM32 microcontrollers. It offers an alternative
to the ones included with the Arduino IDE, STM32CubeMX, and others.
**Features**
- Based on messages for synchronisation and (optionally) multi-threaded.
- Written in C++17 with limited use of templates and not dependent on STL.
- The build environment is PlatformIO, for either command-line or IDE use.
- Compiled code relies on the CMSIS framework's startup and linker files.
- JeeH is _very_ Lean and Mean. All its source code is in the public domain.
**Status**
JeeH is in active development. All the API and naming conventions can change.
Latest changes are in the `dev` branch of .
Issues & bugs are (not actively) tracked at .
Documentation? Yeah, some day... For now just .