mbed header file - mbed lib revision - 93

pull/884/head mbed_lib_rev93
0xc0170 2015-02-03 15:00:42 +00:00
parent ae7e2e76ed
commit 134a67aab2
3 changed files with 4 additions and 5 deletions

View File

@ -16,7 +16,7 @@
#ifndef MBED_H
#define MBED_H
#define MBED_LIBRARY_VERSION 92
#define MBED_LIBRARY_VERSION 93
#include "platform.h"

View File

@ -37,6 +37,7 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('SSCI824', ('uARM',)),
('LPC1347', ('ARM','IAR')),
('LPC4088', ('ARM', 'GCC_ARM', 'GCC_CR', 'IAR')),
('LPC4088_DM', ('ARM', 'GCC_ARM', 'GCC_CR', 'IAR')),
('LPC1114', ('uARM','GCC_ARM', 'IAR')),
('LPC11U35_401', ('ARM', 'uARM','GCC_ARM','GCC_CR', 'IAR')),
('LPC11U35_501', ('ARM', 'uARM','GCC_ARM','GCC_CR', 'IAR')),

View File

@ -307,9 +307,7 @@ class LPC4088(LPCTarget):
LPCTarget.lpc_patch(t_self, resources, elf, binf)
class LPC4088_DM(LPC4088):
def __init__(self):
LPC4088.__init__(self)
self.extra_labels.append('LPC4088_DM')
pass
class LPC4330_M4(LPCTarget):
def __init__(self):
@ -406,7 +404,7 @@ class TEENSY3_1(Target):
self.extra_labels = ['Freescale', 'K20XX', 'K20DX256']
self.supported_toolchains = ["GCC_ARM", "ARM"]
self.is_disk_virtual = True
self.detect_code = ["0230"]
self.detect_code = ["0230"]
OUTPUT_EXT = '.hex'