Skip to content
Snippets Groups Projects
Commit 55d50afc authored by Lennard Karger's avatar Lennard Karger
Browse files

platform.ini wieder hinzugefügt

parent 606a6b93
No related branches found
No related tags found
2 merge requests!4PIO Projekte in main-Branch implementieren,!3Vorbereitung Main merge PIO - Projektstrukturen
*.ini
sketches/_PIO_Sketches/Karger/BLE_Slae_Test/platformio.ini
.gitignore .gitignore
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nano33ble]
platform = nordicnrf52
board = nano33ble
framework = arduino
upload_port = COM3
build_flags =
-DsmnDEFBYBUILD -DsmnNANOBLE33 -DsmnDEBUG
lib_deps =
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\BlePoll
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\environment
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\ComRingBuf
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\LoopCheck
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\MidiNotes
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\Monitor
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Gpio
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Radio
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Ser
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Twi
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SensorLSM9DS1
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SoaapMsg
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\StateMachine
;symlink://C:\Users\lenna\OneDrive\Dokumente\Git\SOAAP\libraries\SoaapComDue
[env:Logging]
platform = nordicnrf52
board = nano33ble
framework = arduino
upload_port = COM3
build_flags =
-DsmnDEFBYBUILD -DsmnNANOBLE33 -DsmnDEBUG
lib_deps =
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\BlePoll
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\environment
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\ComRingBuf
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\LoopCheck
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\MidiNotes
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\Monitor
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Gpio
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Radio
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Ser
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Twi
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SensorLSM9DS1
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SoaapMsg
symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\StateMachine
;symlink://C:\Users\lenna\OneDrive\Dokumente\Git\SOAAP\libraries\SoaapComDue
monitor_filters =
default ; Remove typical terminal control codes from input
time ; Add timestamp with milliseconds for each new line
log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
\ No newline at end of file
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nano33ble]
platform = nordicnrf52
board = nano33ble
framework = arduino
upload_port = COM3
build_flags =
-DsmnDEFBYBUILD -DsmnNANOBLE33 -DsmnDEBUG
lib_deps =
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\BlePoll
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\environment
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\ComRingBuf
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\LoopCheck
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\MidiNotes
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\Monitor
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Gpio
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Radio
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Ser
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Twi
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SensorLSM9DS1
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SoaapMsg
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\StateMachine
;symlink://C:\Users\lenna\OneDrive\Dokumente\Git\SOAAP\libraries\SoaapComDue
[env:Logging]
platform = nordicnrf52
board = nano33ble
framework = arduino
upload_port = COM3
build_flags =
-DsmnDEFBYBUILD -DsmnNANOBLE33 -DsmnDEBUG
lib_deps =
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\BlePoll
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\environment
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\ComRingBuf
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\LoopCheck
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\MidiNotes
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\Monitor
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Gpio
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Radio
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Ser
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Twi
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SensorLSM9DS1
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SoaapMsg
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\StateMachine
;symlink://C:\Users\lenna\OneDrive\Dokumente\Git\SOAAP\libraries\SoaapComDue
monitor_filters =
default ; Remove typical terminal control codes from input
time ; Add timestamp with milliseconds for each new line
log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
\ No newline at end of file
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nano33ble]
platform = nordicnrf52
board = nano33ble
framework = arduino
upload_port = COM5
build_flags =
-DsmnDEFBYBUILD -DsmnNANOBLE33 -DsmnDEBUG ;-DSlaveACM3
lib_deps =
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\BlePoll
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\environment
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\ComRingBuf
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\LoopCheck
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\MidiNotes
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\Monitor
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Gpio
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Radio
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Ser
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\nRF52840Twi
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SensorLSM9DS1
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\SoaapMsg
;symlink://C:\Users\Lennard\Documents\Git_local\REP_STR\libraries\StateMachine
;symlink://C:\Users\lenna\OneDrive\Dokumente\Git\SOAAP\libraries\SoaapComDue
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment