platformio.ini

changeset 0
f3377957d8c0
child 1
3021fc79cc3b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/platformio.ini	Thu Jul 07 20:12:49 2016 +0200
@@ -0,0 +1,23 @@
+#
+# Project Configuration File
+#
+# A detailed documentation with the EXAMPLES is located here:
+# http://docs.platformio.org/en/latest/projectconf.html
+#
+
+# A sign `#` at the beginning of the line indicates a comment
+# Comment lines are ignored.
+
+# Simple and base environment
+# [env:mybaseenv]
+# platform = %INSTALLED_PLATFORM_NAME_HERE%
+# framework =
+# board =
+#
+# Automatic targets - enable auto-uploading
+# targets = upload
+
+[env:nucleo_f446re]
+platform = ststm32
+framework = mbed
+board = nucleo_f446re

mercurial