platformio.ini

changeset 0
f3377957d8c0
child 1
3021fc79cc3b
equal deleted inserted replaced
-1:000000000000 0:f3377957d8c0
1 #
2 # Project Configuration File
3 #
4 # A detailed documentation with the EXAMPLES is located here:
5 # http://docs.platformio.org/en/latest/projectconf.html
6 #
7
8 # A sign `#` at the beginning of the line indicates a comment
9 # Comment lines are ignored.
10
11 # Simple and base environment
12 # [env:mybaseenv]
13 # platform = %INSTALLED_PLATFORM_NAME_HERE%
14 # framework =
15 # board =
16 #
17 # Automatic targets - enable auto-uploading
18 # targets = upload
19
20 [env:nucleo_f446re]
21 platform = ststm32
22 framework = mbed
23 board = nucleo_f446re

mercurial