Skip to content
Snippets Groups Projects
Forked from flow3r / flow3r firmware
1529 commits behind, 14708 commits ahead of the upstream repository.
Serge Bazanski's avatar
q3k authored
This moves badge hardware generation selection over from a header file
into ESP-IDF configuratbility.

The generaiton can now be selected by specifying `BADGE_GENERATION` or
`-g` when running the initial built.

In addition, each generation now gets its own sdkconfig.defaults file
(instead named sdkconfig.$generation) and the big autogeneration
sdkconfig file gets yeeted.
93e9b5d8
History
Name Last commit Last update
..
include
CMakeLists.txt
README.md

micropython shim module

This is the 'main' module from ESP-IDF, and its job is to just start micropython and continue executing app_main from components/badge23/espan.c.