Limpieza codigo
This commit is contained in:
parent
965e181c94
commit
b8b86f6f7e
|
@ -9,8 +9,6 @@
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:ARDUINO_GIGA_M7]
|
[env:ARDUINO_GIGA_M7]
|
||||||
;platform = https://github.com/dberlin/platform-ststm32.git#develop
|
|
||||||
;platform = https://github.com/dberlin/platform-ststm32
|
|
||||||
platform = ststm32
|
platform = ststm32
|
||||||
board = giga_r1_m7
|
board = giga_r1_m7
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
@ -20,11 +18,9 @@ board_build.arduino.flash_layout = 75_25 ;50_50, 75_25, 100_0
|
||||||
lib_deps = bblanchon/ArduinoJson@^7.2.0
|
lib_deps = bblanchon/ArduinoJson@^7.2.0
|
||||||
|
|
||||||
[env:ARDUINO_GIGA_M4]
|
[env:ARDUINO_GIGA_M4]
|
||||||
;platform = https://github.com/dberlin/platform-ststm32.git#develop
|
|
||||||
platform = ststm32
|
platform = ststm32
|
||||||
board = giga_r1_m4
|
board = giga_r1_m4
|
||||||
framework = arduino
|
framework = arduino
|
||||||
monitor_speed = 1000000
|
monitor_speed = 1000000
|
||||||
;upload_port = COM16
|
;upload_port = COM16
|
||||||
board_build.arduino.flash_layout = 75_25 ;50_50, 75_25, 100_0
|
board_build.arduino.flash_layout = 75_25 ;50_50, 75_25, 100_0
|
||||||
;board_build.arduino.flash_layout = 100_0 ;50_50, 75_25, 100_0
|
|
5
CraterLab_camera/.gitignore
vendored
Normal file
5
CraterLab_camera/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
.pio
|
||||||
|
.vscode/.browse.c_cpp.db*
|
||||||
|
.vscode/c_cpp_properties.json
|
||||||
|
.vscode/launch.json
|
||||||
|
.vscode/ipch
|
10
CraterLab_camera/.vscode/extensions.json
vendored
Normal file
10
CraterLab_camera/.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
|
// for the documentation about the extensions.json format
|
||||||
|
"recommendations": [
|
||||||
|
"platformio.platformio-ide"
|
||||||
|
],
|
||||||
|
"unwantedRecommendations": [
|
||||||
|
"ms-vscode.cpptools-extension-pack"
|
||||||
|
]
|
||||||
|
}
|
|
@ -9,8 +9,6 @@
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:ARDUINO_GIGA_M7]
|
[env:ARDUINO_GIGA_M7]
|
||||||
;platform = https://github.com/dberlin/platform-ststm32.git#develop
|
|
||||||
;platform = https://github.com/dberlin/platform-ststm32
|
|
||||||
platform = ststm32
|
platform = ststm32
|
||||||
board = giga_r1_m7
|
board = giga_r1_m7
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
@ -22,7 +20,6 @@ lib_deps = https://github.com/br3ttb/Arduino-PID-Library
|
||||||
|
|
||||||
|
|
||||||
[env:ARDUINO_GIGA_M4]
|
[env:ARDUINO_GIGA_M4]
|
||||||
;platform = https://github.com/dberlin/platform-ststm32.git#develop
|
|
||||||
platform = ststm32
|
platform = ststm32
|
||||||
board = giga_r1_m4
|
board = giga_r1_m4
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
Loading…
Reference in a new issue