Change platformio config

This commit is contained in:
nanosonde 2019-12-13 17:41:16 +01:00
parent 5651e5483a
commit 37e602be13
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}

View File

@ -7,11 +7,14 @@
; ;
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[platformio]
libdeps_dir = ../../../../libdeps
[env:adafruit_feather_m0] [env:adafruit_feather_m0]
platform = atmelsam platform = atmelsam
board = adafruit_feather_m0 board = adafruit_feather_m0
framework = arduino framework = arduino
lib_extra_dirs = ../../../
; VID must be changed to some known KNX Manufacturer ; VID must be changed to some known KNX Manufacturer
; so that the KNX USB interface gets recognized by ETS ; so that the KNX USB interface gets recognized by ETS
@ -19,8 +22,8 @@ extra_scripts = pre:custom_hwids.py
board_build.usb_product="KNX RF - USB Interface" board_build.usb_product="KNX RF - USB Interface"
lib_deps = lib_deps =
https://github.com/adafruit/Adafruit_TinyUSB_Arduino
SPI SPI
Adafruit TinyUSB Library
https://github.com/thelsing/FlashStorage.git https://github.com/thelsing/FlashStorage.git
knx knx
@ -32,4 +35,3 @@ build_flags =
debug_tool = jlink debug_tool = jlink
#upload_protocol = jlink #upload_protocol = jlink