Skip to content

Commit

Permalink
Update mbed framework to v6.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jul 19, 2023
1 parent 25ad8cd commit 4ab0007
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/mbed-legacy-examples/mbed-events/.gitignore

This file was deleted.

This file was deleted.

11 changes: 11 additions & 0 deletions examples/mbed-rtos-blink-baremetal/mbed_app.json
@@ -0,0 +1,11 @@
{
"requires": ["bare-metal"],
"target_overrides": {
"*": {
"target.c_lib": "small",
"target.printf_lib": "minimal-printf",
"platform.minimal-printf-enable-floating-point": false,
"platform.stdio-minimal-console-only": true
}
}
}
2 changes: 2 additions & 0 deletions examples/mbed-rtos-ethernet-tls/.mbedignore
@@ -0,0 +1,2 @@
mbed-os/features/*
mbed-os/storage/*
2 changes: 2 additions & 0 deletions examples/mbed-rtos-kvstore/.mbedignore
@@ -0,0 +1,2 @@
mbed-os/connectivity/*
mbed-os/features/*
3 changes: 3 additions & 0 deletions examples/mbed-rtos-psa/.mbedignore
@@ -0,0 +1,3 @@
mbed-os/connectivity/*
mbed-os/features/*
mbed-os/storage/*
2 changes: 2 additions & 0 deletions examples/mbed-rtos-usb-msd/.mbedignore
@@ -0,0 +1,2 @@
mbed-os/connectivity/*
mbed-os/features/*
2 changes: 1 addition & 1 deletion platform.json
Expand Up @@ -42,7 +42,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~6.60900.0"
"version": "~6.61700.0"
},
"framework-zephyr": {
"type": "framework",
Expand Down

0 comments on commit 4ab0007

Please sign in to comment.