This website requires JavaScript.
Explore
Help
Register
Sign In
fengqi
/
lv_micropython
Watch
1
Star
0
Fork
0
You've already forked lv_micropython
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
lv_micropython
/
ports
/
nrf
/
modules
/
manifest.py
3 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
nrf/Makefile: Set default manifest file for all targets. Set the default manifest to "modules/manifest.py". This includes files from the folder "modules/scripts". The manifest default value is overriden by all nrf51 boards that have SoftDevice present (SD=s110) to save flash. Also add "modules/manifest.py" which is set to freeze "modules/scripts/_mkfs.py".
2020-07-23 23:12:51 +02:00
freeze
(
"
$(PORT_DIR)/modules/scripts
"
,
"
_mkfs.py
"
)
nrf/modules: Include uasyncio in default board manifest.
2022-03-01 21:34:57 +11:00
include
(
"
$(MPY_DIR)/extmod/uasyncio/manifest.py
"
)
Reference in New Issue
Copy Permalink