20200510 之前未提交

This commit is contained in:
chinky 2020-05-10 09:19:08 +08:00
parent 4476f139a2
commit a890b04673
6 changed files with 27 additions and 0 deletions

5
.config Normal file
View File

@ -0,0 +1,5 @@
#
# Automatically generated file; DO NOT EDIT.
# RootMenu
#
# CONFIG_PKG_USING_TOMLC99 is not set

12
packages/SConscript Normal file
View File

@ -0,0 +1,12 @@
import os
from building import *
objs = []
cwd = GetCurrentDir()
list = os.listdir(cwd)
for item in list:
if os.path.isfile(os.path.join(cwd, item, 'SConscript')):
objs = objs + SConscript(os.path.join(item, 'SConscript'))
Return('objs')

BIN
packages/packages.dbsqlite Normal file

Binary file not shown.

1
packages/pkgs.json Normal file
View File

@ -0,0 +1 @@
[]

1
packages/pkgs_error.json Normal file
View File

@ -0,0 +1 @@
[]

8
rtconfig.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef RT_CONFIG_H__
#define RT_CONFIG_H__
/* Automatically generated file; DO NOT EDIT. */
/* RootMenu */
#endif