Remove -Wimplicit-fallthrough=0 option which is not recognized on older gcc compiler Freeze async_utils.py on the unix port. Need to build the 'dev' variant in order to use uasyncio in unix Update bindings with ili9xxx fixes and uasyncio example
6 lines
284 B
Python
6 lines
284 B
Python
freeze_as_mpy('$(MPY_DIR)/tools', 'upip.py')
|
|
freeze_as_mpy('$(MPY_DIR)/tools', 'upip_utarfile.py', opt=3)
|
|
freeze('$(MPY_DIR)/lib/lv_bindings/driver/linux', 'evdev.py')
|
|
freeze('$(MPY_DIR)/lib/lv_bindings/lib', 'lv_colors.py')
|
|
freeze('$(MPY_DIR)/lib/lv_bindings/lib', 'async_utils.py')
|