diff --git a/.github/workflows/build-firmware.yml b/.github/workflows/build-firmware.yml index c9915b22..c859fd14 100644 --- a/.github/workflows/build-firmware.yml +++ b/.github/workflows/build-firmware.yml @@ -39,7 +39,7 @@ jobs: { id: m5stack-stickc-plus, arch: esp32 }, { id: m5stack-stickc-plus2, arch: esp32 }, { id: unphone, arch: esp32s3 }, - { id: waveshare-s3-touch-43, arch: esp32s3 }, + { id: waveshare-s3-touch-lcd-43, arch: esp32s3 }, { id: waveshare-s3-touch-lcd-147, arch: esp32s3 }, { id: waveshare-s3-touch-lcd-128, arch: esp32s3 }, { id: waveshare-s3-lcd-13, arch: esp32s3 } diff --git a/Boards/CYD-2432S024C/CMakeLists.txt b/Boards/cyd-2432s024c/CMakeLists.txt similarity index 100% rename from Boards/CYD-2432S024C/CMakeLists.txt rename to Boards/cyd-2432s024c/CMakeLists.txt diff --git a/Boards/CYD-2432S024C/Source/Configuration.cpp b/Boards/cyd-2432s024c/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-2432S024C/Source/Configuration.cpp rename to Boards/cyd-2432s024c/Source/Configuration.cpp diff --git a/Boards/CYD-2432S024C/Source/devices/Display.cpp b/Boards/cyd-2432s024c/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-2432S024C/Source/devices/Display.cpp rename to Boards/cyd-2432s024c/Source/devices/Display.cpp diff --git a/Boards/CYD-2432S024C/Source/devices/Display.h b/Boards/cyd-2432s024c/Source/devices/Display.h similarity index 100% rename from Boards/CYD-2432S024C/Source/devices/Display.h rename to Boards/cyd-2432s024c/Source/devices/Display.h diff --git a/Boards/CYD-2432S024C/Source/devices/SdCard.cpp b/Boards/cyd-2432s024c/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-2432S024C/Source/devices/SdCard.cpp rename to Boards/cyd-2432s024c/Source/devices/SdCard.cpp diff --git a/Boards/CYD-2432S024C/Source/devices/SdCard.h b/Boards/cyd-2432s024c/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-2432S024C/Source/devices/SdCard.h rename to Boards/cyd-2432s024c/Source/devices/SdCard.h diff --git a/Boards/CYD-2432S028R/CMakeLists.txt b/Boards/cyd-2432s028r/CMakeLists.txt similarity index 100% rename from Boards/CYD-2432S028R/CMakeLists.txt rename to Boards/cyd-2432s028r/CMakeLists.txt diff --git a/Boards/CYD-2432S028R/Source/Configuration.cpp b/Boards/cyd-2432s028r/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-2432S028R/Source/Configuration.cpp rename to Boards/cyd-2432s028r/Source/Configuration.cpp diff --git a/Boards/CYD-2432S028R/Source/devices/Display.cpp b/Boards/cyd-2432s028r/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-2432S028R/Source/devices/Display.cpp rename to Boards/cyd-2432s028r/Source/devices/Display.cpp diff --git a/Boards/CYD-2432S028R/Source/devices/Display.h b/Boards/cyd-2432s028r/Source/devices/Display.h similarity index 100% rename from Boards/CYD-2432S028R/Source/devices/Display.h rename to Boards/cyd-2432s028r/Source/devices/Display.h diff --git a/Boards/CYD-2432S028R/Source/devices/SdCard.cpp b/Boards/cyd-2432s028r/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-2432S028R/Source/devices/SdCard.cpp rename to Boards/cyd-2432s028r/Source/devices/SdCard.cpp diff --git a/Boards/CYD-2432S028R/Source/devices/SdCard.h b/Boards/cyd-2432s028r/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-2432S028R/Source/devices/SdCard.h rename to Boards/cyd-2432s028r/Source/devices/SdCard.h diff --git a/Boards/CYD-2432S028RV3/CMakeLists.txt b/Boards/cyd-2432s028rv3/CMakeLists.txt similarity index 100% rename from Boards/CYD-2432S028RV3/CMakeLists.txt rename to Boards/cyd-2432s028rv3/CMakeLists.txt diff --git a/Boards/CYD-2432S028RV3/Source/Configuration.cpp b/Boards/cyd-2432s028rv3/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-2432S028RV3/Source/Configuration.cpp rename to Boards/cyd-2432s028rv3/Source/Configuration.cpp diff --git a/Boards/CYD-2432S028RV3/Source/devices/Display.cpp b/Boards/cyd-2432s028rv3/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-2432S028RV3/Source/devices/Display.cpp rename to Boards/cyd-2432s028rv3/Source/devices/Display.cpp diff --git a/Boards/CYD-2432S028RV3/Source/devices/Display.h b/Boards/cyd-2432s028rv3/Source/devices/Display.h similarity index 100% rename from Boards/CYD-2432S028RV3/Source/devices/Display.h rename to Boards/cyd-2432s028rv3/Source/devices/Display.h diff --git a/Boards/CYD-2432S028RV3/Source/devices/SdCard.cpp b/Boards/cyd-2432s028rv3/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-2432S028RV3/Source/devices/SdCard.cpp rename to Boards/cyd-2432s028rv3/Source/devices/SdCard.cpp diff --git a/Boards/CYD-2432S028RV3/Source/devices/SdCard.h b/Boards/cyd-2432s028rv3/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-2432S028RV3/Source/devices/SdCard.h rename to Boards/cyd-2432s028rv3/Source/devices/SdCard.h diff --git a/Boards/CYD-2432S032C/CMakeLists.txt b/Boards/cyd-2432s032c/CMakeLists.txt similarity index 100% rename from Boards/CYD-2432S032C/CMakeLists.txt rename to Boards/cyd-2432s032c/CMakeLists.txt diff --git a/Boards/CYD-2432S032C/Source/Configuration.cpp b/Boards/cyd-2432s032c/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-2432S032C/Source/Configuration.cpp rename to Boards/cyd-2432s032c/Source/Configuration.cpp diff --git a/Boards/CYD-2432S032C/Source/devices/Display.cpp b/Boards/cyd-2432s032c/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-2432S032C/Source/devices/Display.cpp rename to Boards/cyd-2432s032c/Source/devices/Display.cpp diff --git a/Boards/CYD-2432S032C/Source/devices/Display.h b/Boards/cyd-2432s032c/Source/devices/Display.h similarity index 100% rename from Boards/CYD-2432S032C/Source/devices/Display.h rename to Boards/cyd-2432s032c/Source/devices/Display.h diff --git a/Boards/CYD-2432S032C/Source/devices/SdCard.cpp b/Boards/cyd-2432s032c/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-2432S032C/Source/devices/SdCard.cpp rename to Boards/cyd-2432s032c/Source/devices/SdCard.cpp diff --git a/Boards/CYD-2432S032C/Source/devices/SdCard.h b/Boards/cyd-2432s032c/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-2432S032C/Source/devices/SdCard.h rename to Boards/cyd-2432s032c/Source/devices/SdCard.h diff --git a/Boards/CYD-4848S040C/CMakeLists.txt b/Boards/cyd-4848s040c/CMakeLists.txt similarity index 100% rename from Boards/CYD-4848S040C/CMakeLists.txt rename to Boards/cyd-4848s040c/CMakeLists.txt diff --git a/Boards/CYD-4848S040C/Source/Configuration.cpp b/Boards/cyd-4848s040c/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-4848S040C/Source/Configuration.cpp rename to Boards/cyd-4848s040c/Source/Configuration.cpp diff --git a/Boards/CYD-4848S040C/Source/devices/SdCard.cpp b/Boards/cyd-4848s040c/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-4848S040C/Source/devices/SdCard.cpp rename to Boards/cyd-4848s040c/Source/devices/SdCard.cpp diff --git a/Boards/CYD-4848S040C/Source/devices/SdCard.h b/Boards/cyd-4848s040c/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-4848S040C/Source/devices/SdCard.h rename to Boards/cyd-4848s040c/Source/devices/SdCard.h diff --git a/Boards/CYD-4848S040C/Source/devices/St7701Display.cpp b/Boards/cyd-4848s040c/Source/devices/St7701Display.cpp similarity index 100% rename from Boards/CYD-4848S040C/Source/devices/St7701Display.cpp rename to Boards/cyd-4848s040c/Source/devices/St7701Display.cpp diff --git a/Boards/CYD-4848S040C/Source/devices/St7701Display.h b/Boards/cyd-4848s040c/Source/devices/St7701Display.h similarity index 100% rename from Boards/CYD-4848S040C/Source/devices/St7701Display.h rename to Boards/cyd-4848s040c/Source/devices/St7701Display.h diff --git a/Boards/CYD-8048S043C/CMakeLists.txt b/Boards/cyd-8048s043c/CMakeLists.txt similarity index 100% rename from Boards/CYD-8048S043C/CMakeLists.txt rename to Boards/cyd-8048s043c/CMakeLists.txt diff --git a/Boards/CYD-8048S043C/Source/Configuration.cpp b/Boards/cyd-8048s043c/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-8048S043C/Source/Configuration.cpp rename to Boards/cyd-8048s043c/Source/Configuration.cpp diff --git a/Boards/CYD-8048S043C/Source/devices/Display.cpp b/Boards/cyd-8048s043c/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-8048S043C/Source/devices/Display.cpp rename to Boards/cyd-8048s043c/Source/devices/Display.cpp diff --git a/Boards/CYD-8048S043C/Source/devices/Display.h b/Boards/cyd-8048s043c/Source/devices/Display.h similarity index 100% rename from Boards/CYD-8048S043C/Source/devices/Display.h rename to Boards/cyd-8048s043c/Source/devices/Display.h diff --git a/Boards/CYD-8048S043C/Source/devices/SdCard.cpp b/Boards/cyd-8048s043c/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-8048S043C/Source/devices/SdCard.cpp rename to Boards/cyd-8048s043c/Source/devices/SdCard.cpp diff --git a/Boards/CYD-8048S043C/Source/devices/SdCard.h b/Boards/cyd-8048s043c/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-8048S043C/Source/devices/SdCard.h rename to Boards/cyd-8048s043c/Source/devices/SdCard.h diff --git a/Boards/CYD-E32R28T/CMakeLists.txt b/Boards/cyd-e32r28t/CMakeLists.txt similarity index 100% rename from Boards/CYD-E32R28T/CMakeLists.txt rename to Boards/cyd-e32r28t/CMakeLists.txt diff --git a/Boards/CYD-E32R28T/Source/Configuration.cpp b/Boards/cyd-e32r28t/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-E32R28T/Source/Configuration.cpp rename to Boards/cyd-e32r28t/Source/Configuration.cpp diff --git a/Boards/CYD-E32R28T/Source/devices/Display.cpp b/Boards/cyd-e32r28t/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-E32R28T/Source/devices/Display.cpp rename to Boards/cyd-e32r28t/Source/devices/Display.cpp diff --git a/Boards/CYD-E32R28T/Source/devices/Display.h b/Boards/cyd-e32r28t/Source/devices/Display.h similarity index 100% rename from Boards/CYD-E32R28T/Source/devices/Display.h rename to Boards/cyd-e32r28t/Source/devices/Display.h diff --git a/Boards/CYD-E32R28T/Source/devices/SdCard.cpp b/Boards/cyd-e32r28t/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-E32R28T/Source/devices/SdCard.cpp rename to Boards/cyd-e32r28t/Source/devices/SdCard.cpp diff --git a/Boards/CYD-E32R28T/Source/devices/SdCard.h b/Boards/cyd-e32r28t/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-E32R28T/Source/devices/SdCard.h rename to Boards/cyd-e32r28t/Source/devices/SdCard.h diff --git a/Boards/CYD-E32R32P/CMakeLists.txt b/Boards/cyd-e32r32p/CMakeLists.txt similarity index 100% rename from Boards/CYD-E32R32P/CMakeLists.txt rename to Boards/cyd-e32r32p/CMakeLists.txt diff --git a/Boards/CYD-E32R32P/Source/Configuration.cpp b/Boards/cyd-e32r32p/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-E32R32P/Source/Configuration.cpp rename to Boards/cyd-e32r32p/Source/Configuration.cpp diff --git a/Boards/CYD-E32R32P/Source/devices/Display.cpp b/Boards/cyd-e32r32p/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-E32R32P/Source/devices/Display.cpp rename to Boards/cyd-e32r32p/Source/devices/Display.cpp diff --git a/Boards/CYD-E32R32P/Source/devices/Display.h b/Boards/cyd-e32r32p/Source/devices/Display.h similarity index 100% rename from Boards/CYD-E32R32P/Source/devices/Display.h rename to Boards/cyd-e32r32p/Source/devices/Display.h diff --git a/Boards/CYD-E32R32P/Source/devices/Power.cpp b/Boards/cyd-e32r32p/Source/devices/Power.cpp similarity index 100% rename from Boards/CYD-E32R32P/Source/devices/Power.cpp rename to Boards/cyd-e32r32p/Source/devices/Power.cpp diff --git a/Boards/CYD-E32R32P/Source/devices/Power.h b/Boards/cyd-e32r32p/Source/devices/Power.h similarity index 100% rename from Boards/CYD-E32R32P/Source/devices/Power.h rename to Boards/cyd-e32r32p/Source/devices/Power.h diff --git a/Boards/CYD-E32R32P/Source/devices/SdCard.cpp b/Boards/cyd-e32r32p/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-E32R32P/Source/devices/SdCard.cpp rename to Boards/cyd-e32r32p/Source/devices/SdCard.cpp diff --git a/Boards/CYD-E32R32P/Source/devices/SdCard.h b/Boards/cyd-e32r32p/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-E32R32P/Source/devices/SdCard.h rename to Boards/cyd-e32r32p/Source/devices/SdCard.h diff --git a/Boards/CYD-JC2432W328C/CMakeLists.txt b/Boards/cyd-jc2432w328c/CMakeLists.txt similarity index 100% rename from Boards/CYD-JC2432W328C/CMakeLists.txt rename to Boards/cyd-jc2432w328c/CMakeLists.txt diff --git a/Boards/CYD-JC2432W328C/Source/Configuration.cpp b/Boards/cyd-jc2432w328c/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-JC2432W328C/Source/Configuration.cpp rename to Boards/cyd-jc2432w328c/Source/Configuration.cpp diff --git a/Boards/CYD-JC2432W328C/Source/devices/Display.cpp b/Boards/cyd-jc2432w328c/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-JC2432W328C/Source/devices/Display.cpp rename to Boards/cyd-jc2432w328c/Source/devices/Display.cpp diff --git a/Boards/CYD-JC2432W328C/Source/devices/Display.h b/Boards/cyd-jc2432w328c/Source/devices/Display.h similarity index 100% rename from Boards/CYD-JC2432W328C/Source/devices/Display.h rename to Boards/cyd-jc2432w328c/Source/devices/Display.h diff --git a/Boards/CYD-JC2432W328C/Source/devices/SdCard.cpp b/Boards/cyd-jc2432w328c/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-JC2432W328C/Source/devices/SdCard.cpp rename to Boards/cyd-jc2432w328c/Source/devices/SdCard.cpp diff --git a/Boards/CYD-JC2432W328C/Source/devices/SdCard.h b/Boards/cyd-jc2432w328c/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-JC2432W328C/Source/devices/SdCard.h rename to Boards/cyd-jc2432w328c/Source/devices/SdCard.h diff --git a/Boards/CYD-JC8048W550C/CMakeLists.txt b/Boards/cyd-jc8048w550c/CMakeLists.txt similarity index 100% rename from Boards/CYD-JC8048W550C/CMakeLists.txt rename to Boards/cyd-jc8048w550c/CMakeLists.txt diff --git a/Boards/CYD-JC8048W550C/Source/Configuration.cpp b/Boards/cyd-jc8048w550c/Source/Configuration.cpp similarity index 100% rename from Boards/CYD-JC8048W550C/Source/Configuration.cpp rename to Boards/cyd-jc8048w550c/Source/Configuration.cpp diff --git a/Boards/CYD-JC8048W550C/Source/devices/Display.cpp b/Boards/cyd-jc8048w550c/Source/devices/Display.cpp similarity index 100% rename from Boards/CYD-JC8048W550C/Source/devices/Display.cpp rename to Boards/cyd-jc8048w550c/Source/devices/Display.cpp diff --git a/Boards/CYD-JC8048W550C/Source/devices/Display.h b/Boards/cyd-jc8048w550c/Source/devices/Display.h similarity index 100% rename from Boards/CYD-JC8048W550C/Source/devices/Display.h rename to Boards/cyd-jc8048w550c/Source/devices/Display.h diff --git a/Boards/CYD-JC8048W550C/Source/devices/SdCard.cpp b/Boards/cyd-jc8048w550c/Source/devices/SdCard.cpp similarity index 100% rename from Boards/CYD-JC8048W550C/Source/devices/SdCard.cpp rename to Boards/cyd-jc8048w550c/Source/devices/SdCard.cpp diff --git a/Boards/CYD-JC8048W550C/Source/devices/SdCard.h b/Boards/cyd-jc8048w550c/Source/devices/SdCard.h similarity index 100% rename from Boards/CYD-JC8048W550C/Source/devices/SdCard.h rename to Boards/cyd-jc8048w550c/Source/devices/SdCard.h diff --git a/Boards/ElecrowCrowpanelAdvance28/CMakeLists.txt b/Boards/elecrow-crowpanel-advance-28/CMakeLists.txt similarity index 100% rename from Boards/ElecrowCrowpanelAdvance28/CMakeLists.txt rename to Boards/elecrow-crowpanel-advance-28/CMakeLists.txt diff --git a/Boards/ElecrowCrowpanelAdvance28/Source/Configuration.cpp b/Boards/elecrow-crowpanel-advance-28/Source/Configuration.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance28/Source/Configuration.cpp rename to Boards/elecrow-crowpanel-advance-28/Source/Configuration.cpp diff --git a/Boards/ElecrowCrowpanelAdvance28/Source/devices/Display.cpp b/Boards/elecrow-crowpanel-advance-28/Source/devices/Display.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance28/Source/devices/Display.cpp rename to Boards/elecrow-crowpanel-advance-28/Source/devices/Display.cpp diff --git a/Boards/ElecrowCrowpanelAdvance28/Source/devices/Display.h b/Boards/elecrow-crowpanel-advance-28/Source/devices/Display.h similarity index 100% rename from Boards/ElecrowCrowpanelAdvance28/Source/devices/Display.h rename to Boards/elecrow-crowpanel-advance-28/Source/devices/Display.h diff --git a/Boards/ElecrowCrowpanelAdvance28/Source/devices/SdCard.cpp b/Boards/elecrow-crowpanel-advance-28/Source/devices/SdCard.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance28/Source/devices/SdCard.cpp rename to Boards/elecrow-crowpanel-advance-28/Source/devices/SdCard.cpp diff --git a/Boards/ElecrowCrowpanelAdvance28/Source/devices/SdCard.h b/Boards/elecrow-crowpanel-advance-28/Source/devices/SdCard.h similarity index 100% rename from Boards/ElecrowCrowpanelAdvance28/Source/devices/SdCard.h rename to Boards/elecrow-crowpanel-advance-28/Source/devices/SdCard.h diff --git a/Boards/ElecrowCrowpanelAdvance35/CMakeLists.txt b/Boards/elecrow-crowpanel-advance-35/CMakeLists.txt similarity index 100% rename from Boards/ElecrowCrowpanelAdvance35/CMakeLists.txt rename to Boards/elecrow-crowpanel-advance-35/CMakeLists.txt diff --git a/Boards/ElecrowCrowpanelAdvance35/Source/Configuration.cpp b/Boards/elecrow-crowpanel-advance-35/Source/Configuration.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance35/Source/Configuration.cpp rename to Boards/elecrow-crowpanel-advance-35/Source/Configuration.cpp diff --git a/Boards/ElecrowCrowpanelAdvance35/Source/devices/Display.cpp b/Boards/elecrow-crowpanel-advance-35/Source/devices/Display.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance35/Source/devices/Display.cpp rename to Boards/elecrow-crowpanel-advance-35/Source/devices/Display.cpp diff --git a/Boards/ElecrowCrowpanelAdvance35/Source/devices/Display.h b/Boards/elecrow-crowpanel-advance-35/Source/devices/Display.h similarity index 100% rename from Boards/ElecrowCrowpanelAdvance35/Source/devices/Display.h rename to Boards/elecrow-crowpanel-advance-35/Source/devices/Display.h diff --git a/Boards/ElecrowCrowpanelAdvance35/Source/devices/SdCard.cpp b/Boards/elecrow-crowpanel-advance-35/Source/devices/SdCard.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance35/Source/devices/SdCard.cpp rename to Boards/elecrow-crowpanel-advance-35/Source/devices/SdCard.cpp diff --git a/Boards/ElecrowCrowpanelAdvance35/Source/devices/SdCard.h b/Boards/elecrow-crowpanel-advance-35/Source/devices/SdCard.h similarity index 100% rename from Boards/ElecrowCrowpanelAdvance35/Source/devices/SdCard.h rename to Boards/elecrow-crowpanel-advance-35/Source/devices/SdCard.h diff --git a/Boards/ElecrowCrowpanelAdvance50/CMakeLists.txt b/Boards/elecrow-crowpanel-advance-50/CMakeLists.txt similarity index 100% rename from Boards/ElecrowCrowpanelAdvance50/CMakeLists.txt rename to Boards/elecrow-crowpanel-advance-50/CMakeLists.txt diff --git a/Boards/ElecrowCrowpanelAdvance50/Source/Configuration.cpp b/Boards/elecrow-crowpanel-advance-50/Source/Configuration.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance50/Source/Configuration.cpp rename to Boards/elecrow-crowpanel-advance-50/Source/Configuration.cpp diff --git a/Boards/ElecrowCrowpanelAdvance50/Source/devices/Display.cpp b/Boards/elecrow-crowpanel-advance-50/Source/devices/Display.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance50/Source/devices/Display.cpp rename to Boards/elecrow-crowpanel-advance-50/Source/devices/Display.cpp diff --git a/Boards/ElecrowCrowpanelAdvance50/Source/devices/Display.h b/Boards/elecrow-crowpanel-advance-50/Source/devices/Display.h similarity index 100% rename from Boards/ElecrowCrowpanelAdvance50/Source/devices/Display.h rename to Boards/elecrow-crowpanel-advance-50/Source/devices/Display.h diff --git a/Boards/ElecrowCrowpanelAdvance50/Source/devices/SdCard.cpp b/Boards/elecrow-crowpanel-advance-50/Source/devices/SdCard.cpp similarity index 100% rename from Boards/ElecrowCrowpanelAdvance50/Source/devices/SdCard.cpp rename to Boards/elecrow-crowpanel-advance-50/Source/devices/SdCard.cpp diff --git a/Boards/ElecrowCrowpanelAdvance50/Source/devices/SdCard.h b/Boards/elecrow-crowpanel-advance-50/Source/devices/SdCard.h similarity index 100% rename from Boards/ElecrowCrowpanelAdvance50/Source/devices/SdCard.h rename to Boards/elecrow-crowpanel-advance-50/Source/devices/SdCard.h diff --git a/Boards/ElecrowCrowpanelBasic28/CMakeLists.txt b/Boards/elecrow-crowpanel-basic-28/CMakeLists.txt similarity index 100% rename from Boards/ElecrowCrowpanelBasic28/CMakeLists.txt rename to Boards/elecrow-crowpanel-basic-28/CMakeLists.txt diff --git a/Boards/ElecrowCrowpanelBasic28/Source/Configuration.cpp b/Boards/elecrow-crowpanel-basic-28/Source/Configuration.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic28/Source/Configuration.cpp rename to Boards/elecrow-crowpanel-basic-28/Source/Configuration.cpp diff --git a/Boards/ElecrowCrowpanelBasic28/Source/devices/Display.cpp b/Boards/elecrow-crowpanel-basic-28/Source/devices/Display.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic28/Source/devices/Display.cpp rename to Boards/elecrow-crowpanel-basic-28/Source/devices/Display.cpp diff --git a/Boards/ElecrowCrowpanelBasic28/Source/devices/Display.h b/Boards/elecrow-crowpanel-basic-28/Source/devices/Display.h similarity index 100% rename from Boards/ElecrowCrowpanelBasic28/Source/devices/Display.h rename to Boards/elecrow-crowpanel-basic-28/Source/devices/Display.h diff --git a/Boards/ElecrowCrowpanelBasic28/Source/devices/SdCard.cpp b/Boards/elecrow-crowpanel-basic-28/Source/devices/SdCard.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic28/Source/devices/SdCard.cpp rename to Boards/elecrow-crowpanel-basic-28/Source/devices/SdCard.cpp diff --git a/Boards/ElecrowCrowpanelBasic28/Source/devices/SdCard.h b/Boards/elecrow-crowpanel-basic-28/Source/devices/SdCard.h similarity index 100% rename from Boards/ElecrowCrowpanelBasic28/Source/devices/SdCard.h rename to Boards/elecrow-crowpanel-basic-28/Source/devices/SdCard.h diff --git a/Boards/ElecrowCrowpanelBasic35/CMakeLists.txt b/Boards/elecrow-crowpanel-basic-35/CMakeLists.txt similarity index 100% rename from Boards/ElecrowCrowpanelBasic35/CMakeLists.txt rename to Boards/elecrow-crowpanel-basic-35/CMakeLists.txt diff --git a/Boards/ElecrowCrowpanelBasic35/Source/Configuration.cpp b/Boards/elecrow-crowpanel-basic-35/Source/Configuration.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic35/Source/Configuration.cpp rename to Boards/elecrow-crowpanel-basic-35/Source/Configuration.cpp diff --git a/Boards/ElecrowCrowpanelBasic35/Source/devices/Display.cpp b/Boards/elecrow-crowpanel-basic-35/Source/devices/Display.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic35/Source/devices/Display.cpp rename to Boards/elecrow-crowpanel-basic-35/Source/devices/Display.cpp diff --git a/Boards/ElecrowCrowpanelBasic35/Source/devices/Display.h b/Boards/elecrow-crowpanel-basic-35/Source/devices/Display.h similarity index 100% rename from Boards/ElecrowCrowpanelBasic35/Source/devices/Display.h rename to Boards/elecrow-crowpanel-basic-35/Source/devices/Display.h diff --git a/Boards/ElecrowCrowpanelBasic35/Source/devices/SdCard.cpp b/Boards/elecrow-crowpanel-basic-35/Source/devices/SdCard.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic35/Source/devices/SdCard.cpp rename to Boards/elecrow-crowpanel-basic-35/Source/devices/SdCard.cpp diff --git a/Boards/ElecrowCrowpanelBasic35/Source/devices/SdCard.h b/Boards/elecrow-crowpanel-basic-35/Source/devices/SdCard.h similarity index 100% rename from Boards/ElecrowCrowpanelBasic35/Source/devices/SdCard.h rename to Boards/elecrow-crowpanel-basic-35/Source/devices/SdCard.h diff --git a/Boards/ElecrowCrowpanelBasic50/CMakeLists.txt b/Boards/elecrow-crowpanel-basic-50/CMakeLists.txt similarity index 100% rename from Boards/ElecrowCrowpanelBasic50/CMakeLists.txt rename to Boards/elecrow-crowpanel-basic-50/CMakeLists.txt diff --git a/Boards/ElecrowCrowpanelBasic50/Source/Configuration.cpp b/Boards/elecrow-crowpanel-basic-50/Source/Configuration.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic50/Source/Configuration.cpp rename to Boards/elecrow-crowpanel-basic-50/Source/Configuration.cpp diff --git a/Boards/ElecrowCrowpanelBasic50/Source/devices/Display.cpp b/Boards/elecrow-crowpanel-basic-50/Source/devices/Display.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic50/Source/devices/Display.cpp rename to Boards/elecrow-crowpanel-basic-50/Source/devices/Display.cpp diff --git a/Boards/ElecrowCrowpanelBasic50/Source/devices/Display.h b/Boards/elecrow-crowpanel-basic-50/Source/devices/Display.h similarity index 100% rename from Boards/ElecrowCrowpanelBasic50/Source/devices/Display.h rename to Boards/elecrow-crowpanel-basic-50/Source/devices/Display.h diff --git a/Boards/ElecrowCrowpanelBasic50/Source/devices/SdCard.cpp b/Boards/elecrow-crowpanel-basic-50/Source/devices/SdCard.cpp similarity index 100% rename from Boards/ElecrowCrowpanelBasic50/Source/devices/SdCard.cpp rename to Boards/elecrow-crowpanel-basic-50/Source/devices/SdCard.cpp diff --git a/Boards/ElecrowCrowpanelBasic50/Source/devices/SdCard.h b/Boards/elecrow-crowpanel-basic-50/Source/devices/SdCard.h similarity index 100% rename from Boards/ElecrowCrowpanelBasic50/Source/devices/SdCard.h rename to Boards/elecrow-crowpanel-basic-50/Source/devices/SdCard.h diff --git a/Boards/LilygoTdeck/CMakeLists.txt b/Boards/lilygo-tdeck/CMakeLists.txt similarity index 100% rename from Boards/LilygoTdeck/CMakeLists.txt rename to Boards/lilygo-tdeck/CMakeLists.txt diff --git a/Boards/LilygoTdeck/Source/Configuration.cpp b/Boards/lilygo-tdeck/Source/Configuration.cpp similarity index 100% rename from Boards/LilygoTdeck/Source/Configuration.cpp rename to Boards/lilygo-tdeck/Source/Configuration.cpp diff --git a/Boards/LilygoTdeck/Source/Init.cpp b/Boards/lilygo-tdeck/Source/Init.cpp similarity index 100% rename from Boards/LilygoTdeck/Source/Init.cpp rename to Boards/lilygo-tdeck/Source/Init.cpp diff --git a/Boards/LilygoTdeck/Source/devices/Display.cpp b/Boards/lilygo-tdeck/Source/devices/Display.cpp similarity index 100% rename from Boards/LilygoTdeck/Source/devices/Display.cpp rename to Boards/lilygo-tdeck/Source/devices/Display.cpp diff --git a/Boards/LilygoTdeck/Source/devices/Display.h b/Boards/lilygo-tdeck/Source/devices/Display.h similarity index 100% rename from Boards/LilygoTdeck/Source/devices/Display.h rename to Boards/lilygo-tdeck/Source/devices/Display.h diff --git a/Boards/LilygoTdeck/Source/devices/Power.cpp b/Boards/lilygo-tdeck/Source/devices/Power.cpp similarity index 100% rename from Boards/LilygoTdeck/Source/devices/Power.cpp rename to Boards/lilygo-tdeck/Source/devices/Power.cpp diff --git a/Boards/LilygoTdeck/Source/devices/Power.h b/Boards/lilygo-tdeck/Source/devices/Power.h similarity index 100% rename from Boards/LilygoTdeck/Source/devices/Power.h rename to Boards/lilygo-tdeck/Source/devices/Power.h diff --git a/Boards/LilygoTdeck/Source/devices/Sdcard.cpp b/Boards/lilygo-tdeck/Source/devices/Sdcard.cpp similarity index 100% rename from Boards/LilygoTdeck/Source/devices/Sdcard.cpp rename to Boards/lilygo-tdeck/Source/devices/Sdcard.cpp diff --git a/Boards/LilygoTdeck/Source/devices/Sdcard.h b/Boards/lilygo-tdeck/Source/devices/Sdcard.h similarity index 100% rename from Boards/LilygoTdeck/Source/devices/Sdcard.h rename to Boards/lilygo-tdeck/Source/devices/Sdcard.h diff --git a/Boards/LilygoTdeck/Source/devices/TdeckKeyboard.cpp b/Boards/lilygo-tdeck/Source/devices/TdeckKeyboard.cpp similarity index 100% rename from Boards/LilygoTdeck/Source/devices/TdeckKeyboard.cpp rename to Boards/lilygo-tdeck/Source/devices/TdeckKeyboard.cpp diff --git a/Boards/LilygoTdeck/Source/devices/TdeckKeyboard.h b/Boards/lilygo-tdeck/Source/devices/TdeckKeyboard.h similarity index 100% rename from Boards/LilygoTdeck/Source/devices/TdeckKeyboard.h rename to Boards/lilygo-tdeck/Source/devices/TdeckKeyboard.h diff --git a/Boards/LilygoTdongleS3/CMakeLists.txt b/Boards/lilygo-tdongle-s3/CMakeLists.txt similarity index 100% rename from Boards/LilygoTdongleS3/CMakeLists.txt rename to Boards/lilygo-tdongle-s3/CMakeLists.txt diff --git a/Boards/LilygoTdongleS3/Source/Configuration.cpp b/Boards/lilygo-tdongle-s3/Source/Configuration.cpp similarity index 100% rename from Boards/LilygoTdongleS3/Source/Configuration.cpp rename to Boards/lilygo-tdongle-s3/Source/Configuration.cpp diff --git a/Boards/LilygoTdongleS3/Source/Init.cpp b/Boards/lilygo-tdongle-s3/Source/Init.cpp similarity index 100% rename from Boards/LilygoTdongleS3/Source/Init.cpp rename to Boards/lilygo-tdongle-s3/Source/Init.cpp diff --git a/Boards/LilygoTdongleS3/Source/devices/Display.cpp b/Boards/lilygo-tdongle-s3/Source/devices/Display.cpp similarity index 100% rename from Boards/LilygoTdongleS3/Source/devices/Display.cpp rename to Boards/lilygo-tdongle-s3/Source/devices/Display.cpp diff --git a/Boards/LilygoTLoraPager/Source/devices/Display.h b/Boards/lilygo-tdongle-s3/Source/devices/Display.h similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/Display.h rename to Boards/lilygo-tdongle-s3/Source/devices/Display.h diff --git a/Boards/LilygoTdongleS3/Source/devices/Sdcard.cpp b/Boards/lilygo-tdongle-s3/Source/devices/Sdcard.cpp similarity index 100% rename from Boards/LilygoTdongleS3/Source/devices/Sdcard.cpp rename to Boards/lilygo-tdongle-s3/Source/devices/Sdcard.cpp diff --git a/Boards/LilygoTdongleS3/Source/devices/Sdcard.h b/Boards/lilygo-tdongle-s3/Source/devices/Sdcard.h similarity index 100% rename from Boards/LilygoTdongleS3/Source/devices/Sdcard.h rename to Boards/lilygo-tdongle-s3/Source/devices/Sdcard.h diff --git a/Boards/LilygoTLoraPager/CMakeLists.txt b/Boards/lilygo-tlora-pager/CMakeLists.txt similarity index 100% rename from Boards/LilygoTLoraPager/CMakeLists.txt rename to Boards/lilygo-tlora-pager/CMakeLists.txt diff --git a/Boards/LilygoTLoraPager/Source/Configuration.cpp b/Boards/lilygo-tlora-pager/Source/Configuration.cpp similarity index 100% rename from Boards/LilygoTLoraPager/Source/Configuration.cpp rename to Boards/lilygo-tlora-pager/Source/Configuration.cpp diff --git a/Boards/LilygoTLoraPager/Source/Init.cpp b/Boards/lilygo-tlora-pager/Source/Init.cpp similarity index 100% rename from Boards/LilygoTLoraPager/Source/Init.cpp rename to Boards/lilygo-tlora-pager/Source/Init.cpp diff --git a/Boards/LilygoTLoraPager/Source/devices/Display.cpp b/Boards/lilygo-tlora-pager/Source/devices/Display.cpp similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/Display.cpp rename to Boards/lilygo-tlora-pager/Source/devices/Display.cpp diff --git a/Boards/LilygoTdongleS3/Source/devices/Display.h b/Boards/lilygo-tlora-pager/Source/devices/Display.h similarity index 100% rename from Boards/LilygoTdongleS3/Source/devices/Display.h rename to Boards/lilygo-tlora-pager/Source/devices/Display.h diff --git a/Boards/LilygoTLoraPager/Source/devices/SdCard.cpp b/Boards/lilygo-tlora-pager/Source/devices/SdCard.cpp similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/SdCard.cpp rename to Boards/lilygo-tlora-pager/Source/devices/SdCard.cpp diff --git a/Boards/LilygoTLoraPager/Source/devices/SdCard.h b/Boards/lilygo-tlora-pager/Source/devices/SdCard.h similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/SdCard.h rename to Boards/lilygo-tlora-pager/Source/devices/SdCard.h diff --git a/Boards/LilygoTLoraPager/Source/devices/TpagerEncoder.cpp b/Boards/lilygo-tlora-pager/Source/devices/TpagerEncoder.cpp similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/TpagerEncoder.cpp rename to Boards/lilygo-tlora-pager/Source/devices/TpagerEncoder.cpp diff --git a/Boards/LilygoTLoraPager/Source/devices/TpagerEncoder.h b/Boards/lilygo-tlora-pager/Source/devices/TpagerEncoder.h similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/TpagerEncoder.h rename to Boards/lilygo-tlora-pager/Source/devices/TpagerEncoder.h diff --git a/Boards/LilygoTLoraPager/Source/devices/TpagerKeyboard.cpp b/Boards/lilygo-tlora-pager/Source/devices/TpagerKeyboard.cpp similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/TpagerKeyboard.cpp rename to Boards/lilygo-tlora-pager/Source/devices/TpagerKeyboard.cpp diff --git a/Boards/LilygoTLoraPager/Source/devices/TpagerKeyboard.h b/Boards/lilygo-tlora-pager/Source/devices/TpagerKeyboard.h similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/TpagerKeyboard.h rename to Boards/lilygo-tlora-pager/Source/devices/TpagerKeyboard.h diff --git a/Boards/LilygoTLoraPager/Source/devices/TpagerPower.cpp b/Boards/lilygo-tlora-pager/Source/devices/TpagerPower.cpp similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/TpagerPower.cpp rename to Boards/lilygo-tlora-pager/Source/devices/TpagerPower.cpp diff --git a/Boards/LilygoTLoraPager/Source/devices/TpagerPower.h b/Boards/lilygo-tlora-pager/Source/devices/TpagerPower.h similarity index 100% rename from Boards/LilygoTLoraPager/Source/devices/TpagerPower.h rename to Boards/lilygo-tlora-pager/Source/devices/TpagerPower.h diff --git a/Boards/M5stackCardputerAdv/CMakeLists.txt b/Boards/m5stack-cardputer-adv/CMakeLists.txt similarity index 100% rename from Boards/M5stackCardputerAdv/CMakeLists.txt rename to Boards/m5stack-cardputer-adv/CMakeLists.txt diff --git a/Boards/M5stackCardputerAdv/Source/Configuration.cpp b/Boards/m5stack-cardputer-adv/Source/Configuration.cpp similarity index 100% rename from Boards/M5stackCardputerAdv/Source/Configuration.cpp rename to Boards/m5stack-cardputer-adv/Source/Configuration.cpp diff --git a/Boards/M5stackCardputerAdv/Source/devices/CardputerKeyboard.cpp b/Boards/m5stack-cardputer-adv/Source/devices/CardputerKeyboard.cpp similarity index 100% rename from Boards/M5stackCardputerAdv/Source/devices/CardputerKeyboard.cpp rename to Boards/m5stack-cardputer-adv/Source/devices/CardputerKeyboard.cpp diff --git a/Boards/M5stackCardputerAdv/Source/devices/CardputerKeyboard.h b/Boards/m5stack-cardputer-adv/Source/devices/CardputerKeyboard.h similarity index 100% rename from Boards/M5stackCardputerAdv/Source/devices/CardputerKeyboard.h rename to Boards/m5stack-cardputer-adv/Source/devices/CardputerKeyboard.h diff --git a/Boards/M5stackCardputer/Source/devices/CardputerPower.cpp b/Boards/m5stack-cardputer-adv/Source/devices/CardputerPower.cpp similarity index 100% rename from Boards/M5stackCardputer/Source/devices/CardputerPower.cpp rename to Boards/m5stack-cardputer-adv/Source/devices/CardputerPower.cpp diff --git a/Boards/M5stackCardputer/Source/devices/CardputerPower.h b/Boards/m5stack-cardputer-adv/Source/devices/CardputerPower.h similarity index 100% rename from Boards/M5stackCardputer/Source/devices/CardputerPower.h rename to Boards/m5stack-cardputer-adv/Source/devices/CardputerPower.h diff --git a/Boards/M5stackCardputer/Source/devices/Display.cpp b/Boards/m5stack-cardputer-adv/Source/devices/Display.cpp similarity index 100% rename from Boards/M5stackCardputer/Source/devices/Display.cpp rename to Boards/m5stack-cardputer-adv/Source/devices/Display.cpp diff --git a/Boards/M5stackCardputer/Source/devices/Display.h b/Boards/m5stack-cardputer-adv/Source/devices/Display.h similarity index 100% rename from Boards/M5stackCardputer/Source/devices/Display.h rename to Boards/m5stack-cardputer-adv/Source/devices/Display.h diff --git a/Boards/M5stackCardputer/Source/devices/SdCard.cpp b/Boards/m5stack-cardputer-adv/Source/devices/SdCard.cpp similarity index 100% rename from Boards/M5stackCardputer/Source/devices/SdCard.cpp rename to Boards/m5stack-cardputer-adv/Source/devices/SdCard.cpp diff --git a/Boards/M5stackCardputer/Source/devices/SdCard.h b/Boards/m5stack-cardputer-adv/Source/devices/SdCard.h similarity index 100% rename from Boards/M5stackCardputer/Source/devices/SdCard.h rename to Boards/m5stack-cardputer-adv/Source/devices/SdCard.h diff --git a/Boards/M5stackCardputer/CMakeLists.txt b/Boards/m5stack-cardputer/CMakeLists.txt similarity index 100% rename from Boards/M5stackCardputer/CMakeLists.txt rename to Boards/m5stack-cardputer/CMakeLists.txt diff --git a/Boards/M5stackCardputer/Source/Configuration.cpp b/Boards/m5stack-cardputer/Source/Configuration.cpp similarity index 100% rename from Boards/M5stackCardputer/Source/Configuration.cpp rename to Boards/m5stack-cardputer/Source/Configuration.cpp diff --git a/Boards/M5stackCardputer/Source/devices/CardputerEncoder.cpp b/Boards/m5stack-cardputer/Source/devices/CardputerEncoder.cpp similarity index 100% rename from Boards/M5stackCardputer/Source/devices/CardputerEncoder.cpp rename to Boards/m5stack-cardputer/Source/devices/CardputerEncoder.cpp diff --git a/Boards/M5stackCardputer/Source/devices/CardputerEncoder.h b/Boards/m5stack-cardputer/Source/devices/CardputerEncoder.h similarity index 100% rename from Boards/M5stackCardputer/Source/devices/CardputerEncoder.h rename to Boards/m5stack-cardputer/Source/devices/CardputerEncoder.h diff --git a/Boards/M5stackCardputer/Source/devices/CardputerKeyboard.cpp b/Boards/m5stack-cardputer/Source/devices/CardputerKeyboard.cpp similarity index 100% rename from Boards/M5stackCardputer/Source/devices/CardputerKeyboard.cpp rename to Boards/m5stack-cardputer/Source/devices/CardputerKeyboard.cpp diff --git a/Boards/M5stackCardputer/Source/devices/CardputerKeyboard.h b/Boards/m5stack-cardputer/Source/devices/CardputerKeyboard.h similarity index 100% rename from Boards/M5stackCardputer/Source/devices/CardputerKeyboard.h rename to Boards/m5stack-cardputer/Source/devices/CardputerKeyboard.h diff --git a/Boards/M5stackCardputerAdv/Source/devices/CardputerPower.cpp b/Boards/m5stack-cardputer/Source/devices/CardputerPower.cpp similarity index 100% rename from Boards/M5stackCardputerAdv/Source/devices/CardputerPower.cpp rename to Boards/m5stack-cardputer/Source/devices/CardputerPower.cpp diff --git a/Boards/M5stackCardputerAdv/Source/devices/CardputerPower.h b/Boards/m5stack-cardputer/Source/devices/CardputerPower.h similarity index 100% rename from Boards/M5stackCardputerAdv/Source/devices/CardputerPower.h rename to Boards/m5stack-cardputer/Source/devices/CardputerPower.h diff --git a/Boards/M5stackCardputerAdv/Source/devices/Display.cpp b/Boards/m5stack-cardputer/Source/devices/Display.cpp similarity index 100% rename from Boards/M5stackCardputerAdv/Source/devices/Display.cpp rename to Boards/m5stack-cardputer/Source/devices/Display.cpp diff --git a/Boards/M5stackCardputerAdv/Source/devices/Display.h b/Boards/m5stack-cardputer/Source/devices/Display.h similarity index 100% rename from Boards/M5stackCardputerAdv/Source/devices/Display.h rename to Boards/m5stack-cardputer/Source/devices/Display.h diff --git a/Boards/M5stackCardputerAdv/Source/devices/SdCard.cpp b/Boards/m5stack-cardputer/Source/devices/SdCard.cpp similarity index 100% rename from Boards/M5stackCardputerAdv/Source/devices/SdCard.cpp rename to Boards/m5stack-cardputer/Source/devices/SdCard.cpp diff --git a/Boards/M5stackCardputerAdv/Source/devices/SdCard.h b/Boards/m5stack-cardputer/Source/devices/SdCard.h similarity index 100% rename from Boards/M5stackCardputerAdv/Source/devices/SdCard.h rename to Boards/m5stack-cardputer/Source/devices/SdCard.h diff --git a/Boards/M5stackCardputer/Source/keyboard/README.md b/Boards/m5stack-cardputer/Source/keyboard/README.md similarity index 100% rename from Boards/M5stackCardputer/Source/keyboard/README.md rename to Boards/m5stack-cardputer/Source/keyboard/README.md diff --git a/Boards/M5stackCardputer/Source/keyboard/keyboard.cpp b/Boards/m5stack-cardputer/Source/keyboard/keyboard.cpp similarity index 100% rename from Boards/M5stackCardputer/Source/keyboard/keyboard.cpp rename to Boards/m5stack-cardputer/Source/keyboard/keyboard.cpp diff --git a/Boards/M5stackCardputer/Source/keyboard/keyboard.h b/Boards/m5stack-cardputer/Source/keyboard/keyboard.h similarity index 100% rename from Boards/M5stackCardputer/Source/keyboard/keyboard.h rename to Boards/m5stack-cardputer/Source/keyboard/keyboard.h diff --git a/Boards/M5stackCardputer/Source/keyboard/keymap.h b/Boards/m5stack-cardputer/Source/keyboard/keymap.h similarity index 100% rename from Boards/M5stackCardputer/Source/keyboard/keymap.h rename to Boards/m5stack-cardputer/Source/keyboard/keymap.h diff --git a/Boards/M5stackCore2/CMakeLists.txt b/Boards/m5stack-core2/CMakeLists.txt similarity index 100% rename from Boards/M5stackCore2/CMakeLists.txt rename to Boards/m5stack-core2/CMakeLists.txt diff --git a/Boards/M5stackCore2/README.md b/Boards/m5stack-core2/README.md similarity index 100% rename from Boards/M5stackCore2/README.md rename to Boards/m5stack-core2/README.md diff --git a/Boards/M5stackCore2/Source/Configuration.cpp b/Boards/m5stack-core2/Source/Configuration.cpp similarity index 100% rename from Boards/M5stackCore2/Source/Configuration.cpp rename to Boards/m5stack-core2/Source/Configuration.cpp diff --git a/Boards/M5stackCore2/Source/devices/Display.cpp b/Boards/m5stack-core2/Source/devices/Display.cpp similarity index 100% rename from Boards/M5stackCore2/Source/devices/Display.cpp rename to Boards/m5stack-core2/Source/devices/Display.cpp diff --git a/Boards/M5stackCore2/Source/devices/Display.h b/Boards/m5stack-core2/Source/devices/Display.h similarity index 100% rename from Boards/M5stackCore2/Source/devices/Display.h rename to Boards/m5stack-core2/Source/devices/Display.h diff --git a/Boards/M5stackCore2/Source/devices/Power.cpp b/Boards/m5stack-core2/Source/devices/Power.cpp similarity index 100% rename from Boards/M5stackCore2/Source/devices/Power.cpp rename to Boards/m5stack-core2/Source/devices/Power.cpp diff --git a/Boards/M5stackCore2/Source/devices/Power.h b/Boards/m5stack-core2/Source/devices/Power.h similarity index 100% rename from Boards/M5stackCore2/Source/devices/Power.h rename to Boards/m5stack-core2/Source/devices/Power.h diff --git a/Boards/M5stackCore2/Source/devices/SdCard.cpp b/Boards/m5stack-core2/Source/devices/SdCard.cpp similarity index 100% rename from Boards/M5stackCore2/Source/devices/SdCard.cpp rename to Boards/m5stack-core2/Source/devices/SdCard.cpp diff --git a/Boards/M5stackCore2/Source/devices/SdCard.h b/Boards/m5stack-core2/Source/devices/SdCard.h similarity index 100% rename from Boards/M5stackCore2/Source/devices/SdCard.h rename to Boards/m5stack-core2/Source/devices/SdCard.h diff --git a/Boards/M5stackCoreS3/CMakeLists.txt b/Boards/m5stack-cores3/CMakeLists.txt similarity index 100% rename from Boards/M5stackCoreS3/CMakeLists.txt rename to Boards/m5stack-cores3/CMakeLists.txt diff --git a/Boards/M5stackCoreS3/README.md b/Boards/m5stack-cores3/README.md similarity index 100% rename from Boards/M5stackCoreS3/README.md rename to Boards/m5stack-cores3/README.md diff --git a/Boards/M5stackCoreS3/Source/Configuration.cpp b/Boards/m5stack-cores3/Source/Configuration.cpp similarity index 100% rename from Boards/M5stackCoreS3/Source/Configuration.cpp rename to Boards/m5stack-cores3/Source/Configuration.cpp diff --git a/Boards/M5stackCoreS3/Source/InitBoot.cpp b/Boards/m5stack-cores3/Source/InitBoot.cpp similarity index 100% rename from Boards/M5stackCoreS3/Source/InitBoot.cpp rename to Boards/m5stack-cores3/Source/InitBoot.cpp diff --git a/Boards/M5stackCoreS3/Source/InitBoot.h b/Boards/m5stack-cores3/Source/InitBoot.h similarity index 100% rename from Boards/M5stackCoreS3/Source/InitBoot.h rename to Boards/m5stack-cores3/Source/InitBoot.h diff --git a/Boards/M5stackCoreS3/Source/devices/Display.cpp b/Boards/m5stack-cores3/Source/devices/Display.cpp similarity index 100% rename from Boards/M5stackCoreS3/Source/devices/Display.cpp rename to Boards/m5stack-cores3/Source/devices/Display.cpp diff --git a/Boards/M5stackCoreS3/Source/devices/Display.h b/Boards/m5stack-cores3/Source/devices/Display.h similarity index 100% rename from Boards/M5stackCoreS3/Source/devices/Display.h rename to Boards/m5stack-cores3/Source/devices/Display.h diff --git a/Boards/M5stackCoreS3/Source/devices/SdCard.cpp b/Boards/m5stack-cores3/Source/devices/SdCard.cpp similarity index 100% rename from Boards/M5stackCoreS3/Source/devices/SdCard.cpp rename to Boards/m5stack-cores3/Source/devices/SdCard.cpp diff --git a/Boards/M5stackCoreS3/Source/devices/SdCard.h b/Boards/m5stack-cores3/Source/devices/SdCard.h similarity index 100% rename from Boards/M5stackCoreS3/Source/devices/SdCard.h rename to Boards/m5stack-cores3/Source/devices/SdCard.h diff --git a/Boards/M5stackStickCPlus/CMakeLists.txt b/Boards/m5stack-stickc-plus/CMakeLists.txt similarity index 100% rename from Boards/M5stackStickCPlus/CMakeLists.txt rename to Boards/m5stack-stickc-plus/CMakeLists.txt diff --git a/Boards/M5stackStickCPlus/README.md b/Boards/m5stack-stickc-plus/README.md similarity index 100% rename from Boards/M5stackStickCPlus/README.md rename to Boards/m5stack-stickc-plus/README.md diff --git a/Boards/M5stackStickCPlus/Source/Configuration.cpp b/Boards/m5stack-stickc-plus/Source/Configuration.cpp similarity index 100% rename from Boards/M5stackStickCPlus/Source/Configuration.cpp rename to Boards/m5stack-stickc-plus/Source/Configuration.cpp diff --git a/Boards/M5stackStickCPlus/Source/devices/Display.cpp b/Boards/m5stack-stickc-plus/Source/devices/Display.cpp similarity index 100% rename from Boards/M5stackStickCPlus/Source/devices/Display.cpp rename to Boards/m5stack-stickc-plus/Source/devices/Display.cpp diff --git a/Boards/M5stackStickCPlus/Source/devices/Display.h b/Boards/m5stack-stickc-plus/Source/devices/Display.h similarity index 100% rename from Boards/M5stackStickCPlus/Source/devices/Display.h rename to Boards/m5stack-stickc-plus/Source/devices/Display.h diff --git a/Boards/M5stackStickCPlus/Source/devices/Power.cpp b/Boards/m5stack-stickc-plus/Source/devices/Power.cpp similarity index 100% rename from Boards/M5stackStickCPlus/Source/devices/Power.cpp rename to Boards/m5stack-stickc-plus/Source/devices/Power.cpp diff --git a/Boards/M5stackStickCPlus/Source/devices/Power.h b/Boards/m5stack-stickc-plus/Source/devices/Power.h similarity index 100% rename from Boards/M5stackStickCPlus/Source/devices/Power.h rename to Boards/m5stack-stickc-plus/Source/devices/Power.h diff --git a/Boards/M5stackStickCPlus2/CMakeLists.txt b/Boards/m5stack-stickc-plus2/CMakeLists.txt similarity index 100% rename from Boards/M5stackStickCPlus2/CMakeLists.txt rename to Boards/m5stack-stickc-plus2/CMakeLists.txt diff --git a/Boards/M5stackStickCPlus2/README.md b/Boards/m5stack-stickc-plus2/README.md similarity index 100% rename from Boards/M5stackStickCPlus2/README.md rename to Boards/m5stack-stickc-plus2/README.md diff --git a/Boards/M5stackStickCPlus2/Source/Configuration.cpp b/Boards/m5stack-stickc-plus2/Source/Configuration.cpp similarity index 100% rename from Boards/M5stackStickCPlus2/Source/Configuration.cpp rename to Boards/m5stack-stickc-plus2/Source/Configuration.cpp diff --git a/Boards/M5stackStickCPlus2/Source/devices/Display.cpp b/Boards/m5stack-stickc-plus2/Source/devices/Display.cpp similarity index 100% rename from Boards/M5stackStickCPlus2/Source/devices/Display.cpp rename to Boards/m5stack-stickc-plus2/Source/devices/Display.cpp diff --git a/Boards/M5stackStickCPlus2/Source/devices/Display.h b/Boards/m5stack-stickc-plus2/Source/devices/Display.h similarity index 100% rename from Boards/M5stackStickCPlus2/Source/devices/Display.h rename to Boards/m5stack-stickc-plus2/Source/devices/Display.h diff --git a/Boards/Simulator/CMakeLists.txt b/Boards/simulator/CMakeLists.txt similarity index 100% rename from Boards/Simulator/CMakeLists.txt rename to Boards/simulator/CMakeLists.txt diff --git a/Boards/Simulator/Source/FreeRTOSConfig.h b/Boards/simulator/Source/FreeRTOSConfig.h similarity index 100% rename from Boards/Simulator/Source/FreeRTOSConfig.h rename to Boards/simulator/Source/FreeRTOSConfig.h diff --git a/Boards/Simulator/Source/LvglTask.cpp b/Boards/simulator/Source/LvglTask.cpp similarity index 100% rename from Boards/Simulator/Source/LvglTask.cpp rename to Boards/simulator/Source/LvglTask.cpp diff --git a/Boards/Simulator/Source/LvglTask.h b/Boards/simulator/Source/LvglTask.h similarity index 100% rename from Boards/Simulator/Source/LvglTask.h rename to Boards/simulator/Source/LvglTask.h diff --git a/Boards/Simulator/Source/Main.cpp b/Boards/simulator/Source/Main.cpp similarity index 100% rename from Boards/Simulator/Source/Main.cpp rename to Boards/simulator/Source/Main.cpp diff --git a/Boards/Simulator/Source/Main.h b/Boards/simulator/Source/Main.h similarity index 100% rename from Boards/Simulator/Source/Main.h rename to Boards/simulator/Source/Main.h diff --git a/Boards/Simulator/Source/Simulator.cpp b/Boards/simulator/Source/Simulator.cpp similarity index 100% rename from Boards/Simulator/Source/Simulator.cpp rename to Boards/simulator/Source/Simulator.cpp diff --git a/Boards/Simulator/Source/Simulator.h b/Boards/simulator/Source/Simulator.h similarity index 100% rename from Boards/Simulator/Source/Simulator.h rename to Boards/simulator/Source/Simulator.h diff --git a/Boards/Simulator/Source/hal/SdlDisplay.h b/Boards/simulator/Source/hal/SdlDisplay.h similarity index 100% rename from Boards/Simulator/Source/hal/SdlDisplay.h rename to Boards/simulator/Source/hal/SdlDisplay.h diff --git a/Boards/Simulator/Source/hal/SdlKeyboard.h b/Boards/simulator/Source/hal/SdlKeyboard.h similarity index 100% rename from Boards/Simulator/Source/hal/SdlKeyboard.h rename to Boards/simulator/Source/hal/SdlKeyboard.h diff --git a/Boards/Simulator/Source/hal/SdlTouch.h b/Boards/simulator/Source/hal/SdlTouch.h similarity index 100% rename from Boards/Simulator/Source/hal/SdlTouch.h rename to Boards/simulator/Source/hal/SdlTouch.h diff --git a/Boards/Simulator/Source/hal/SimulatorPower.cpp b/Boards/simulator/Source/hal/SimulatorPower.cpp similarity index 100% rename from Boards/Simulator/Source/hal/SimulatorPower.cpp rename to Boards/simulator/Source/hal/SimulatorPower.cpp diff --git a/Boards/Simulator/Source/hal/SimulatorPower.h b/Boards/simulator/Source/hal/SimulatorPower.h similarity index 100% rename from Boards/Simulator/Source/hal/SimulatorPower.h rename to Boards/simulator/Source/hal/SimulatorPower.h diff --git a/Boards/Simulator/Source/hal/SimulatorSdCard.h b/Boards/simulator/Source/hal/SimulatorSdCard.h similarity index 100% rename from Boards/Simulator/Source/hal/SimulatorSdCard.h rename to Boards/simulator/Source/hal/SimulatorSdCard.h diff --git a/Boards/UnPhone/CMakeLists.txt b/Boards/unphone/CMakeLists.txt similarity index 100% rename from Boards/UnPhone/CMakeLists.txt rename to Boards/unphone/CMakeLists.txt diff --git a/Boards/UnPhone/Source/Configuration.cpp b/Boards/unphone/Source/Configuration.cpp similarity index 100% rename from Boards/UnPhone/Source/Configuration.cpp rename to Boards/unphone/Source/Configuration.cpp diff --git a/Boards/UnPhone/Source/InitBoot.cpp b/Boards/unphone/Source/InitBoot.cpp similarity index 100% rename from Boards/UnPhone/Source/InitBoot.cpp rename to Boards/unphone/Source/InitBoot.cpp diff --git a/Boards/UnPhone/Source/UnPhoneFeatures.cpp b/Boards/unphone/Source/UnPhoneFeatures.cpp similarity index 100% rename from Boards/UnPhone/Source/UnPhoneFeatures.cpp rename to Boards/unphone/Source/UnPhoneFeatures.cpp diff --git a/Boards/UnPhone/Source/UnPhoneFeatures.h b/Boards/unphone/Source/UnPhoneFeatures.h similarity index 100% rename from Boards/UnPhone/Source/UnPhoneFeatures.h rename to Boards/unphone/Source/UnPhoneFeatures.h diff --git a/Boards/UnPhone/Source/devices/Hx8357Display.cpp b/Boards/unphone/Source/devices/Hx8357Display.cpp similarity index 100% rename from Boards/UnPhone/Source/devices/Hx8357Display.cpp rename to Boards/unphone/Source/devices/Hx8357Display.cpp diff --git a/Boards/UnPhone/Source/devices/Hx8357Display.h b/Boards/unphone/Source/devices/Hx8357Display.h similarity index 100% rename from Boards/UnPhone/Source/devices/Hx8357Display.h rename to Boards/unphone/Source/devices/Hx8357Display.h diff --git a/Boards/UnPhone/Source/devices/SdCard.cpp b/Boards/unphone/Source/devices/SdCard.cpp similarity index 100% rename from Boards/UnPhone/Source/devices/SdCard.cpp rename to Boards/unphone/Source/devices/SdCard.cpp diff --git a/Boards/UnPhone/Source/devices/SdCard.h b/Boards/unphone/Source/devices/SdCard.h similarity index 100% rename from Boards/UnPhone/Source/devices/SdCard.h rename to Boards/unphone/Source/devices/SdCard.h diff --git a/Boards/UnPhone/Source/devices/Touch.cpp b/Boards/unphone/Source/devices/Touch.cpp similarity index 100% rename from Boards/UnPhone/Source/devices/Touch.cpp rename to Boards/unphone/Source/devices/Touch.cpp diff --git a/Boards/UnPhone/Source/devices/Touch.h b/Boards/unphone/Source/devices/Touch.h similarity index 100% rename from Boards/UnPhone/Source/devices/Touch.h rename to Boards/unphone/Source/devices/Touch.h diff --git a/Boards/UnPhone/Source/hx8357/README.md b/Boards/unphone/Source/hx8357/README.md similarity index 100% rename from Boards/UnPhone/Source/hx8357/README.md rename to Boards/unphone/Source/hx8357/README.md diff --git a/Boards/UnPhone/Source/hx8357/disp_spi.c b/Boards/unphone/Source/hx8357/disp_spi.c similarity index 100% rename from Boards/UnPhone/Source/hx8357/disp_spi.c rename to Boards/unphone/Source/hx8357/disp_spi.c diff --git a/Boards/UnPhone/Source/hx8357/disp_spi.h b/Boards/unphone/Source/hx8357/disp_spi.h similarity index 100% rename from Boards/UnPhone/Source/hx8357/disp_spi.h rename to Boards/unphone/Source/hx8357/disp_spi.h diff --git a/Boards/UnPhone/Source/hx8357/hx8357.c b/Boards/unphone/Source/hx8357/hx8357.c similarity index 100% rename from Boards/UnPhone/Source/hx8357/hx8357.c rename to Boards/unphone/Source/hx8357/hx8357.c diff --git a/Boards/UnPhone/Source/hx8357/hx8357.h b/Boards/unphone/Source/hx8357/hx8357.h similarity index 100% rename from Boards/UnPhone/Source/hx8357/hx8357.h rename to Boards/unphone/Source/hx8357/hx8357.h diff --git a/Boards/UnPhone/Source/lvgl_spi_conf.h b/Boards/unphone/Source/lvgl_spi_conf.h similarity index 100% rename from Boards/UnPhone/Source/lvgl_spi_conf.h rename to Boards/unphone/Source/lvgl_spi_conf.h diff --git a/Boards/WaveshareS3Lcd13/CMakeLists.txt b/Boards/waveshare-s3-lcd-13/CMakeLists.txt similarity index 100% rename from Boards/WaveshareS3Lcd13/CMakeLists.txt rename to Boards/waveshare-s3-lcd-13/CMakeLists.txt diff --git a/Boards/WaveshareS3Lcd13/Source/Configuration.cpp b/Boards/waveshare-s3-lcd-13/Source/Configuration.cpp similarity index 100% rename from Boards/WaveshareS3Lcd13/Source/Configuration.cpp rename to Boards/waveshare-s3-lcd-13/Source/Configuration.cpp diff --git a/Boards/WaveshareS3Lcd13/Source/devices/Display.cpp b/Boards/waveshare-s3-lcd-13/Source/devices/Display.cpp similarity index 100% rename from Boards/WaveshareS3Lcd13/Source/devices/Display.cpp rename to Boards/waveshare-s3-lcd-13/Source/devices/Display.cpp diff --git a/Boards/WaveshareS3Lcd13/Source/devices/Display.h b/Boards/waveshare-s3-lcd-13/Source/devices/Display.h similarity index 100% rename from Boards/WaveshareS3Lcd13/Source/devices/Display.h rename to Boards/waveshare-s3-lcd-13/Source/devices/Display.h diff --git a/Boards/WaveshareS3Lcd13/Source/devices/SdCard.cpp b/Boards/waveshare-s3-lcd-13/Source/devices/SdCard.cpp similarity index 100% rename from Boards/WaveshareS3Lcd13/Source/devices/SdCard.cpp rename to Boards/waveshare-s3-lcd-13/Source/devices/SdCard.cpp diff --git a/Boards/WaveshareS3Lcd13/Source/devices/SdCard.h b/Boards/waveshare-s3-lcd-13/Source/devices/SdCard.h similarity index 100% rename from Boards/WaveshareS3Lcd13/Source/devices/SdCard.h rename to Boards/waveshare-s3-lcd-13/Source/devices/SdCard.h diff --git a/Boards/WaveshareS3TouchLcd128/CMakeLists.txt b/Boards/waveshare-s3-touch-lcd-128/CMakeLists.txt similarity index 100% rename from Boards/WaveshareS3TouchLcd128/CMakeLists.txt rename to Boards/waveshare-s3-touch-lcd-128/CMakeLists.txt diff --git a/Boards/WaveshareS3TouchLcd128/Source/Configuration.cpp b/Boards/waveshare-s3-touch-lcd-128/Source/Configuration.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd128/Source/Configuration.cpp rename to Boards/waveshare-s3-touch-lcd-128/Source/Configuration.cpp diff --git a/Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp b/Boards/waveshare-s3-touch-lcd-128/Source/devices/Display.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd128/Source/devices/Display.cpp rename to Boards/waveshare-s3-touch-lcd-128/Source/devices/Display.cpp diff --git a/Boards/WaveshareS3TouchLcd128/Source/devices/Display.h b/Boards/waveshare-s3-touch-lcd-128/Source/devices/Display.h similarity index 100% rename from Boards/WaveshareS3TouchLcd128/Source/devices/Display.h rename to Boards/waveshare-s3-touch-lcd-128/Source/devices/Display.h diff --git a/Boards/WaveshareS3TouchLcd128/Source/devices/SdCard.cpp b/Boards/waveshare-s3-touch-lcd-128/Source/devices/SdCard.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd128/Source/devices/SdCard.cpp rename to Boards/waveshare-s3-touch-lcd-128/Source/devices/SdCard.cpp diff --git a/Boards/WaveshareS3Touch43/Source/devices/SdCard.h b/Boards/waveshare-s3-touch-lcd-128/Source/devices/SdCard.h similarity index 100% rename from Boards/WaveshareS3Touch43/Source/devices/SdCard.h rename to Boards/waveshare-s3-touch-lcd-128/Source/devices/SdCard.h diff --git a/Boards/WaveshareS3TouchLcd147/CMakeLists.txt b/Boards/waveshare-s3-touch-lcd-147/CMakeLists.txt similarity index 100% rename from Boards/WaveshareS3TouchLcd147/CMakeLists.txt rename to Boards/waveshare-s3-touch-lcd-147/CMakeLists.txt diff --git a/Boards/WaveshareS3TouchLcd147/Source/Configuration.cpp b/Boards/waveshare-s3-touch-lcd-147/Source/Configuration.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/Configuration.cpp rename to Boards/waveshare-s3-touch-lcd-147/Source/Configuration.cpp diff --git a/Boards/WaveshareS3TouchLcd147/Source/Init.cpp b/Boards/waveshare-s3-touch-lcd-147/Source/Init.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/Init.cpp rename to Boards/waveshare-s3-touch-lcd-147/Source/Init.cpp diff --git a/Boards/WaveshareS3TouchLcd147/Source/devices/Axs5106Touch.cpp b/Boards/waveshare-s3-touch-lcd-147/Source/devices/Axs5106Touch.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/devices/Axs5106Touch.cpp rename to Boards/waveshare-s3-touch-lcd-147/Source/devices/Axs5106Touch.cpp diff --git a/Boards/WaveshareS3TouchLcd147/Source/devices/Axs5106Touch.h b/Boards/waveshare-s3-touch-lcd-147/Source/devices/Axs5106Touch.h similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/devices/Axs5106Touch.h rename to Boards/waveshare-s3-touch-lcd-147/Source/devices/Axs5106Touch.h diff --git a/Boards/WaveshareS3TouchLcd147/Source/devices/Display.cpp b/Boards/waveshare-s3-touch-lcd-147/Source/devices/Display.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/devices/Display.cpp rename to Boards/waveshare-s3-touch-lcd-147/Source/devices/Display.cpp diff --git a/Boards/WaveshareS3TouchLcd147/Source/devices/Display.h b/Boards/waveshare-s3-touch-lcd-147/Source/devices/Display.h similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/devices/Display.h rename to Boards/waveshare-s3-touch-lcd-147/Source/devices/Display.h diff --git a/Boards/WaveshareS3TouchLcd147/Source/devices/Jd9853Display.cpp b/Boards/waveshare-s3-touch-lcd-147/Source/devices/Jd9853Display.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/devices/Jd9853Display.cpp rename to Boards/waveshare-s3-touch-lcd-147/Source/devices/Jd9853Display.cpp diff --git a/Boards/WaveshareS3TouchLcd147/Source/devices/Jd9853Display.h b/Boards/waveshare-s3-touch-lcd-147/Source/devices/Jd9853Display.h similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/devices/Jd9853Display.h rename to Boards/waveshare-s3-touch-lcd-147/Source/devices/Jd9853Display.h diff --git a/Boards/WaveshareS3TouchLcd147/Source/devices/Sdcard.cpp b/Boards/waveshare-s3-touch-lcd-147/Source/devices/Sdcard.cpp similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/devices/Sdcard.cpp rename to Boards/waveshare-s3-touch-lcd-147/Source/devices/Sdcard.cpp diff --git a/Boards/WaveshareS3TouchLcd147/Source/devices/Sdcard.h b/Boards/waveshare-s3-touch-lcd-147/Source/devices/Sdcard.h similarity index 100% rename from Boards/WaveshareS3TouchLcd147/Source/devices/Sdcard.h rename to Boards/waveshare-s3-touch-lcd-147/Source/devices/Sdcard.h diff --git a/Boards/WaveshareS3Touch43/CMakeLists.txt b/Boards/waveshare-s3-touch-lcd-43/CMakeLists.txt similarity index 100% rename from Boards/WaveshareS3Touch43/CMakeLists.txt rename to Boards/waveshare-s3-touch-lcd-43/CMakeLists.txt diff --git a/Boards/WaveshareS3Touch43/Source/Configuration.cpp b/Boards/waveshare-s3-touch-lcd-43/Source/Configuration.cpp similarity index 100% rename from Boards/WaveshareS3Touch43/Source/Configuration.cpp rename to Boards/waveshare-s3-touch-lcd-43/Source/Configuration.cpp diff --git a/Boards/WaveshareS3Touch43/Source/devices/Display.cpp b/Boards/waveshare-s3-touch-lcd-43/Source/devices/Display.cpp similarity index 100% rename from Boards/WaveshareS3Touch43/Source/devices/Display.cpp rename to Boards/waveshare-s3-touch-lcd-43/Source/devices/Display.cpp diff --git a/Boards/WaveshareS3Touch43/Source/devices/Display.h b/Boards/waveshare-s3-touch-lcd-43/Source/devices/Display.h similarity index 100% rename from Boards/WaveshareS3Touch43/Source/devices/Display.h rename to Boards/waveshare-s3-touch-lcd-43/Source/devices/Display.h diff --git a/Boards/WaveshareS3Touch43/Source/devices/SdCard.cpp b/Boards/waveshare-s3-touch-lcd-43/Source/devices/SdCard.cpp similarity index 100% rename from Boards/WaveshareS3Touch43/Source/devices/SdCard.cpp rename to Boards/waveshare-s3-touch-lcd-43/Source/devices/SdCard.cpp diff --git a/Boards/WaveshareS3TouchLcd128/Source/devices/SdCard.h b/Boards/waveshare-s3-touch-lcd-43/Source/devices/SdCard.h similarity index 100% rename from Boards/WaveshareS3TouchLcd128/Source/devices/SdCard.h rename to Boards/waveshare-s3-touch-lcd-43/Source/devices/SdCard.h diff --git a/Buildscripts/board.cmake b/Buildscripts/board.cmake index d20e00a8..d391bfc2 100644 --- a/Buildscripts/board.cmake +++ b/Buildscripts/board.cmake @@ -20,76 +20,8 @@ function(INIT_TACTILITY_GLOBALS SDKCONFIG_FILE) math(EXPR id_length "${sdkconfig_board_id_length} - 21") string(SUBSTRING ${sdkconfig_board_id} 20 ${id_length} board_id) message("Board name: ${Cyan}${board_id}${ColorReset}") - - if (board_id STREQUAL "cyd-2432s024c") - set(TACTILITY_BOARD_PROJECT CYD-2432S024C) - elseif (board_id STREQUAL "cyd-2432s028r") - set(TACTILITY_BOARD_PROJECT CYD-2432S028R) - elseif (board_id STREQUAL "cyd-2432s028rv3") - set(TACTILITY_BOARD_PROJECT CYD-2432S028RV3) - elseif (board_id STREQUAL "cyd-e32r28t") - set(TACTILITY_BOARD_PROJECT CYD-E32R28T) - elseif (board_id STREQUAL "cyd-e32r32p") - set(TACTILITY_BOARD_PROJECT CYD-E32R32P) - elseif (board_id STREQUAL "cyd-2432s032c") - set(TACTILITY_BOARD_PROJECT CYD-2432S032C) - elseif (board_id STREQUAL "cyd-4848s040c") - set(TACTILITY_BOARD_PROJECT CYD-4848S040C) - elseif (board_id STREQUAL "cyd-8048s043c") - set(TACTILITY_BOARD_PROJECT CYD-8048S043C) - elseif (board_id STREQUAL "cyd-jc2432w328c") - set(TACTILITY_BOARD_PROJECT CYD-JC2432W328C) - elseif (board_id STREQUAL "cyd-jc8048w550c") - set(TACTILITY_BOARD_PROJECT CYD-JC8048W550C) - elseif (board_id STREQUAL "elecrow-crowpanel-advance-28") - set(TACTILITY_BOARD_PROJECT ElecrowCrowpanelAdvance28) - elseif (board_id STREQUAL "elecrow-crowpanel-advance-35") - set(TACTILITY_BOARD_PROJECT ElecrowCrowpanelAdvance35) - elseif (board_id STREQUAL "elecrow-crowpanel-advance-50") - set(TACTILITY_BOARD_PROJECT ElecrowCrowpanelAdvance50) - elseif (board_id STREQUAL "elecrow-crowpanel-basic-28") - set(TACTILITY_BOARD_PROJECT ElecrowCrowpanelBasic28) - elseif (board_id STREQUAL "elecrow-crowpanel-basic-35") - set(TACTILITY_BOARD_PROJECT ElecrowCrowpanelBasic35) - elseif (board_id STREQUAL "elecrow-crowpanel-basic-50") - set(TACTILITY_BOARD_PROJECT ElecrowCrowpanelBasic50) - elseif (board_id STREQUAL "lilygo-tdeck") - set(TACTILITY_BOARD_PROJECT LilygoTdeck) - elseif (board_id STREQUAL "lilygo-tdongle-s3") - set(TACTILITY_BOARD_PROJECT LilygoTdongleS3) - elseif (board_id STREQUAL "lilygo-tlora-pager") - set(TACTILITY_BOARD_PROJECT LilygoTLoraPager) - elseif (board_id STREQUAL "m5stack-cardputer") - set(TACTILITY_BOARD_PROJECT M5stackCardputer) - elseif (board_id STREQUAL "m5stack-cardputer-adv") - set(TACTILITY_BOARD_PROJECT M5stackCardputerAdv) - elseif (board_id STREQUAL "m5stack-core2") - set(TACTILITY_BOARD_PROJECT M5stackCore2) - elseif (board_id STREQUAL "m5stack-cores3") - set(TACTILITY_BOARD_PROJECT M5stackCoreS3) - elseif (board_id STREQUAL "m5stack-stickc-plus") - set(TACTILITY_BOARD_PROJECT M5stackStickCPlus) - elseif (board_id STREQUAL "m5stack-stickc-plus2") - set(TACTILITY_BOARD_PROJECT M5stackStickCPlus2) - elseif (board_id STREQUAL "unphone") - set(TACTILITY_BOARD_PROJECT UnPhone) - elseif (board_id STREQUAL "waveshare-s3-touch-43") - set(TACTILITY_BOARD_PROJECT WaveshareS3Touch43) - elseif (board_id STREQUAL "waveshare-s3-touch-lcd-147") - set(TACTILITY_BOARD_PROJECT WaveshareS3TouchLcd147) - elseif (board_id STREQUAL "waveshare-s3-touch-lcd-128") - set(TACTILITY_BOARD_PROJECT WaveshareS3TouchLcd128) - elseif (board_id STREQUAL "waveshare-s3-lcd-13") - set(TACTILITY_BOARD_PROJECT WaveshareS3Lcd13) - else () - set(TACTILITY_BOARD_PROJECT "") - endif () - - if (TACTILITY_BOARD_PROJECT STREQUAL "") - message(FATAL_ERROR "No subproject mapped to \"${TACTILITY_BOARD_ID}\" in root Buildscripts/board.cmake") - else () - message("Board path: ${Cyan}Boards/${TACTILITY_BOARD_PROJECT}${ColorReset}\n") - set_property(GLOBAL PROPERTY TACTILITY_BOARD_PROJECT ${TACTILITY_BOARD_PROJECT}) - set_property(GLOBAL PROPERTY TACTILITY_BOARD_ID ${board_id}) - endif () + set(TACTILITY_BOARD_PROJECT ${board_id}) + message("Board path: ${Cyan}Boards/${TACTILITY_BOARD_PROJECT}${ColorReset}\n") + set_property(GLOBAL PROPERTY TACTILITY_BOARD_PROJECT ${TACTILITY_BOARD_PROJECT}) + set_property(GLOBAL PROPERTY TACTILITY_BOARD_ID ${board_id}) endfunction() diff --git a/CMakeLists.txt b/CMakeLists.txt index 149c2773..5b2e4d8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,12 +70,12 @@ project(Tactility) if (NOT DEFINED ENV{ESP_IDF_VERSION}) add_subdirectory(Tactility) add_subdirectory(TactilityCore) - add_subdirectory(Boards/Simulator) + add_subdirectory(Boards/simulator) endif () if (NOT DEFINED ENV{ESP_IDF_VERSION}) # FreeRTOS - set(FREERTOS_CONFIG_FILE_DIRECTORY ${PROJECT_SOURCE_DIR}/Boards/Simulator/Source CACHE STRING "") + set(FREERTOS_CONFIG_FILE_DIRECTORY ${PROJECT_SOURCE_DIR}/Boards/simulator/Source CACHE STRING "") set(FREERTOS_PORT GCC_POSIX CACHE STRING "") add_subdirectory(Libraries/cJSON) @@ -86,7 +86,7 @@ if (NOT DEFINED ENV{ESP_IDF_VERSION}) add_subdirectory(Libraries/minmea) target_compile_definitions(freertos_kernel PUBLIC "projCOVERAGE_TEST=0") target_include_directories(freertos_kernel - PUBLIC Boards/Simulator/Source # for FreeRTOSConfig.h + PUBLIC Boards/simulator/Source # for FreeRTOSConfig.h ) # EmbedTLS diff --git a/Documentation/ideas.md b/Documentation/ideas.md index 35d70579..852392a9 100644 --- a/Documentation/ideas.md +++ b/Documentation/ideas.md @@ -27,6 +27,7 @@ ## Medium Priority +- Create PwmRgbLedDevice class and implement it for all CYD boards - TactilityTool: Make API compatibility table (and check for compatibility in the tool itself) - Improve EspLcdDisplay to contain all the standard configuration options, and implement a default init function. Add a configuration class. - Statusbar icon that shows low/critical memory warnings diff --git a/sdkconfig.board.waveshare-s3-touch-43 b/sdkconfig.board.waveshare-s3-touch-lcd-43 similarity index 97% rename from sdkconfig.board.waveshare-s3-touch-43 rename to sdkconfig.board.waveshare-s3-touch-lcd-43 index 6f1ce1ab..39ba4d27 100644 --- a/sdkconfig.board.waveshare-s3-touch-43 +++ b/sdkconfig.board.waveshare-s3-touch-lcd-43 @@ -37,7 +37,7 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions-4mb.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions-4mb.csv" CONFIG_TT_BOARD_WAVESHARE_S3_TOUCH_43=y CONFIG_TT_BOARD_NAME="Waveshare ESP32 S3 Touch LCD 4.3" -CONFIG_TT_BOARD_ID="waveshare-s3-touch-43" +CONFIG_TT_BOARD_ID="waveshare-s3-touch-lcd-43" CONFIG_IDF_EXPERIMENTAL_FEATURES=y CONFIG_IDF_TARGET="esp32s3" CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y