mirror of
https://gitee.com/XZCRAZY/stm32_nfc_lite.git
synced 2025-12-04 21:22:48 +08:00
378 lines
7.2 KiB
INI
378 lines
7.2 KiB
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:stm32_G070_nfc_154C1]
|
|
platform = ststm32
|
|
board = nucleo_g070rb
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD154C1
|
|
-D GREY_SUPPORT
|
|
|
|
|
|
[env:stm32_G070_nfc_290Z94]
|
|
platform = ststm32
|
|
board = nucleo_g070rb
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD290Z94
|
|
-D GREY_SUPPORT
|
|
|
|
|
|
[env:stm32_G070_nfc_266Z90]
|
|
platform = ststm32
|
|
board = nucleo_g070rb
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD266Z90
|
|
-D GREY_SUPPORT
|
|
|
|
|
|
[env:stm32_G070_nfc_420Z99]
|
|
platform = ststm32
|
|
board = nucleo_g070rb
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD420Z99
|
|
|
|
|
|
[env:stm32_G070_nfc_583Z83]
|
|
platform = ststm32
|
|
board = nucleo_g070rb
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD583Z83
|
|
|
|
|
|
[env:stm32_G070_nfc_266H850]
|
|
platform = ststm32
|
|
board = nucleo_g070rb
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD266H850
|
|
-D GREY_SUPPORT
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_L031_nfc_154C1]
|
|
platform = ststm32
|
|
board = nucleo_l031k6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D VERSION2
|
|
-D EPD154C1
|
|
|
|
|
|
[env:stm32_L031_nfc_290Z94]
|
|
platform = ststm32
|
|
board = nucleo_l031k6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D VERSION3
|
|
-D EPD290Z94
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_L031_nfc_420Z99]
|
|
platform = ststm32
|
|
board = nucleo_l031k6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D VERSION3
|
|
-D EPD420Z99
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_L031_nfc_583Z83]
|
|
platform = ststm32
|
|
board = nucleo_l031k6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D VERSION3
|
|
-D EPD583Z83
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_G030_nfc_154C1]
|
|
platform = ststm32
|
|
board = genericSTM32G030C8
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION2
|
|
-D EPD154C1
|
|
|
|
|
|
[env:stm32_G030_nfc_290Z94]
|
|
platform = ststm32
|
|
board = genericSTM32G030C8
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D VERSION3
|
|
-D EPD290Z94
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_G030_nfc_266Z90]
|
|
platform = ststm32
|
|
board = genericSTM32G030C8
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D VERSION3
|
|
-D EPD266Z90
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_G030_nfc_420Z99]
|
|
platform = ststm32
|
|
board = genericSTM32G030C8
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD420Z99
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_G030F6_nfc_290Z94]
|
|
platform = ststm32
|
|
board = genericSTM32G030F6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D VERSION3
|
|
-D EPD290Z94
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_G030F6_nfc_266Z90]
|
|
platform = ststm32
|
|
board = genericSTM32G030F6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D VERSION3
|
|
-D EPD266Z90
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_G030F6_nfc_266H850]
|
|
platform = ststm32
|
|
board = genericSTM32G030F6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D VERSION3
|
|
-D EPD266H850
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_G030F6_nfc_420Z99]
|
|
platform = ststm32
|
|
board = genericSTM32G030F6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D VERSION3
|
|
-D EPD420Z99
|
|
-UHAL_UART_MODULE_ENABLED
|
|
-D SEGGER_RTT_EN
|
|
|
|
|
|
[env:stm32_G030F6_nfc_154C1]
|
|
platform = ststm32
|
|
board = genericSTM32G030F6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D VERSION2
|
|
-D EPD154C1
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_G0B1_nfc_290Z94]
|
|
platform = ststm32
|
|
board = genericSTM32G0B1CB
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD290Z94
|
|
-D GREY_SUPPORT
|
|
|
|
|
|
[env:stm32_G0B1_nfc_420Z99]
|
|
platform = ststm32
|
|
board = genericSTM32G0B1CB
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD420Z99
|
|
-D GREY_SUPPORT
|
|
|
|
[env:stm32_G0B1_nfc_583Z83]
|
|
platform = ststm32
|
|
board = genericSTM32G0B1CB
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD583Z83
|
|
-D GREY_SUPPORT
|
|
|
|
|
|
[env:stm32_G0B1_nfc_266H850]
|
|
platform = ststm32
|
|
board = genericSTM32G0B1CB
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD266H850
|
|
-UHAL_UART_MODULE_ENABLED
|
|
-D GREY_SUPPORT
|
|
|
|
|
|
[env:stm32_G030F6_nfc_154A05]
|
|
platform = ststm32
|
|
board = genericSTM32G030F6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D VERSION2
|
|
-D EPD154A05
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
|
|
[env:stm32_F013_nfc_154A05]
|
|
platform = ststm32
|
|
board = bluepill_f103c8_128k
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
-D DEBUG_EN
|
|
-D VERSION2
|
|
-D EPD154A05
|
|
-UHAL_UART_MODULE_ENABLED
|
|
|
|
[env:stm32_G030F6_nfc_270T91]
|
|
platform = ststm32
|
|
board = genericSTM32G030F6
|
|
framework = arduino
|
|
platform_packages = framework-arduinoststm32
|
|
debug_tool = jlink
|
|
upload_protocol = jlink
|
|
build_flags =
|
|
-D SEGGER_RTT_EN
|
|
; -D DEBUG_EN
|
|
-D VERSION3
|
|
-D EPD270T91
|
|
-UHAL_UART_MODULE_ENABLED
|