mirror of
https://github.com/Fishwaldo/ESP32-Chimera-Core.git
synced 2025-03-16 11:51:38 +00:00
Preparing 0.2.9
This commit is contained in:
parent
42b25a2a1f
commit
1024c4afa2
3 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,8 @@
|
|||
set(COMPONENT_SRCDIRS "src" "src/utility" "src/Fonts")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "src")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "src" "$ENV{IDF_PATH}/components/bt/bluedroid/api/include/api")
|
||||
list(APPEND COMPONENT_REQUIRES "arduino")
|
||||
|
||||
|
||||
register_component()
|
||||
|
||||
|
||||
|
@ -15,5 +16,5 @@ if(CONFIG_M5STACK_FIRE)
|
|||
list(APPEND DEFINITIONS "M5STACK_FIRE")
|
||||
endif(CONFIG_M5STACK_FIRE)
|
||||
|
||||
target_compile_definitions(${COMPONENT_TARGET} PUBLIC ${DEFINITIONS})
|
||||
target_compile_definitions(${COMPONENT_NAME} PUBLIC ${DEFINITIONS})
|
||||
|
||||
|
|
10
library.json
10
library.json
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "M5Stack",
|
||||
"description": "An ESP32 Arduino board",
|
||||
"keywords": "M5Stack",
|
||||
"keywords": "M5Stack Odroid-Go ttgo-ts",
|
||||
"authors": {
|
||||
"name": "Zibin, M5Stack",
|
||||
"url": "http://www.m5stack.com"
|
||||
"name": "ESP32-Chimera-Core, a clone of M5Stack-core",
|
||||
"url": "https://github.com/tobozo/ESP32-Chimera-Core"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/m5stack/m5stack.git"
|
||||
"url": "https://github.com/tobozo/ESP32-Chimera-Core.git"
|
||||
},
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.9",
|
||||
"framework": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
name=M5Stack
|
||||
version=0.2.7
|
||||
version=0.2.9
|
||||
author=M5Stack
|
||||
maintainer=Zibin Zheng <bin@m5stack.com>
|
||||
maintainer=Lovyan03 & Tobozo
|
||||
sentence=Library for M5Stack Core development kit
|
||||
paragraph=See more on http://M5Stack.com
|
||||
paragraph=See more on https://github.com/tobozo/ESP32-Chimera-Core
|
||||
category=Device Control
|
||||
url=https://github.com/m5stack/m5stack
|
||||
url=https://github.com/tobozo/ESP32-Chimera-Core
|
||||
architectures=esp32
|
||||
includes=M5Stack.h
|
||||
|
|
Loading…
Add table
Reference in a new issue