mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
5 lines
114 B
Python
5 lines
114 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
freeze("./modules")
|
|
|
|
freeze("$(MPY_DIR)/drivers/display", "ssd1306.py")
|