1
0
Fork
You've already forked jeeh
0
JeeH is a hardware abstraction and RTOS for ARM Cortex μCs https://jcw.codeberg.page/jeeh/
  • C++ 82.9%
  • C 12.9%
  • Python 3.7%
  • Shell 0.4%
  • Makefile 0.1%
2026年07月12日 16:11:19 +02:00
boards convert stm32 bp epaper.cpp from v1 to v7 2026年07月08日 22:09:04 +02:00
examples add humi.cpp example 2026年06月23日 22:42:54 +02:00
include st77xx no longer includes twodee.h 2026年07月12日 16:11:19 +02:00
make move util/rtt.h and include in hal.h 2026年06月20日 22:21:52 +02:00
src fix msWait rate on L0 2026年07月09日 08:46:10 +02:00
tests updated test results 2026年06月18日 07:40:45 +02:00
.gitignore ignore "logs" subdir 2024年11月15日 18:28:46 +01:00
library.json bump to v7.1.0 2026年07月01日 14:00:51 +02:00
LICENSE major reorg, move old files to old-* areas 2024年10月14日 21:24:23 +02:00
README.md fix conflict 2026年06月03日 18:31:02 +02:00

JeeH

JeeH is a runtime library for ARM Cortex microcontrollers (only STM32 for now).
It's an alternative to those included with the Arduino IDE, STM32CubeMX, etc.

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 & Mean. All its source code is in the public domain.

Status

JeeH is in active development. All APIs and naming conventions may change.
The home page for this project is https://jcw.codeberg.page/jeeh/.
The Git source code repository is at https://codeberg.org/jcw/jeeh/.