update user module to 2021autumn version

This commit is contained in:
zhanghx0905 2021-11-19 18:50:59 +08:00
parent 92d9170fca
commit b03d06c330
29 changed files with 964 additions and 78 deletions

View file

@ -5,7 +5,7 @@ step = 0x20000
linker = 'src/linker.ld'
app_id = 0
apps = os.listdir('src/bin')
apps = os.listdir('build/app')
apps.sort()
for app in apps:
app = app[:app.find('.')]