2019-12-16 19:52:10 +01:00
|
|
|
;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:adafruit_feather_m0]
|
2024-04-22 13:22:15 +02:00
|
|
|
platform = atmelsam
|
2019-12-16 19:52:10 +01:00
|
|
|
board = adafruit_feather_m0
|
|
|
|
framework = arduino
|
|
|
|
|
|
|
|
; VID must be changed to some known KNX Manufacturer
|
|
|
|
; so that the KNX USB interface gets recognized by ETS
|
2024-01-30 10:49:26 +01:00
|
|
|
; not possible within ci
|
|
|
|
;extra_scripts = pre:custom_hwids.py
|
|
|
|
;board_build.usb_product="KNX RF - USB Interface"
|
2019-12-16 19:52:10 +01:00
|
|
|
|
|
|
|
lib_deps =
|
|
|
|
SPI
|
2020-05-07 19:35:10 +02:00
|
|
|
Adafruit TinyUSB Library@0.7.1
|
2019-12-16 19:52:10 +01:00
|
|
|
knx
|
2020-05-07 19:35:10 +02:00
|
|
|
|
2019-12-16 19:52:10 +01:00
|
|
|
build_flags =
|
2020-09-06 21:41:34 +02:00
|
|
|
-DMASK_VERSION=0x27B0
|
2019-12-28 09:54:02 +01:00
|
|
|
-DUSE_USB
|
2019-12-16 19:52:10 +01:00
|
|
|
-DUSE_TINYUSB
|
|
|
|
-Wno-unknown-pragmas
|
2020-12-10 19:17:45 +01:00
|
|
|
-DUSE_DATASECURE
|