Add lvgl_8.1.0 support for raspberry_pi pico

This commit is contained in:
Rbb666
2022-01-12 18:56:35 +08:00
parent ea9c6c94e0
commit 814c15cdbc
19 changed files with 915 additions and 7 deletions

View File

@@ -27,5 +27,7 @@ Export('rtconfig')
# prepare building environment
objs = PrepareBuilding(env, RTT_ROOT)
objs.extend(SConscript(os.path.join(os.getcwd(), 'board', 'ports', 'SConscript')))
# make a building
DoBuilding(TARGET, objs)