mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
minor updates and fixes
This commit is contained in:
parent
af18b3b98e
commit
a1dbcafc32
@ -210,7 +210,15 @@
|
||||
|
||||
<component Cgroup="PikaScript" Csub="PikaStdLib" Cversion="1.10.6" condition="Kernel">
|
||||
<description>The standard library for PikaScript</description>
|
||||
<Pre_Include_Local_Component_h>
|
||||
|
||||
#include "RTE_Components.h"
|
||||
#if !((defined(LV_USE_PIKASCRIPT_BINDING) && LV_USE_PIKASCRIPT_BINDING) || (defined(PIKA_USE_LVGL_BINDING) && PIKA_USE_LVGL_BINDING))
|
||||
# define PIKA_MODULE_PIKA_LVGL_DISABLE 1
|
||||
#endif
|
||||
</Pre_Include_Local_Component_h>
|
||||
<files>
|
||||
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/PikaStdLib/PikaDebuger_Debuger.c" />
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/PikaStdLib/PikaStdData_ByteArray.c" />
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/PikaStdLib/PikaStdData_Dict.c" />
|
||||
@ -274,7 +282,6 @@
|
||||
<file attr="config" category="header" name="pikascript-api/pika_lvgl_table.h" />
|
||||
<file attr="config" category="header" name="pikascript-api/pika_lvgl_textarea.h" />
|
||||
|
||||
<file attr="config" category="sourceC" name="__pikaBindingLVGLDefault.c" version="0.2.0" />
|
||||
</files>
|
||||
</component>
|
||||
|
||||
@ -290,7 +297,14 @@
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/pika_lvgl/pika_lv_timer_t.c" condition="NO_LVGL_Pack" />
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/pika_lvgl/pika_lv_wegit.c" condition="NO_LVGL_Pack" />
|
||||
|
||||
|
||||
</files>
|
||||
|
||||
<RTE_Components_h>
|
||||
|
||||
/*! \brief enable PikaScrit Binding */
|
||||
#define PIKA_USE_LVGL_BINDING 1
|
||||
</RTE_Components_h>
|
||||
</component>
|
||||
|
||||
</bundle>
|
||||
|
@ -210,7 +210,15 @@
|
||||
|
||||
<component Cgroup="PikaScript" Csub="PikaStdLib" Cversion="1.10.6" condition="Kernel">
|
||||
<description>The standard library for PikaScript</description>
|
||||
<Pre_Include_Local_Component_h>
|
||||
|
||||
#include "RTE_Components.h"
|
||||
#if !((defined(LV_USE_PIKASCRIPT_BINDING) && LV_USE_PIKASCRIPT_BINDING) || (defined(PIKA_USE_LVGL_BINDING) && PIKA_USE_LVGL_BINDING))
|
||||
# define PIKA_MODULE_PIKA_LVGL_DISABLE 1
|
||||
#endif
|
||||
</Pre_Include_Local_Component_h>
|
||||
<files>
|
||||
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/PikaStdLib/PikaDebuger_Debuger.c" />
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/PikaStdLib/PikaStdData_ByteArray.c" />
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/PikaStdLib/PikaStdData_Dict.c" />
|
||||
@ -274,7 +282,6 @@
|
||||
<file attr="config" category="header" name="pikascript-api/pika_lvgl_table.h" />
|
||||
<file attr="config" category="header" name="pikascript-api/pika_lvgl_textarea.h" />
|
||||
|
||||
<file attr="config" category="sourceC" name="__pikaBindingLVGLDefault.c" version="0.2.0" />
|
||||
</files>
|
||||
</component>
|
||||
|
||||
@ -290,7 +297,14 @@
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/pika_lvgl/pika_lv_timer_t.c" condition="NO_LVGL_Pack" />
|
||||
<file attr="config" category="sourceC" name="pikascript-lib/pika_lvgl/pika_lv_wegit.c" condition="NO_LVGL_Pack" />
|
||||
|
||||
|
||||
</files>
|
||||
|
||||
<RTE_Components_h>
|
||||
|
||||
/*! \brief enable PikaScrit Binding */
|
||||
#define PIKA_USE_LVGL_BINDING 1
|
||||
</RTE_Components_h>
|
||||
</component>
|
||||
|
||||
</bundle>
|
||||
|
@ -171,14 +171,14 @@
|
||||
|
||||
<component Cgroup="PikaScript" Csub="PikaStdLib" Cversion="@VERSION" condition="Kernel">
|
||||
<description>The standard library for PikaScript</description>
|
||||
<files>
|
||||
<Pre_Include_Local_Component_h>
|
||||
<Pre_Include_Local_Component_h>
|
||||
|
||||
#include "RTE_Components.h"
|
||||
#if !((defined(LV_USE_PIKASCRIPT_BINDING) && LV_USE_PIKASCRIPT_BINDING) || (defined(PIKA_USE_LVGL_BINDING) && PIKA_USE_LVGL_BINDING))
|
||||
#if !((defined(LV_USE_PIKASCRIPT_BINDING) && LV_USE_PIKASCRIPT_BINDING) || (defined(PIKA_USE_LVGL_BINDING) && PIKA_USE_LVGL_BINDING))
|
||||
# define PIKA_MODULE_PIKA_LVGL_DISABLE 1
|
||||
#endif
|
||||
</Pre_Include_Local_Component_h>
|
||||
</Pre_Include_Local_Component_h>
|
||||
<files>
|
||||
|
||||
@LIB
|
||||
</files>
|
||||
@ -189,13 +189,13 @@
|
||||
<files>
|
||||
@LVGL_LIB
|
||||
|
||||
<RTE_Components_h>
|
||||
</files>
|
||||
|
||||
<RTE_Components_h>
|
||||
|
||||
/*! \brief enable PikaScrit Binding */
|
||||
#define PIKA_USE_LVGL_BINDING 1
|
||||
</RTE_Components_h>
|
||||
|
||||
</files>
|
||||
</RTE_Components_h>
|
||||
</component>
|
||||
|
||||
</bundle>
|
||||
|
@ -58,7 +58,6 @@ PACK_BASE_FILES="
|
||||
main.py
|
||||
__pika_ooc.h
|
||||
pikaBeforBuild-keil.bat
|
||||
__pikaBindingLVGLDefault.c
|
||||
clean.bat
|
||||
../../../LICENSE
|
||||
../../../README.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user