esp1 / esprit-skeleton

A skeleton project for Esprit, using the Esprit board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Example Project for Esprit

Checkout Esprit for more info.

Many aliases are provided to automate the majority of the "embedded workflow". These can easily be incorportated into a Makefile if need be.

To erase the ESP32:

clj -A:erase

To bootstrap Espruino onto the ESP32:

clj -A:bootstrap

To compile the CLJS build: (You will probably need to change the WiFi settings in resources/secrets.edn)

clj -A:build

To create the ROM:

clj -A:rom

To flash the ROM to the ESP32:

clj -A:flash

To connect to the REPL: (You will probably need to change the endpoint address in resources/config.edn)

clj -A:repl

About

A skeleton project for Esprit, using the Esprit board


Languages

Language:Clojure 100.0%