branches: front
	Clone
	
	clone: git://shithub.us/jrsharp/heymac-node gits://shithub.us/jrsharp/heymac-node
	push: hjgit://shithub.us/jrsharp/heymac-node
	patches to: jon@jonsharp.net
	
	Last commit
	
		ad1df2d2
		 – Jon Sharp <jon@jonsharp.net>
 authored
 on 2023/11/05 06:26
		
Import of QP/C + Zephyr project
		 
	About
	
# HeyMac on ESP32 via QP/C + Zephyr
This project is an attempt to implement the HeyMac protocol/stack on commonly-
available ESP32 + LoRa (Semtech SX127x) development boards as a self-contained
modem firmware, suitable for interfacing with any number of systems -- modern
or retro.  This is accomplished using the QP/C framework running on top of /
alongside the Zephyr RTOS and as a result, this project is based on the template
provided by QuantumLeaps:
        (Dining philosophers to be pruned from repo at some point...)
[QP/C](https://github.com/QuantumLeaps/qpc)
## Building:
west build -b ttgo_lora32 -p always
west flash