mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
Merge branch 'master' of https://gitee.com/lyon1998/pikascript
This commit is contained in:
commit
c63493050d
@ -1,33 +0,0 @@
|
||||
[LocalizedFileNames]
|
||||
main.c=@main.c,0
|
||||
key_exti.c=@key_exti.c,0
|
||||
uart.c=@uart.c,0
|
||||
share.c=@share.c,0
|
||||
relay.c=@relay.c,0
|
||||
led.c=@led.c,0
|
||||
key_poll.c=@key_poll.c,0
|
||||
cm32m101a_it.c=@cm32m101a_it.c,0
|
||||
system_cm32m101a.c=@system_cm32m101a.c,0
|
||||
key_exti.h=@key_exti.h,0
|
||||
uart.h=@uart.h,0
|
||||
relay.h=@relay.h,0
|
||||
key_poll.h=@key_poll.h,0
|
||||
led.h=@led.h,0
|
||||
share.h=@share.h,0
|
||||
cm32m101a_it.h=@cm32m101a_it.h,0
|
||||
main.h=@main.h,0
|
||||
cm32m101a.h=@cm32m101a.h,0
|
||||
cm32m101a_conf.h=@cm32m101a_conf.h,0
|
||||
system_cm32m101a.h=@system_cm32m101a.h,0
|
||||
core_cm4.h=@core_cm4.h,0
|
||||
mpu_armv7.h=@mpu_armv7.h,0
|
||||
cmsis_gcc.h=@cmsis_gcc.h,0
|
||||
cmsis_iccarm.h=@cmsis_iccarm.h,0
|
||||
cmsis_version.h=@cmsis_version.h,0
|
||||
arm_math.h=@arm_math.h,0
|
||||
cmsis_armcc.h=@cmsis_armcc.h,0
|
||||
cmsis_armclang.h=@cmsis_armclang.h,0
|
||||
cmsis_compiler.h=@cmsis_compiler.h,0
|
||||
arm_common_tables.h=@arm_common_tables.h,0
|
||||
arm_const_structs.h=@arm_const_structs.h,0
|
||||
startup_cm32m101a.s=@startup_cm32m101a.s,0
|
13
port/rt-thread/main.py
Normal file
13
port/rt-thread/main.py
Normal file
@ -0,0 +1,13 @@
|
||||
import PikaStdLib
|
||||
|
||||
print('hello PikaScript!')
|
||||
|
||||
mem = PikaStdLib.MemChecker()
|
||||
|
||||
print('mem used max:')
|
||||
mem.max()
|
||||
|
||||
i = 0
|
||||
while i < 100:
|
||||
i = i + 1
|
||||
print(i)
|
BIN
port/rt-thread/pikaPackage.exe
Normal file
BIN
port/rt-thread/pikaPackage.exe
Normal file
Binary file not shown.
2
port/rt-thread/requestment.txt
Normal file
2
port/rt-thread/requestment.txt
Normal file
@ -0,0 +1,2 @@
|
||||
pikascript-core==v1.1.3
|
||||
PikaStdLib==v1.1.0
|
Loading…
x
Reference in New Issue
Block a user