Skip to content

Epicurus v0.3.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 00:52
· 10 commits to master since this release
77d2e7a

Epicurus v0.3.3

Source bundles, one per family. Download the one for your
part, unpack it, and point EPICURUS_DIR at it. Each
bundle carries its own QUICKSTART.md, SUPPORT.md,
MPLABX.md, and a reference MPLAB X project under
examples/.

EPICURUS_DIR := third_party/epicurus
EPICURUS_MCU := 16F877A
EPICURUS_MODULES := serial tick
include $(EPICURUS_DIR)/epicurus.mk

SRCS := main.c $(EPICURUS_SRCS)
CFLAGS += $(EPICURUS_CFLAGS)

Stability

This is a 0.x release: the epicurus.mk interface may
still change. Pin this tag rather than tracking a branch.

Support

Not every module builds on every part; the smaller parts
in each family run out of RAM for the larger modules.
Each bundle's SUPPORT.md has the full table with a
reason for every exclusion, and epicurus.mk fails
immediately with that reason rather than as a wall of XC8
linker errors.

Verification

Every bundle in this release was built from a scratch
directory outside the repository before publication.

8e334ecf1cefd657025e21dea0735f2b8eb779519cd61e43033e01ffda0ca55c  ./epicurus-pic16f193x-v0.3.3.tar.gz
b18bd4460723d871a5f0b971aa97b8f328ab88783c5123b6e8da41c7aa8bae98  ./epicurus-pic16f87xa-v0.3.3.tar.gz
eb189f02bf43b58c6fcbca68ba59c9774ad40ddf1743736cb7375a7ab253d666  ./epicurus-pic18fxx5x-v0.3.3.tar.gz