Migrate pax-keyboard to ESP-IDF module.

This commit is contained in:
RobotMan2412 2022-06-02 13:48:20 +02:00
parent 9235785974
commit 0eb80a94cf
5 changed files with 3 additions and 5 deletions

2
.gitmodules vendored
View file

@ -38,5 +38,5 @@
path = components/pax-codecs path = components/pax-codecs
url = https://github.com/robotman2412/pax-codecs.git url = https://github.com/robotman2412/pax-codecs.git
[submodule "main/pax-keyboard"] [submodule "main/pax-keyboard"]
path = main/pax-keyboard path = components/pax-keyboard
url = https://github.com/robotman2412/pax-keyboard url = https://github.com/robotman2412/pax-keyboard

View file

@ -11,12 +11,12 @@ Source code included as submodules is licensed separately, please check the foll
| Submodule | License | Author | | Submodule | License | Author |
|-----------------------------|-----------------------------------|--------------------------------------------------------| |-----------------------------|-----------------------------------|--------------------------------------------------------|
| esp-idf | Apache License 2.0 | Espressif Systems (Shanghai) CO LTD | | esp-idf | Apache License 2.0 | Espressif Systems (Shanghai) CO LTD |
| main/pax-keyboard | MIT | Julian Scheffers |
| components/appfs | THE BEER-WARE LICENSE Revision 42 | Jeroen Domburg <jeroen@spritesmods.com> | | components/appfs | THE BEER-WARE LICENSE Revision 42 | Jeroen Domburg <jeroen@spritesmods.com> |
| components/bus-i2c | MIT | Nicolai Electronics | | components/bus-i2c | MIT | Nicolai Electronics |
| components/i2c-bno055 | MIT | Nicolai Electronics | | components/i2c-bno055 | MIT | Nicolai Electronics |
| components/mch2022-rp2040 | MIT | Renze Nicolai | | components/mch2022-rp2040 | MIT | Renze Nicolai |
| components/pax-graphics | MIT | Julian Scheffers | | components/pax-graphics | MIT | Julian Scheffers |
| components/pax-keyboard | MIT | Julian Scheffers |
| components/sdcard | MIT | Nicolai Electronics | | components/sdcard | MIT | Nicolai Electronics |
| components/spi-ice40 | MIT | Nicolai Electronics | | components/spi-ice40 | MIT | Nicolai Electronics |
| components/spi-ili9341 | MIT | Nicolai Electronics | | components/spi-ili9341 | MIT | Nicolai Electronics |

@ -0,0 +1 @@
Subproject commit adad199c55e91f68d3e162b48f4e37816ef95c9a

View file

@ -4,7 +4,6 @@ idf_component_register(
"fpga_test.c" "fpga_test.c"
"graphics_wrapper.c" "graphics_wrapper.c"
"menu.c" "menu.c"
"pax-keyboard/pax_keyboard.c"
"rp2040_updater.c" "rp2040_updater.c"
"settings.c" "settings.c"
"system_wrapper.c" "system_wrapper.c"
@ -24,7 +23,6 @@ idf_component_register(
INCLUDE_DIRS "." INCLUDE_DIRS "."
"include" "include"
"menus" "menus"
"pax-keyboard"
EMBED_TXTFILES ${project_dir}/resources/isrgrootx1.pem EMBED_TXTFILES ${project_dir}/resources/isrgrootx1.pem
EMBED_FILES ${project_dir}/resources/wallpaper.png EMBED_FILES ${project_dir}/resources/wallpaper.png
${project_dir}/resources/fpga_selftest.bin ${project_dir}/resources/fpga_selftest.bin

@ -1 +0,0 @@
Subproject commit daa81eafcea19628bda3ec2eb430544cd4f0b9d7