Skip to content

Commit

Permalink
Update mbed framework to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jul 23, 2020
1 parent 5e545c6 commit c742d6a
Show file tree
Hide file tree
Showing 2,667 changed files with 73,081 additions and 446 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
- "examples/arduino-bluefruit-bleuart"
- "examples/arduino-nina-b1-generic-example"
- "examples/arduino-serial-plotter"
- "examples/mbed-ble-thermometer"
- "examples/mbed-blink"
- "examples/mbed-dsp"
- "examples/mbed-events"
- "examples/mbed-nfc"
- "examples/mbed-rtos"
- "examples/mbed-serial"
- "examples/mbed-rtos-ble-thermometer"
- "examples/mbed-rtos-blink-baremetal"
- "examples/mbed-rtos-nfc"
- "examples/mbed-legacy-examples/mbed-ble-thermometer"
- "examples/mbed-legacy-examples/mbed-nfc"
- "examples/mbed-legacy-examples/mbed-rtos"
- "examples/zephyr-ble-beacon"
- "examples/zephyr-blink"
- "examples/zephyr-net-echo-client"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
.piolibdeps
.pio
12 changes: 0 additions & 12 deletions examples/mbed-blink/src/main.cpp

This file was deleted.

94 changes: 0 additions & 94 deletions examples/mbed-dsp/src/data.cpp

This file was deleted.

65 changes: 0 additions & 65 deletions examples/mbed-dsp/src/main.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions examples/mbed-events/README.rst

This file was deleted.

19 changes: 0 additions & 19 deletions examples/mbed-events/platformio.ini

This file was deleted.

15 changes: 0 additions & 15 deletions examples/mbed-events/src/main.cpp

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platform-nordicnrf52/examples/mbed-dsp
> cd platform-nordicnrf52/examples/mbed-legacy-examples/mbed-ble-thermometer
# Build project
> platformio run
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ platform = nordicnrf52
framework = mbed
board = nrf52_dk
build_flags = -DPIO_FRAMEWORK_MBED_RTOS_PRESENT

platform_packages =
framework-mbed @ ~6.51504.0

[env:delta_dfbm_nq620]
platform = nordicnrf52
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platform-nordicnrf52/examples/mbed-nfc
> cd platform-nordicnrf52/examples/mbed-legacy-examples/mbed-nfc
# Build project
> platformio run
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ platform = nordicnrf52
framework = mbed
board = nrf52_dk
build_flags = -DPIO_FRAMEWORK_MBED_RTOS_PRESENT
platform_packages =
framework-mbed @ ~6.51504.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platform-nordicnrf52/examples/mbed-rtos
> cd platform-nordicnrf52/examples/mbed-legacy-examples/mbed-rtos
# Build project
> platformio run
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html

[env:nrf52_dk]
[env:nrf52840_dk]
platform = nordicnrf52
framework = mbed
board = nrf52_dk
board = nrf52840_dk
build_flags = -DPIO_FRAMEWORK_MBED_RTOS_PRESENT
platform_packages =
framework-mbed @ ~6.51504.0

[env:delta_dfbm_nq620]
platform = nordicnrf52
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ How to build PlatformIO based project
.. code-block:: bash
# Change directory to example
> cd platform-nordicnrf52/examples/mbed-blink
> cd platform-nordicnrf52/examples/mbed-legacy-examples/mbed-rtos-ble-thermometer
# Build project
> platformio run
Expand Down
File renamed without changes.
File renamed without changes.
20 changes: 20 additions & 0 deletions examples/mbed-rtos-ble-thermometer/mbed_app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"target_overrides": {
"K64F": {
"target.components_add": ["BlueNRG_MS"],
"target.features_add": ["BLE"],
"target.extra_labels_add": ["CORDIO"]
},
"NUCLEO_F401RE": {
"target.components_add": ["BlueNRG_MS"],
"target.features_add": ["BLE"],
"target.extra_labels_add": ["CORDIO"]
},
"NRF52840_DK": {
"target.features_add": ["BLE"]
},
"NRF52_DK": {
"target.features_add": ["BLE"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform = nordicnrf52
framework = mbed
board = nrf52_dk

[env:delta_dfbm_nq620]
[env:nrf52840_dk]
platform = nordicnrf52
framework = mbed
board = delta_dfbm_nq620
board = nrf52840_dk
Loading

0 comments on commit c742d6a

Please sign in to comment.