acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

SConscript (192B)

      1 # RT-Thread building script for bridge
      2 
      3 import os
      4 from building import *
      5 
      6 objs = []
      7 cwd  = GetCurrentDir()
      8 
      9 objs = objs + SConscript(cwd + '/env_support/rt-thread/SConscript')
     10 
     11 Return('objs')