A simple app to share topics to talk about.
Go to file
2022-06-28 10:34:49 +02:00
components Update submodules. 2022-06-20 23:07:39 +02:00
esp-idf@9f303290d8 More tests 2022-01-12 00:53:38 +01:00
fpga Forward button presses to FPGA in FPGA download mode (3) #43 2022-05-26 21:12:33 +02:00
main Clean up a bit, add exit to launcher function. 2022-06-20 23:14:16 +02:00
.gitignore Add .vscode to .gitignore 2022-05-09 12:23:55 +02:00
.gitmodules Migrate pax-keyboard to ESP-IDF module. 2022-06-02 13:48:20 +02:00
CMakeLists.txt Use PROJECT_VER variable for version, display version on main menu 2022-06-03 07:17:22 +02:00
LICENSE Add MIT license 2022-05-12 00:26:19 +02:00
Makefile Remove image build function from makefile, remove flashing from default action 2022-06-16 20:59:40 +02:00
partitions.csv Fix partition table. 2022-06-28 10:34:49 +02:00
partitions.ods Buggy but working manual entry of wifi parameters 2022-04-16 23:31:18 +02:00
README.md Fixed README.md 2022-06-15 11:23:46 +02:00
sdkconfig Fix partition table. 2022-06-28 10:34:49 +02:00

MCH2022 template app

This repository contains a template app for the MCH2022 badge.

License

The source code contained in this repository is licensed under terms of the MIT license, more information can be found in the LICENSE file.

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 MIT Unlicense / Public domain

How to make

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