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: paths.py
- Revision:
- 13:ab47a20b66f0
- Parent:
- 0:66f3b5499f7f
- Child:
- 29:1210849dba19
diff -r f2e8a005c7d3 -r ab47a20b66f0 paths.py --- a/paths.py Tue Jun 14 11:33:06 2016 +0100 +++ b/paths.py Thu Jul 14 20:21:19 2016 +0100 @@ -31,7 +31,7 @@ TOOLS_BOOTLOADERS = join(TOOLS, "bootloaders") # mbed libraries -MBED_BASE = join(ROOT, "sdk") +MBED_BASE = join(ROOT, "hal") MBED_API = join(MBED_BASE, "api") MBED_COMMON = join(MBED_BASE, "common") @@ -50,7 +50,7 @@ RPC_LIBRARY = join(BUILD_DIR, "rpc") # mbed RTOS -RTOS = join(LIB_DIR, "rtos") +RTOS = join(ROOT, "rtos") MBED_RTX = join(RTOS, "rtx") RTOS_ABSTRACTION = join(RTOS, "rtos")