Merge branch 'master' of repos.ctdo.de:interfisch/bananenkeyboard
This commit is contained in:
commit
11f0206edb
|
@ -1,57 +0,0 @@
|
||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "!!! WARNING !!! AUTO-GENERATED FILE, PLEASE DO NOT MODIFY IT AND USE https://docs.platformio.org/page/projectconf/section_env_build.html#build-flags"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Linux",
|
|
||||||
"includePath": [
|
|
||||||
"/media/fisch/HDD/Projects/ctdo/bananenkeyboard/touchcontroller/include",
|
|
||||||
"/media/fisch/HDD/Projects/ctdo/bananenkeyboard/touchcontroller/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/cores/arduino",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/variants/eightanaloginputs",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/EEPROM/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/HID/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/SPI/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/SoftwareSerial/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/Wire/src",
|
|
||||||
"/home/fisch/.platformio/packages/tool-unity",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"browse": {
|
|
||||||
"limitSymbolsToIncludedHeaders": true,
|
|
||||||
"path": [
|
|
||||||
"/media/fisch/HDD/Projects/ctdo/bananenkeyboard/touchcontroller/include",
|
|
||||||
"/media/fisch/HDD/Projects/ctdo/bananenkeyboard/touchcontroller/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/cores/arduino",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/variants/eightanaloginputs",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/EEPROM/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/HID/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/SPI/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/SoftwareSerial/src",
|
|
||||||
"/home/fisch/.platformio/packages/framework-arduino-avr/libraries/Wire/src",
|
|
||||||
"/home/fisch/.platformio/packages/tool-unity",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"defines": [
|
|
||||||
"PLATFORMIO=40201",
|
|
||||||
"ARDUINO_AVR_PRO",
|
|
||||||
"F_CPU=16000000L",
|
|
||||||
"ARDUINO_ARCH_AVR",
|
|
||||||
"ARDUINO=10808",
|
|
||||||
"__AVR_ATmega328P__",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"intelliSenseMode": "clang-x64",
|
|
||||||
"cStandard": "c11",
|
|
||||||
"cppStandard": "c++11",
|
|
||||||
"compilerPath": "/home/fisch/.platformio/packages/toolchain-atmelavr/bin/avr-gcc",
|
|
||||||
"compilerArgs": [
|
|
||||||
"-mmcu=atmega328p",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
|
@ -1,32 +0,0 @@
|
||||||
// AUTOMATICALLY GENERATED FILE. PLEASE DO NOT MODIFY IT MANUALLY
|
|
||||||
|
|
||||||
// PIO Unified Debugger
|
|
||||||
//
|
|
||||||
// Documentation: https://docs.platformio.org/page/plus/debugging.html
|
|
||||||
// Configuration: https://docs.platformio.org/page/projectconf/section_env_debug.html
|
|
||||||
|
|
||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"type": "platformio-debug",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "PIO Debug",
|
|
||||||
"executable": "/media/fisch/HDD/Projects/ctdo/bananenkeyboard/touchcontroller/.pio/build/pro16MHzatmega328/firmware.elf",
|
|
||||||
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-atmelavr/bin",
|
|
||||||
"preLaunchTask": {
|
|
||||||
"type": "PlatformIO",
|
|
||||||
"task": "Pre-Debug"
|
|
||||||
},
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "platformio-debug",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "PIO Debug (skip Pre-Debug)",
|
|
||||||
"executable": "/media/fisch/HDD/Projects/ctdo/bananenkeyboard/touchcontroller/.pio/build/pro16MHzatmega328/firmware.elf",
|
|
||||||
"toolchainBinDir": "/home/fisch/.platformio/packages/toolchain-atmelavr/bin",
|
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue