On branch fix-issue-56 improve-61 #77
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit introduce multiple improvements:
Changes to be committed:
new file: .gitignore
new file: CMakeLists.txt
new file: esp32p4_components/bsp_extra/CMakeLists.txt
new file: esp32p4_components/bsp_extra/Kconfig
new file: esp32p4_components/bsp_extra/LICENSE
new file: esp32p4_components/bsp_extra/idf_component.yml
new file: esp32p4_components/bsp_extra/include/bsp_board_extra.h
new file: esp32p4_components/bsp_extra/src/bsp_board_extra.c
new file: main/BAT_Driver/BAT_Driver.c
new file: main/BAT_Driver/BAT_Driver.h
new file: main/Buzzer/Buzzer.c
new file: main/Buzzer/Buzzer.h
modified: main/CMakeLists.txt
new file: main/EXIO/TCA9554PWR.c
new file: main/EXIO/TCA9554PWR.h
new file: main/I2C_Driver/I2C_Driver.c
new file: main/I2C_Driver/I2C_Driver.h
new file: main/LCD_Driver/JD9365_34.c
new file: main/LCD_Driver/JD9365_34.h
new file: main/LVGL_Driver/LVGL_Driver.h
new file: main/LVGL_UI/LVGL_Example.c
new file: main/LVGL_UI/LVGL_Example.h
new file: main/PCF85063/PCF85063.c
new file: main/PCF85063/PCF85063.h
modified: main/RB/RB02.c
new file: main/SD_Card/SD_MMC.c
new file: main/SD_Card/SD_MMC.h
new file: main/Wireless/Wireless.c
new file: main/Wireless/Wireless.h
new file: main/idf_component.yml
modified: sdkconfig.defaults
new file: sdkconfig.defaults.esp32p4
new file: sdkconfig.defaults.esp32s3
The MiNuS