2020-09-11 16:47:29 +10:00
|
|
|
# base modules
|
2020-03-22 23:16:37 +11:00
|
|
|
include("$(PORT_DIR)/boards/manifest.py")
|
2020-09-11 16:47:29 +10:00
|
|
|
|
|
|
|
|
# uasyncio
|
2020-03-22 23:16:37 +11:00
|
|
|
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
|
2020-09-11 16:47:29 +10:00
|
|
|
|
|
|
|
|
# drivers
|
|
|
|
|
freeze("$(MPY_DIR)/drivers/display", "ssd1306.py")
|
|
|
|
|
|
2022-08-10 22:53:39 +10:00
|
|
|
# micropython-lib: file utilities
|
|
|
|
|
freeze("$(MPY_LIB_DIR)/micropython/upysh", "upysh.py")
|
2020-09-11 16:47:29 +10:00
|
|
|
|
2022-08-10 22:53:39 +10:00
|
|
|
# micropython-lib: requests
|
|
|
|
|
freeze("$(MPY_LIB_DIR)/python-ecosys/urequests", "urequests.py")
|
|
|
|
|
freeze("$(MPY_LIB_DIR)/micropython/urllib.urequest", "urllib/urequest.py")
|
2020-09-11 16:47:29 +10:00
|
|
|
|
2022-08-10 22:53:39 +10:00
|
|
|
# micropython-lib: umqtt
|
|
|
|
|
freeze("$(MPY_LIB_DIR)/micropython/umqtt.simple", "umqtt/simple.py")
|
|
|
|
|
freeze("$(MPY_LIB_DIR)/micropython/umqtt.robust", "umqtt/robust.py")
|