feat(Ubiquitous/RT_Thread): port micropython on RT-Thread for aiit-board

This commit is contained in:
yangtuo250
2022-03-10 16:22:44 +08:00
parent 73d10380ea
commit f83f073fa0
434 changed files with 94105 additions and 111 deletions
@@ -0,0 +1,4 @@
import ffi
show = ffi.func("v", "native_module_show", "s")
add = ffi.func("i", "native_module_add", "ii")