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: settings.py
- Revision:
- 3:02a8b145dcb7
- Parent:
- 0:66f3b5499f7f
- Child:
- 13:ab47a20b66f0
diff -r 07730b0f452c -r 02a8b145dcb7 settings.py --- a/settings.py Fri May 20 22:27:03 2016 +0100 +++ b/settings.py Fri May 20 22:35:52 2016 +0100 @@ -24,7 +24,7 @@ ############################################################################## # Build System Settings ############################################################################## -BUILD_DIR = abspath(join(ROOT, "build")) +BUILD_DIR = abspath(join(ROOT, ".build")) # ARM armcc = "standalone" # "keil", or "standalone", or "ds-5"