mirror of
https://github.com/thelsing/knx.git
synced 2025-08-17 13:47:28 +02:00
save work
This commit is contained in:
parent
cbc5a56389
commit
0f90324068
@ -90,14 +90,14 @@
|
|||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- platformio update
|
- platformio update
|
||||||
script:
|
script:
|
||||||
- mkdir -p examples/knx-usb/lib/knx
|
#- mkdir -p examples/knx-usb/lib/knx
|
||||||
- cp -rv src/* examples/knx-usb/lib/knx
|
#- cp -rv src/* examples/knx-usb/lib/knx
|
||||||
- cp -v library.properties examples/knx-usb/lib/knx
|
#- cp -v library.properties examples/knx-usb/lib/knx
|
||||||
- mkdir -p /tmp/scripts
|
- mkdir -p /tmp/scripts
|
||||||
- cp examples/knx-usb/custom_hwids.py /tmp/scripts
|
- cp examples/knx-usb/custom_hwids.py /tmp/scripts
|
||||||
- platformio settings set force_verbose yes
|
- platformio settings set force_verbose yes
|
||||||
- echo "-------";pwd;echo "--------";
|
- echo "-------";pwd;echo "--------";
|
||||||
- platformio ci --lib="." --project-conf=examples/knx-usb/platformio.ini examples/knx-usb/src/main.cpp
|
- platformio ci --lib="." --project-conf=examples/knx-usb/platformio-ci.ini examples/knx-usb/src/main.cpp
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
@ -7,14 +7,10 @@
|
|||||||
;
|
;
|
||||||
; 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 = /tmp/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
|
||||||
@ -32,6 +28,3 @@ build_flags =
|
|||||||
-DUSE_CEMI_SERVER
|
-DUSE_CEMI_SERVER
|
||||||
-DUSE_TINYUSB
|
-DUSE_TINYUSB
|
||||||
-Wno-unknown-pragmas
|
-Wno-unknown-pragmas
|
||||||
|
|
||||||
debug_tool = jlink
|
|
||||||
#upload_protocol = jlink
|
|
||||||
|
Loading…
Reference in New Issue
Block a user