Commit Graph

50 Commits (1584c55aedc2c04df909bd0bf19a24f3deb51113)

Author SHA1 Message Date
Aron L. Phillips 1584c55aed Modified the linker script for the ARM Micro, Standard, and GCC to accommodate for the specific chip that the mBuino platform uses LPC11U24FHI33/301 which is 6kB in the SRAM vs 8kB;
Added ('GHI_MBUINO',     ('ARM', 'uARM', 'GCC_ARM')), to the OFFICIAL_MBED_LIBRARY_BUILD section of build_release.py.
2014-08-01 15:53:02 -04:00
Mihail Stoyanov 787da10f72 RedBearLab NRF51822 target support 2014-07-19 18:57:26 +03:00
Yihui Xiong 76f1eb949b add ARCH_GPRS target 2014-07-16 18:34:20 +08:00
0xc0170 cf645e8fa1 [K20D50M] K20D50M - correct target name 2014-07-10 13:46:38 +01:00
Yihui Xiong 1b190a4ec2 add XADOW_M0 and ARCH_BLE 2014-07-07 15:09:25 +08:00
Bogdan Marinescu 2c7c7767de Merge pull request #385 from ytsuboi/master
[HRM1017] Added to build_release.py
2014-07-04 15:21:33 +02:00
Mihail Stoyanov 19264fc372 Added ARM MPS2 platform support
Changed ONLINE_TOOLCHAIN flag to default_toolchain
2014-07-03 12:27:08 +03:00
ytsuboi 5e91f7d5ad [HRM1017] Added to build_release.py 2014-07-03 03:35:11 +09:00
bcostm fff8e429f9 [NUCLEO_F334R8] Add uVision4 exporter 2014-06-24 11:18:43 +02:00
bcostm fa38a1d303 [NUCLEO_F411RE] Add uVision4 exporter 2014-06-20 14:17:55 +02:00
kazu fd497f40de Update build_release.py 2014-06-15 09:25:00 +09:00
kazu 3387f76cba add 11U68 ARM CR 2014-06-15 09:12:42 +09:00
kazu 1fe1b65749 Update build_release.py 2014-06-12 21:02:32 +09:00
kazu a0b12abc1b add 1549 GCC_CR 2014-06-12 05:29:44 +09:00
Bogdan Marinescu 0adb870369 Merge branch 'arch-pro' of git://github.com/xiongyihui/mbed
Conflicts:
	workspace_tools/targets.py
2014-06-11 09:40:42 +01:00
0xc0170 58ac3c6cd5 Merge branch 'gcc_k64f' of https://github.com/sg-/mbed into sg--gcc_k64f
Conflicts:
	workspace_tools/targets.py
2014-06-10 10:31:03 +01:00
sg- bc61af3b93 Start of adding gcc_arm export support and GCC_ARM compilation support. Binaries produced by GCC for K64F not functional at this point. 2014-06-02 19:20:17 -05:00
0xc0170 00ddb5570b spaces removal - workspace tools (not tmpl) 2014-05-29 15:42:03 +02:00
Yihui Xiong 73b643816c add Arch Pro target 2014-05-28 17:54:42 +08:00
bcostm 7a7376bff0 [NUCLEO_F072RB] Add platform in python files 2014-05-21 15:00:59 +02:00
Bogdan Marinescu e686ab9224 Added LPC11U68 to the official build 2014-05-19 17:08:40 +01:00
Bogdan Marinescu 9b366ee801 Added verbose option to build_release.py 2014-05-07 22:12:23 +01:00
Bogdan Marinescu e9f1ad8b98 build_release.py: add option to build only with the official toolchain 2014-05-07 14:41:12 +01:00
bcostm 682a2f6891 [NUCLEO_L053R8] Add this platform in workspace_tools files 2014-05-05 11:22:02 +02:00
Bogdan Marinescu 0a55118494 Fix K64F compiler name in build_release.py 2014-04-07 17:32:47 +01:00
0xc0170 81eaf7e05b K64F - addition to build release script 2014-04-03 10:02:29 +02:00
bcostm f936c8f9ca [NUCLEO_F302R8] Add F302R8 in workspace_tools python files 2014-03-19 15:55:30 +01:00
dinau 2d4fc59956 [LPC11U35][GCC_ARM][GCC_CR]: Modificatins for build.
1. Added to the export table in export_test.py.
2. Added to the build table in build_release.py
3. Added the compilation directives to RTX os files.

Notice:
 It would be better to change WORDS_STACK_SIZE definition in libraries/rtos/rtx/cmsis_os.h
 from 512 to 128 for LPC11U35 and LPC1114 micros compiled by GCC toolchain with newlib-nano,
 but I don't know the good way at this moment.
2014-03-17 23:45:39 +09:00
Emilio Monti ebf51d732f Add NRF51822 to the official release 2014-03-11 12:09:25 +00:00
inaud 8d1ffc7e4f [LPC1114][GCC_ARM]: Added export functionality 2014-03-08 17:15:42 +09:00
Toyomasa Watarai 7216c36d0f Added LPC11U35_501 target support
Tested with CQ's LPC11U35/501 target board
2014-03-04 17:57:33 +09:00
Yihui Xiong 602f8a0b09 to export lpc11u24 to gcc arm 2014-02-27 21:31:55 +08:00
sg- 1edb07ae94 Add target LPC1549 to release build_release.py 2014-02-20 16:47:55 -06:00
sg- bded790c9b Added uARM support for KL05Z and added target to build_release.py. Also updated uvision4.py to UBLOX_C027 from previous name C027 2014-02-17 22:12:16 -06:00
Emilio Monti 3136fcc15c Add Nucleo board reset. Do not release Nordic yet. 2014-02-14 10:38:52 +00:00
Emilio Monti 9762d3af3b Add UBLOX_C027 to official builds 2014-02-12 11:34:06 +00:00
Emilio Monti e5ac8fed59 Update list of officially supported builds 2014-02-12 10:31:25 +00:00
Bogdan Marinescu 84a8f2bcd4 Remove not validated targets from build_release.py 2014-01-27 17:29:54 +02:00
bcostm 7d145c8dc4 [NUCLEO_L152RE] Add first files (gpio, pinmap, us_ticker) 2014-01-10 17:46:18 +01:00
Bogdan Marinescu e162e96245 Always use the local version of workspace_tools
This ensures compatibility with the mbed-tools package.
2013-12-19 15:02:57 +02:00
Bogdan Marinescu b72b73e6f0 Added LPC11U35_401 in the list of official builds 2013-12-13 13:36:37 +02:00
Bogdan Marinescu 1f942615c1 Added KL46Z and NUCLEO_F103RB to the official SDK build 2013-12-09 18:24:05 +02:00
Bogdan Marinescu 6959ef77f4 Don't build a NUCLEO_F103RB release for now
NUCLEO_F103RB is not yet integrated in the on-line environment, so don't
build a release for it yet.
2013-12-03 12:44:30 +02:00
Bogdan Marinescu 49df530ae7 Merge pull request #118 from bcostm/master
Add STMicroelectronics NUCLEO_F103RB target
2013-12-02 03:15:58 -08:00
Bogdan Marinescu ea7ee814c9 LPC4088_EA doesn't exist anymore, remove from build_release 2013-11-26 19:26:49 +02:00
Bogdan Marinescu 86e57616ce Added LPC4088_EA to the list of targets 2013-11-18 19:57:25 +02:00
bcostm 6d9b523185 Update workspace_tools files 2013-11-14 11:07:01 +01:00
Emilio Monti e0d0dddc78 Additional toolchains to the official builds for the KL25Z and LPC4088 2013-11-05 14:58:47 +00:00
Bogdan Marinescu 3210ac98d1 Added LPC1114 in the official release list 2013-08-19 13:51:39 +03:00
Bogdan Marinescu 0e013cf5c8 Added script for building an official release of the mbed library 2013-08-12 13:45:35 +03:00