Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
Diff: libraries.py
- Revision:
- 31:182518299918
- Parent:
- 29:1210849dba19
diff -r f12ce67666d0 -r 182518299918 libraries.py --- a/libraries.py Mon Aug 29 11:56:59 2016 +0100 +++ b/libraries.py Wed Jan 04 11:58:24 2017 -0600 @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. """ -from tools.paths import MBED_RTX, RTOS_LIBRARIES, MBED_LIBRARIES, MBED_RPC,\ - RTOS_ABSTRACTION, RPC_LIBRARY, USB, USB_LIBRARIES, USB_HOST,\ +from tools.paths import MBED_RTX, RTOS, RTOS_LIBRARIES, MBED_LIBRARIES,\ + MBED_RPC, RPC_LIBRARY, USB, USB_LIBRARIES, USB_HOST,\ USB_HOST_LIBRARIES, FAT_FS, DSP_ABSTRACTION, DSP_CMSIS, DSP_LIBRARIES,\ SD_FS, FS_LIBRARY, ETH_SOURCES, LWIP_SOURCES, ETH_LIBRARY, UBLOX_SOURCES,\ UBLOX_LIBRARY, CELLULAR_SOURCES, CELLULAR_USB_SOURCES, CPPUTEST_SRC,\ @@ -36,7 +36,7 @@ }, { "id": "rtos", - "source_dir": RTOS_ABSTRACTION, + "source_dir": RTOS, "build_dir": RTOS_LIBRARIES, "dependencies": [MBED_LIBRARIES, MBED_RTX], }, @@ -62,7 +62,7 @@ "id": "usb_host", "source_dir": USB_HOST, "build_dir": USB_HOST_LIBRARIES, - "dependencies": [MBED_LIBRARIES, FAT_FS, MBED_RTX, RTOS_ABSTRACTION], + "dependencies": [MBED_LIBRARIES, FAT_FS, MBED_RTX, RTOS_LIBRARIES], }, # DSP libraries