add 1549 GCC_CR

pull/354/head
kazu 2014-06-12 05:29:44 +09:00
parent 74a051e5e6
commit a0b12abc1b
6 changed files with 6 additions and 5 deletions

1
libraries/rtos/rtx/RTX_CM_lib.h Normal file → Executable file
View File

@ -420,3 +420,4 @@ __noreturn __stackless void __cmain(void) {
* end of file
*---------------------------------------------------------------------------*/

1
libraries/rtos/rtx/RTX_Conf_CM.c Normal file → Executable file
View File

@ -266,3 +266,4 @@ void sysThreadError(osStatus status) {
/*----------------------------------------------------------------------------
* end of file
*---------------------------------------------------------------------------*/

3
workspace_tools/build_release.py Normal file → Executable file
View File

@ -30,7 +30,6 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('LPC11U24', ('ARM', 'uARM', 'GCC_ARM')),
('LPC1768', ('ARM', 'GCC_ARM', 'GCC_CR', 'GCC_CS', 'IAR')),
('UBLOX_C027', ('ARM', 'GCC_ARM', 'GCC_CR', 'GCC_CS', 'IAR')),
('ARCH_PRO', ('ARM', 'GCC_ARM', 'GCC_CR', 'GCC_CS', 'IAR')),
('LPC2368', ('ARM',)),
('LPC812', ('uARM',)),
('LPC1347', ('ARM',)),
@ -38,7 +37,7 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('LPC1114', ('uARM','GCC_ARM')),
('LPC11U35_401', ('ARM', 'uARM','GCC_ARM','GCC_CR')),
('LPC11U35_501', ('ARM', 'uARM','GCC_ARM','GCC_CR')),
('LPC1549', ('uARM',)),
('LPC1549', ('uARM',,'GCC_CR')),
('KL05Z', ('ARM', 'uARM', 'GCC_ARM')),
('KL25Z', ('ARM', 'GCC_ARM')),

2
workspace_tools/export/codered.py Normal file → Executable file
View File

@ -29,7 +29,7 @@ class CodeRed(Exporter):
'LPC11U35_401',
'LPC11U35_501',
'UBLOX_C027',
'ARCH_PRO',
'LPC1549',
]
def generate(self):

2
workspace_tools/export_test.py Normal file → Executable file
View File

@ -88,7 +88,7 @@ if __name__ == '__main__':
('lpcxpresso', 'LPC1768'), ('lpcxpresso', 'LPC4088'),('lpcxpresso', 'LPC1114'),
('lpcxpresso', 'LPC11U35_401'),
('lpcxpresso', 'LPC11U35_501'),
('lpcxpresso', 'LPC11U35_501'),('lpcxpresso', 'LPC1549'),
# Linux path: /home/emimon01/bin/gcc-cs/bin/
# Windows path: "C:/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/"
('codesourcery', 'LPC1768'),

View File

@ -556,7 +556,7 @@ class LPC1549(Target):
self.extra_labels = ['NXP', 'LPC15XX']
self.supported_toolchains = ["uARM"]
self.supported_toolchains = ["uARM","GCC_CR"]
self.supported_form_factors = ["ARDUINO"]