Compare commits
5 Commits
new_plg_co
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a206ff1fca | |||
| 23e8ea2a7f | |||
| 30ceea65d6 | |||
| 01214019a6 | |||
| 90339dae2f |
@@ -6,10 +6,9 @@ MODULE = ecmc_plugin_fft
|
|||||||
USR_CFLAGS +=-DECMC_PLUGIN_MODULE_NAME=${MODULE}
|
USR_CFLAGS +=-DECMC_PLUGIN_MODULE_NAME=${MODULE}
|
||||||
|
|
||||||
BUILDCLASSES = Linux
|
BUILDCLASSES = Linux
|
||||||
ARCH_FILTER = deb10%
|
ARCH_FILTER = deb10% deb12%
|
||||||
|
|
||||||
# Run 7.0.6 for now
|
EXCLUDE_VERSIONS+=3 7.0.5 7.0.6 7.0.7
|
||||||
EXCLUDE_VERSIONS+=3 7.0.5 7.0.6
|
|
||||||
|
|
||||||
IGNORE_MODULES += asynMotor
|
IGNORE_MODULES += asynMotor
|
||||||
IGNORE_MODULES += motorBase
|
IGNORE_MODULES += motorBase
|
||||||
@@ -18,8 +17,7 @@ USR_CXXFLAGS += -std=c++17
|
|||||||
OPT_CXXFLAGS_YES = -O3
|
OPT_CXXFLAGS_YES = -O3
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
ECmasterECMC_VERSION = v1.1.0
|
ecmc_VERSION = 11.0
|
||||||
ecmc_VERSION = v10.0.0_RC1
|
|
||||||
|
|
||||||
APP:=src
|
APP:=src
|
||||||
APPDB:=$(APP)/Db
|
APPDB:=$(APP)/Db
|
||||||
|
|||||||
Reference in New Issue
Block a user