mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards/all: Update manifest files.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
4944c157b0
commit
f75f86aaec
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("onewire")
|
||||
@ -13,7 +11,9 @@ freeze ("$(OMV_LIB_DIR)/", "gt911.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "st7701.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -30,5 +30,9 @@ require("senml")
|
||||
require("logging")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mutex.py")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
#include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Drivers
|
||||
require("hts221")
|
||||
require("lps22h")
|
||||
@ -17,6 +15,5 @@ freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
|
||||
# Utils
|
||||
require("time")
|
||||
#require("logging")
|
||||
|
||||
freeze("$(PORT_DIR)/modules/scripts", "_mkfs.py")
|
||||
|
||||
@ -1,9 +1,3 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
freeze ("$(PORT_DIR)/modules", "rp2.py")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
# Drivers
|
||||
require("lsm6dsox")
|
||||
require("espflash")
|
||||
@ -13,6 +7,9 @@ require("dht")
|
||||
require("neopixel")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
require("ntptime")
|
||||
@ -25,5 +22,9 @@ require("time")
|
||||
require("senml")
|
||||
require("logging")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
# Libraries
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
freeze ("$(PORT_DIR)/modules", "rp2.py")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("lsm6dsox")
|
||||
@ -13,7 +11,9 @@ freeze ("$(OMV_LIB_DIR)/", "modbus.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "pid.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -30,5 +30,9 @@ require("senml")
|
||||
require("logging")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mutex.py")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("onewire")
|
||||
@ -17,7 +15,9 @@ freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "bno055.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -34,5 +34,9 @@ require("senml")
|
||||
require("logging")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mutex.py")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("onewire")
|
||||
@ -16,7 +14,6 @@ freeze ("$(OMV_LIB_DIR)/", "tb6612.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -31,3 +28,10 @@ freeze ("$(OMV_LIB_DIR)/", "requests.py")
|
||||
require("time")
|
||||
require("logging")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mutex.py")
|
||||
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("onewire")
|
||||
@ -16,7 +14,6 @@ freeze ("$(OMV_LIB_DIR)/", "tb6612.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -31,3 +28,10 @@ freeze ("$(OMV_LIB_DIR)/", "requests.py")
|
||||
require("time")
|
||||
require("logging")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mutex.py")
|
||||
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("onewire")
|
||||
@ -16,7 +14,6 @@ freeze ("$(OMV_LIB_DIR)/", "tb6612.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -31,3 +28,10 @@ freeze ("$(OMV_LIB_DIR)/", "requests.py")
|
||||
require("time")
|
||||
require("logging")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mutex.py")
|
||||
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("onewire")
|
||||
@ -16,7 +14,6 @@ freeze ("$(OMV_LIB_DIR)/", "tb6612.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -31,3 +28,10 @@ freeze ("$(OMV_LIB_DIR)/", "requests.py")
|
||||
require("time")
|
||||
require("logging")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mutex.py")
|
||||
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,26 +1,21 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("lsm6dsox")
|
||||
#freeze ("$(OMV_LIB_DIR)/", "modbus.py")
|
||||
#freeze ("$(OMV_LIB_DIR)/", "pid.py")
|
||||
#freeze ("$(OMV_LIB_DIR)/", "bno055.py")
|
||||
#freeze ("$(OMV_LIB_DIR)/", "ssd1306.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "ssd1351.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "pca9674a.py")
|
||||
#freeze ("$(OMV_LIB_DIR)/", "tb6612.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "openamp.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
freeze ("$(OMV_LIB_DIR)/", "romfs.py")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
require("ntptime")
|
||||
require("webrepl")
|
||||
#freeze ("$(OMV_LIB_DIR)/", "rpc.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "rtsp.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mqtt.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "requests.py")
|
||||
@ -30,9 +25,12 @@ require("time")
|
||||
require("logging")
|
||||
require("collections-defaultdict")
|
||||
require("types")
|
||||
freeze ("$(OMV_LIB_DIR)/", "romfs.py")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
freeze ("$(OMV_LIB_DIR)/", "openamp.py")
|
||||
|
||||
# Custom boot script.
|
||||
# Boot script.
|
||||
freeze("$(OMV_LIB_DIR)/alif/$(MCU_CORE)", "_boot.py")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
freeze ("$(OMV_LIB_DIR)/", "modbus.py")
|
||||
@ -12,7 +10,9 @@ freeze ("$(OMV_LIB_DIR)/", "tb6612.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -29,5 +29,9 @@ require("logging")
|
||||
require("collections-defaultdict")
|
||||
require("types")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Filesystem
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
# OpenMV library
|
||||
add_library("openmv-lib", "$(OMV_LIB_DIR)")
|
||||
|
||||
# Drivers
|
||||
require("onewire")
|
||||
@ -18,7 +16,9 @@ freeze ("$(OMV_LIB_DIR)/", "tb6612.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "vl53l1x.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
freeze ("$(OMV_LIB_DIR)/", "display.py")
|
||||
freeze ("$(OMV_LIB_DIR)/ml")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
@ -35,5 +35,9 @@ require("senml")
|
||||
require("logging")
|
||||
freeze ("$(OMV_LIB_DIR)/", "mutex.py")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
# Libraries
|
||||
require("ml", library="openmv-lib")
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
@ -1,10 +1,3 @@
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
require("ntptime")
|
||||
require("webrepl")
|
||||
|
||||
# Drivers
|
||||
require("onewire")
|
||||
require("ds18x20")
|
||||
@ -12,6 +5,21 @@ require("dht")
|
||||
require("neopixel")
|
||||
freeze ("$(OMV_LIB_DIR)/", "machine.py")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble")
|
||||
|
||||
# Networking
|
||||
require("ssl")
|
||||
require("ntptime")
|
||||
require("webrepl")
|
||||
|
||||
# Utils
|
||||
require("time")
|
||||
require("logging")
|
||||
|
||||
# Libraries
|
||||
include("$(MPY_DIR)/extmod/asyncio")
|
||||
freeze ("$(PORT_DIR)/modules", "rp2.py")
|
||||
|
||||
# Boot script
|
||||
freeze ("$(OMV_LIB_DIR)/", "_boot.py")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user