Include extra build options (#131)
- Included the math option - Included the STM32 hardware option ***ST_NUCLEO64_F411RE_NF*** Signed-off-by: piwi1263 <piwi1263@gmail.com>
This commit is contained in:
Родитель
245025601c
Коммит
4e4f0fa89d
|
@ -363,7 +363,7 @@ jobs:
|
|||
|
||||
variables:
|
||||
BoardName: ST_NUCLEO64_F411RE_NF
|
||||
BuildOptions: -DTARGET_SERIES=STM32F4xx -DNF_FEATURE_DEBUGGER=ON -DUSE_RNG=OFF -DSWO_OUTPUT=ON -DNF_FEATURE_RTC=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_nanoFramework.System.Collections=ON -DAPI_nanoFramework.ResourceManager=ON -DAPI_nanoFramework.System.Text=ON
|
||||
BuildOptions: -DTARGET_SERIES=STM32F4xx -DNF_FEATURE_DEBUGGER=ON -DUSE_RNG=OFF -DSWO_OUTPUT=ON -DNF_FEATURE_RTC=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_nanoFramework.System.Collections=ON -DAPI_nanoFramework.ResourceManager=ON -DAPI_nanoFramework.System.Text=ON -DAPI_System.Math=ON -DAPI_Hardware.Stm32=ON
|
||||
# creates a counter and assigns it to the revision variable
|
||||
REVISION: $[counter('ST_NUCLEO64_F411RE_NF_versioncounter', 0)]
|
||||
GccArm_Version:
|
||||
|
|
Загрузка…
Ссылка в новой задаче