Skip to content

Commit

Permalink
update platformio comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Dec 11, 2022
1 parent 859aa77 commit 2e89abd
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,39 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html


;Processing default (platform: atmelsam; board: mkr1000USB; framework: arduino)
;---------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
;CONFIGURATION: https://docs.platformio.org/page/boards/atmelsam/mkr1000USB.html
;PLATFORM: Atmel SAM (7.1.0) > Arduino MKR1000
;HARDWARE: SAMD21G18A 48MHz, 32KB RAM, 256KB Flash
;DEBUG: Current (atmel-ice) External (atmel-ice, blackmagic, jlink)
;PACKAGES:
; - framework-arduino-samd @ 1.8.13
; - framework-cmsis @ 1.40500.0 (4.5.0)
; - framework-cmsis-atmel @ 1.2.2
; - toolchain-gccarmnoneeabi @ 1.70201.0 (7.2.1)
;Converting src.ino
;LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
;LDF Modes: Finder ~ chain, Compatibility ~ soft
;Found 15 compatible libraries
;Scanning dependencies...
;Dependency Graph
;|-- FastLED @ 3.5.0
;| |-- SPI @ 1.0
;|-- WiFi101 @ 0.16.1
;| |-- SPI @ 1.0
;|-- CircularBuffer @ 1.3.3
;|-- SPI @ 1.0
;Building in release mode
;Compiling .pio\build\default\src\src.ino.cpp.o
;Checking size .pio\build\default\firmware.elf
;Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
;RAM: [===== ] 47.8% (used 15660 bytes from 32768 bytes)
;Flash: [== ] 18.1% (used 47460 bytes from 262144 bytes)
;======================================================================= [SUCCESS] Took 8.55 seconds ======================================================================= * Terminal will be reused by tasks, press any key to close it.


[platformio]
default_envs = default

Expand Down

0 comments on commit 2e89abd

Please sign in to comment.