A simple app to share topics to talk about.
Go to file
2022-07-12 07:54:17 +02:00
components Update submodules, change licene of source code in main folder to public domain / cc0 and update readme with the changes made by a2800276 2022-07-11 22:33:51 +02:00
esp-idf@1329b19fe4 Update idf, config, bsp 2022-06-29 22:02:21 +02:00
main edited comments in main.c 2022-07-12 07:54:17 +02:00
tools@a932756f91 Update tools submodule 2022-07-11 22:41:34 +02:00
.gitignore Add .vscode to .gitignore 2022-05-09 12:23:55 +02:00
.gitmodules Import tools module. 2022-06-29 22:20:39 +02:00
CMakeLists.txt Use PROJECT_VER variable for version, display version on main menu 2022-06-03 07:17:22 +02:00
Makefile updated components, modified Makefile to not always run idf-install; just run prepare once. 2022-07-12 07:53:30 +02:00
partitions.csv Fix partition table. 2022-06-28 10:34:49 +02:00
README.md updated components, modified Makefile to not always run idf-install; just run prepare once. 2022-07-12 07:53:30 +02:00
sdkconfig Clean up sdkconfig 2022-06-29 22:14:13 +02:00
update_components.sh updated components, modified Makefile to not always run idf-install; just run prepare once. 2022-07-12 07:53:30 +02:00

MCH2022 template app

This repository contains a template app for the MCH2022 badge. It is intended to be used as the basis for developing your own native ESP32 apps. See Getting Started

License

The source code contained in the main folder of this example is public domain / CC0 licensed, use it as you please.

Source code included as submodules is licensed separately, please check the following table for details.

Submodule License Author
esp-idf Apache License 2.0 Espressif Systems (Shanghai) CO LTD
components/appfs THE BEER-WARE LICENSE Revision 42 Jeroen Domburg jeroen@spritesmods.com
components/bus-i2c MIT Nicolai Electronics
components/i2c-bno055 MIT Nicolai Electronics
components/mch2022-rp2040 MIT Renze Nicolai
components/pax-graphics MIT Julian Scheffers
components/pax-keyboard MIT Julian Scheffers
components/sdcard MIT Nicolai Electronics
components/spi-ice40 MIT Nicolai Electronics
components/spi-ili9341 MIT Nicolai Electronics
components/ws2812 Unlicense / Public domain None

Source the update_components.sh to update all the submodules to their corresponding tips.

How to make

git clone --recursive https://github.com/badgeteam/mch2022-template-app
cd mch2022-template-app
make prepare
make