File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
TOOLS_BOOTLOADERS = join (TOOLS , "bootloaders" )
32
32
33
33
# mbed libraries
34
- MBED_BASE = join (LIB_DIR , "mbed " )
34
+ MBED_BASE = join (ROOT , "hal " )
35
35
36
36
MBED_API = join (MBED_BASE , "api" )
37
37
MBED_COMMON = join (MBED_BASE , "common" )
50
50
RPC_LIBRARY = join (BUILD_DIR , "rpc" )
51
51
52
52
# mbed RTOS
53
- RTOS = join (LIB_DIR , "rtos" )
53
+ RTOS = join (ROOT , "rtos" )
54
54
MBED_RTX = join (RTOS , "rtx" )
55
55
RTOS_ABSTRACTION = join (RTOS , "rtos" )
56
56
Original file line number Diff line number Diff line change 24
24
##############################################################################
25
25
# Build System Settings
26
26
##############################################################################
27
- BUILD_DIR = abspath (join (ROOT , "build" ))
27
+ BUILD_DIR = abspath (join (ROOT , ". build" ))
28
28
29
29
# ARM
30
30
armcc = "standalone" # "keil", or "standalone", or "ds-5"
You can’t perform that action at this time.
0 commit comments