File tree 19 files changed +209
-308
lines changed
mbed-rtos-blink-baremetal
19 files changed +209
-308
lines changed Original file line number Diff line number Diff line change
1
+ How to build PlatformIO based project
2
+ =====================================
3
+
4
+ 1 . [ Install PlatformIO Core] ( http://docs.platformio.org/page/core.html )
5
+ 2 . Download [ development platform with examples] ( https://github.com/platformio/platform-freescalekinetis/archive/develop.zip )
6
+ 3 . Extract ZIP archive
7
+ 4 . Run these commands:
8
+
9
+ ``` shell
10
+ # Change directory to example
11
+ $ cd platform-freescalekinetis/examples/mbed-legacy-examples/mbed-events
12
+
13
+ # Build project
14
+ $ pio run
15
+
16
+ # Upload firmware
17
+ $ pio run --target upload
18
+
19
+ # Build specific environment
20
+ $ pio run -e frdm_kl25z
21
+
22
+ # Upload firmware for the specific environment
23
+ $ pio run -e frdm_kl25z --target upload
24
+
25
+ # Clean build files
26
+ $ pio run --target clean
27
+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ How to build PlatformIO based project
2
+ ====================================
3
+
4
+ 1 . [ Install PlatformIO Core] ( http://docs.platformio.org/page/core.html )
5
+ 2 . Download [ development platform with examples] ( https://github.com/platformio/platform-freescalekinetis/archive/develop.zip )
6
+ 3 . Extract ZIP archive
7
+ 4 . Run these commands:
8
+
9
+ ``` shell
10
+ # Change directory to example
11
+ $ cd platform-freescalekinetis/examples/mbed-legacy-examples/mbed-rtos-tls-client
12
+
13
+ # Build project
14
+ $ pio run
15
+
16
+ # Upload firmware
17
+ $ pio run --target upload
18
+
19
+ # Clean build files
20
+ $ pio run --target clean
21
+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ How to build PlatformIO based project
2
+ =====================================
3
+
4
+ 1 . [ Install PlatformIO Core] ( http://docs.platformio.org/page/core.html )
5
+ 2 . Download [ development platform with examples] ( https://github.com/platformio/platform-freescalekinetis/archive/develop.zip )
6
+ 3 . Extract ZIP archive
7
+ 4 . Run these commands:
8
+
9
+ ``` shell
10
+ # Change directory to example
11
+ $ cd platform-freescalekinetis/examples/mbed-rtos-blink-baremetal
12
+
13
+ # Build project
14
+ $ pio run
15
+
16
+ # Upload firmware
17
+ $ pio run --target upload
18
+
19
+ # Build specific environment
20
+ $ pio run -e frdm_k64f
21
+
22
+ # Upload firmware for the specific environment
23
+ $ pio run -e frdm_k64f --target upload
24
+
25
+ # Clean build files
26
+ $ pio run --target clean
27
+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ How to build PlatformIO based project
2
+ ====================================
3
+
4
+ 1 . [ Install PlatformIO Core] ( http://docs.platformio.org/page/core.html )
5
+ 2 . Download [ development platform with examples] ( https://github.com/platformio/platform-freescalekinetis/archive/develop.zip )
6
+ 3 . Extract ZIP archive
7
+ 4 . Run these commands:
8
+
9
+ ``` shell
10
+ # Change directory to example
11
+ $ cd platform-freescalekinetis/examples/mbed-rtos-ethernet-tls
12
+
13
+ # Build project
14
+ $ pio run
15
+
16
+ # Upload firmware
17
+ $ pio run --target upload
18
+
19
+ # Clean build files
20
+ $ pio run --target clean
21
+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ How to build PlatformIO based project
2
+ ====================================
3
+
4
+ 1 . [ Install PlatformIO Core] ( http://docs.platformio.org/page/core.html )
5
+ 2 . Download [ development platform with examples] ( https://github.com/platformio/platform-freescalekinetis/archive/develop.zip )
6
+ 3 . Extract ZIP archive
7
+ 4 . Run these commands:
8
+
9
+ ``` shell
10
+ # Change directory to example
11
+ $ cd platform-freescalekinetis/examples/mbed-rtos-kvstore
12
+
13
+ # Build project
14
+ $ pio run
15
+
16
+ # Upload firmware
17
+ $ pio run --target upload
18
+
19
+ # Clean build files
20
+ $ pio run --target clean
21
+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ How to build PlatformIO based project
2
+ ====================================
3
+
4
+ 1 . [ Install PlatformIO Core] ( http://docs.platformio.org/page/core.html )
5
+ 2 . Download [ development platform with examples] ( https://github.com/platformio/platform-freescalekinetis/archive/develop.zip )
6
+ 3 . Extract ZIP archive
7
+ 4 . Run these commands:
8
+
9
+ ``` shell
10
+ # Change directory to example
11
+ $ cd platform-freescalekinetis/examples/mbed-rtos-psa
12
+
13
+ # Build project
14
+ $ pio run
15
+
16
+ # Upload firmware
17
+ $ pio run --target upload
18
+
19
+ # Clean build files
20
+ $ pio run --target clean
21
+ ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ How to build PlatformIO based project
2
+ ====================================
3
+
4
+ 1 . [ Install PlatformIO Core] ( http://docs.platformio.org/page/core.html )
5
+ 2 . Download [ development platform with examples] ( https://github.com/platformio/platform-freescalekinetis/archive/develop.zip )
6
+ 3 . Extract ZIP archive
7
+ 4 . Run these commands:
8
+
9
+ ``` shell
10
+ # Change directory to example
11
+ $ cd platform-freescalekinetis/examples/mbed-rtos-usb-msd
12
+
13
+ # Build project
14
+ $ pio run
15
+
16
+ # Upload firmware
17
+ $ pio run --target upload
18
+
19
+ # Clean build files
20
+ $ pio run --target clean
21
+ ```
You can’t perform that action at this time.
0 commit comments