Missing build options (#133)
The options for: - nanoFramework.System.Collections - nanoFramework.ResourceManager - nanoFramework.System.Text were added. ***ST_NUCLEO144_F746ZG*** Signed-off-by: piwi1263 <piwi1263@gmail.com>
This commit is contained in:
Родитель
2ef717a7da
Коммит
d626ca8458
|
@ -492,7 +492,7 @@ jobs:
|
|||
|
||||
variables:
|
||||
BoardName: ST_NUCLEO144_F746ZG
|
||||
BuildOptions: -DTARGET_SERIES=STM32F7xx -DRTOS=CHIBIOS -DNF_FEATURE_DEBUGGER=ON -DSWO_OUTPUT=ON -DNF_FEATURE_RTC=ON -DNF_FEATURE_HAS_CONFIG_BLOCK=ON -DAPI_System.Math=ON -DAPI_Hardware.Stm32=ON -DAPI_Windows.Devices.Gpio=ON -DAPI_Windows.Devices.Spi=ON -DAPI_Windows.Devices.I2c=ON -DAPI_Windows.Devices.Pwm=ON -DAPI_Windows.Devices.SerialCommunication=ON -DAPI_Windows.Devices.Adc=ON -DAPI_System.Net=ON -DNF_SECURITY_MBEDTLS=ON -DAPI_nanoFramework.Devices.OneWire=ON
|
||||
BuildOptions: -DTARGET_SERIES=STM32F7xx -DRTOS=CHIBIOS -DNF_FEATURE_DEBUGGER=ON -DSWO_OUTPUT=ON -DNF_FEATURE_RTC=ON -DNF_FEATURE_HAS_CONFIG_BLOCK=ON -DAPI_System.Math=ON -DAPI_Hardware.Stm32=ON -DAPI_Windows.Devices.Gpio=ON -DAPI_Windows.Devices.Spi=ON -DAPI_Windows.Devices.I2c=ON -DAPI_Windows.Devices.Pwm=ON -DAPI_Windows.Devices.SerialCommunication=ON -DAPI_Windows.Devices.Adc=ON -DAPI_System.Net=ON -DNF_SECURITY_MBEDTLS=ON -DAPI_nanoFramework.Devices.OneWire=ON -DAPI_nanoFramework.System.Collections=ON -DAPI_nanoFramework.ResourceManager=ON -DAPI_nanoFramework.System.Text=ON
|
||||
# creates a counter and assigns it to the revision variable
|
||||
REVISION: $[counter('ST_NUCLEO144_F746ZG_versioncounter', 0)]
|
||||
GccArm_Version:
|
||||
|
|
Загрузка…
Ссылка в новой задаче