Amir Gonnen 0c86f69aca uasyncio fixes
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
2021-02-27 02:14:36 +02:00

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')