mirror of
https://github.com/thelsing/knx.git
synced 2025-08-17 13:47:28 +02:00
Change platformio config
This commit is contained in:
parent
5651e5483a
commit
37e602be13
7
examples/knx-usb/.vscode/extensions.json
vendored
Normal file
7
examples/knx-usb/.vscode/extensions.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
@ -7,11 +7,14 @@
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
[platformio]
|
||||
libdeps_dir = ../../../../libdeps
|
||||
|
||||
[env:adafruit_feather_m0]
|
||||
platform = atmelsam
|
||||
board = adafruit_feather_m0
|
||||
framework = arduino
|
||||
lib_extra_dirs = ../../../
|
||||
|
||||
; VID must be changed to some known KNX Manufacturer
|
||||
; 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"
|
||||
|
||||
lib_deps =
|
||||
https://github.com/adafruit/Adafruit_TinyUSB_Arduino
|
||||
SPI
|
||||
Adafruit TinyUSB Library
|
||||
https://github.com/thelsing/FlashStorage.git
|
||||
knx
|
||||
|
||||
@ -32,4 +35,3 @@ build_flags =
|
||||
|
||||
debug_tool = jlink
|
||||
#upload_protocol = jlink
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user