Skip to content

Commit

Permalink
update M5Core2 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Dec 18, 2023
1 parent bd527e1 commit d5c653e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Thanks for all the open source.
|-|-|--|
|[esp-idf](https://docs.espressif.com/projects/esp-idf/en/release-v4.4/esp32/get-started/index.html)|`v4.4.6`|BSD License|
|[arduino-esp32](https://github.com/espressif/arduino-esp32)|`2.0.14`|LGPL-2.1 License|
|[M5Core2](https://github.com/m5stack/M5Core2)|`0.1.6`|MIT License|
|[M5Core2](https://github.com/m5stack/M5Core2)|`0.1.8`|MIT License|
|[M5EPD](https://github.com/m5stack/M5EPD)|`0.1.5`|MIT License|
|[lwgps](https://github.com/MaJerle/lwgps)|`v2.1.0`|MIT License|
|[Wasm3](https://github.com/wasm3/wasm3)|master(`045040a9`)|MIT License|
Expand Down
10 changes: 9 additions & 1 deletion components/m5stack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ set(INCLUDEDIRS
)

set(SRCS
M5Core2/src/INA3221.cpp
M5Core2/src/Fonts/Font32rle.c
M5Core2/src/Fonts/Font64rle.c
M5Core2/src/Fonts/Font7srle.c
M5Core2/src/Fonts/Font16.c
M5Core2/src/Fonts/Font72rle.c
M5Core2/src/Fonts/glcdfont.c
M5Core2/src/AXP.cpp
M5Core2/src/M5Display.cpp
M5Core2/src/M5Core2.cpp
M5Core2/src/utility/quaternionFilters.cpp
Expand All @@ -34,9 +36,10 @@ set(SRCS
M5Core2/src/utility/PointAndZone.cpp
M5Core2/src/utility/MPU6886.cpp
M5Core2/src/RTC.cpp
M5Core2/src/Speaker.cpp
M5Core2/src/AXP2101.cpp
M5Core2/src/M5Touch.cpp
M5Core2/src/AXP192.cpp
M5Core2/src/Speaker.cpp
# FreeType
M5EPD/src/font_render.c
M5EPD/src/ffsupport.cpp
Expand Down Expand Up @@ -126,3 +129,8 @@ set_source_files_properties(M5Core2/src/utility/Sprite.cpp
PROPERTIES COMPILE_FLAGS
-Wno-error=comment
)

set_source_files_properties(M5Core2/src/INA3221.cpp
PROPERTIES
COMPILE_FLAGS "-Wno-error=switch -Wno-error=maybe-uninitialized"
)
2 changes: 1 addition & 1 deletion components/m5stack/M5Core2
Submodule M5Core2 updated 213 files

0 comments on commit d5c653e

Please # to comment.