Skip to content

Commit bf254ca

Browse files
For this commit, renamed GHI_MBUINO to OC_MBUINO as required for the platform change as well as the TARGET_GHI_MBUINO to TARGET_OC_MBUINO directory.
1 parent 4bc1944 commit bf254ca

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

workspace_tools/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
('RBLAB_NRF51822', ('ARM', )),
6565

6666
('LPC11U68', ('uARM','GCC_ARM','GCC_CR')),
67-
('GHI_MBUINO', ('ARM', 'uARM', 'GCC_ARM')),
67+
('OC_MBUINO', ('ARM', 'uARM', 'GCC_ARM')),
6868
)
6969

7070

workspace_tools/build_travis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{ "target": "LPC1768", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "eth", "usb_host", "usb", "ublox", "fat"] },
3131
{ "target": "LPC2368", "toolchains": "GCC_ARM", "libs": ["fat"] },
3232
{ "target": "LPC11U24", "toolchains": "GCC_ARM", "libs": ["dsp", "rtos", "fat"] },
33-
{ "target": "GHI_MBUINO", "toolchains": "GCC_ARM", "libs": ["fat"] },
33+
{ "target": "OC_MBUINO", "toolchains": "GCC_ARM", "libs": ["fat"] },
3434

3535
{ "target": "LPC11U24_301", "toolchains": "GCC_ARM", "libs": ["fat"] },
3636
{ "target": "NUCLEO_F103RB", "toolchains": "GCC_ARM", "libs": ["fat"] },

workspace_tools/targets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def __init__(self):
589589
self.macros = ['TARGET_NRF51822']
590590

591591

592-
class GHI_MBUINO(LPC11U24):
592+
class OC_MBUINO(LPC11U24):
593593
def __init__(self):
594594
LPC11U24.__init__(self)
595595
self.core = "Cortex-M0"
@@ -655,7 +655,7 @@ def __init__(self):
655655
HRM1017(),
656656
ARM_MPS2(),
657657
RBLAB_NRF51822(),
658-
GHI_MBUINO(),
658+
OC_MBUINO(),
659659
MTS_GAMBIT(),
660660
]
661661

0 commit comments

Comments
 (0)