Mahadevan Mahesh
f512738f91
Add support for KL27Z FRDM board
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-04-29 15:45:05 -05:00
Martin Kojtal
d25daf7fad
Merge pull request #1680 from svastm/master
...
[NUCLEO_L031K6] Add target
2016-04-26 11:07:44 -05:00
Jan Jongboom
ffb1cc9ac4
Add GCC exporter for micro:bit
2016-04-22 10:12:39 +02:00
svastm
42a1d862e2
[NUCLEO_L031K6] Add to build and export scripts
2016-04-21 16:25:58 +02:00
Steven Cooreman
ffcdd68d7d
Add EFM32 Pearl Gecko to the library builds in anticipation of release. ( #1668 )
2016-04-14 15:49:14 +01:00
0xc0170
287c3b71f4
mbed lib revision - 116
2016-03-15 15:34:00 +00:00
tomoyuki yamanaka
a4c27c1f40
Bug fix the export function to the IAR.
...
We added the IAR tool chain to release build.
2016-03-07 13:14:06 +09:00
0xc0170
67fe82479a
Build release - add nucleo f746zg
2016-03-02 11:01:46 +01:00
Martin Kojtal
ba89da08bc
Merge pull request #1555 from bridadan/release-build-tests
...
Allow building of tests in build_release script
2016-02-20 08:03:08 +00:00
Brian Daniels
b020cbe758
Allow build_release.py to build tests
2016-02-19 16:00:11 -06:00
sg-
018cdb928a
Remove all references and use of code sourcery GCC in docs, build and export scripts
2016-02-10 23:27:33 -06:00
Martin Kojtal
45dbe35006
Merge pull request #1490 from ytsuboi/add-TY51822r3
...
[TY51822r3] add platform
2016-01-15 07:47:49 +00:00
Brian Daniels
bd8fcebfde
Fixes toolchain filtering
2016-01-12 15:34:02 -06:00
ytsuboi
9a9885e5fa
[TY51822r3] add platform
2016-01-06 23:17:24 +09:00
adustm
b12bcf2cbc
Add exporters for the new platform + add it to build and tests files
2016-01-06 13:51:53 +00:00
Wayne Roberts
fd20e2da7a
release platform MOTE_L152RC to public
2015-12-09 10:53:51 -08:00
Olaf Hagendorf
3ad727d681
[DISCO_F746] adding gcc_arm to build_release.py
2015-11-26 17:55:57 +01:00
Parthasarathy.S
ad561d66ef
Updated Readme for Atmel platform information and Added Atmel targets to the library build list
2015-11-24 19:50:37 +05:30
Wojciech Gorniak
c11d54e5b6
Merge https://github.com/mbedmicro/mbed
...
Conflicts:
workspace_tools/export/iar.py
workspace_tools/toolchains/gcc.py
2015-11-20 10:08:05 +01:00
adustm
92fb85f8bd
Merge remote-tracking branch 'refs/remotes/mbedmicro/master' into DEV_DISCOF429ZI
2015-11-16 15:02:41 +01:00
Brian Daniels
7f28e18afe
Allowing builds to report under different package name
2015-11-12 11:01:07 -06:00
Brian Daniels
736cae108e
Consolidating reporting in build_release and test_api
2015-11-12 11:01:03 -06:00
Brian Daniels
6ee94dee1e
Merged build_release report format into test junit format
2015-11-12 11:01:02 -06:00
adustm
11224405a8
Merge remote-tracking branch 'refs/remotes/mbedmicro/master' into DEV_DISCOF429ZI
...
Conflicts:
workspace_tools/build_release.py
workspace_tools/export/gccarm.py
workspace_tools/export/uvision4.py
workspace_tools/export_test.py
2015-11-12 10:42:59 +01:00
Rafal Fabich
63574f4c48
Added build target for STM32F410RB.
...
Initial version that can be built is based on STM32F411RE target which is compatible with F410.
TODOs: MCU specific modifications in CMSIS/HAL like memory sizes/map, peripherals, clocks, etc.
2015-11-12 09:07:47 +01:00
adustm
2e82fcdf34
DISCO_F429ZI: Update build and exporter files
2015-11-09 10:59:13 +01:00
dbestm
ba14dee242
Merge remote-tracking branch 'refs/remotes/mbedmicro/master' into dev_disco_f469ni
2015-11-06 10:54:09 +01:00
0xc0170
6bdf53a4e8
mbed lib revision - 109
...
Fix in analogin - DK target does not provide the pins
2015-10-29 11:48:55 +00:00
dbestm
7d245b9cff
Merge branch 'master' of https://github.com/mbedmicro/mbed into dev_disco_f469ni
2015-10-21 16:26:16 +02:00
dbestm
c01a13fe1f
[DISCO_F469NI] add support of the disco f469ni
2015-10-21 16:26:06 +02:00
dbestm
86c139d13b
[NUCLEO_F303K8] add support for the nucleo_f303k8
2015-10-12 11:34:06 +02:00
Martin Kojtal
3b75452bbd
Merge pull request #1365 from dbestm/dev_nucleo_f042k6
...
Dev nucleo f042k6
2015-10-06 13:15:39 +01:00
Martin Kojtal
0e0bd6f2dd
Merge pull request #1361 from Wiznet/mbed_eco
...
PR for new platform WIZWIKI_W7500ECO.
2015-10-06 11:40:41 +01:00
0xc0170
2b2fa3a4e4
mbed lib revision - 108
2015-10-02 19:08:08 +02:00
dbestm
f769fee22f
Merge branch 'master' of https://github.com/mbedmicro/mbed into dev_nucleo_f042k6
2015-10-01 14:04:34 +02:00
dbestm
d3ae38ced6
[NUCLEO_F042K6] add nucleo_f042k6 support
2015-10-01 14:03:52 +02:00
kaizen8501
6b3f4ec087
Change to use whitespaces instead of TAB.
2015-09-30 12:44:21 +09:00
hjjeon0608
c07b81c52d
Add WIZWIKI_W7500ECO platform in targets.py and build_release.py.
2015-09-30 10:14:00 +09:00
Martin Kojtal
0fa6058084
Revert "[NUCLEO_F303K8] add support of the STM32F303K8"
2015-09-28 19:01:26 +02:00
dbestm
d7ab336a2b
Merge branch 'master' of https://github.com/mbedmicro/mbed into dev_nucleo_f303k8
...
Conflicts:
workspace_tools/host_tests/host_test.py
2015-09-28 14:23:53 +02:00
0xc0170
4b5bb913d2
Merge branch 'mbed_dev2' of https://github.com/Wiznet/mbed into Wiznet-mbed_dev2
2015-09-28 12:43:52 +02:00
dbestm
0fb5d52a8c
[NUCLEO_F303K8] add rtos support
2015-09-24 16:33:57 +02:00
dbestm
1f04d34700
Merge branch 'master' of https://github.com/mbedmicro/mbed into dev_nucleo_f303k8
2015-09-24 16:22:15 +02:00
dbestm
8361259947
[NUCLEO_F303K8] add support of the STM32F303K8
2015-09-23 11:32:38 +02:00
Wojciech Gorniak
a68263815f
Merge branch 'master' of https://github.com/mbedmicro/mbed
2015-09-17 11:52:48 +02:00
0xc0170
37ae865a61
mbed lib revision - 107
2015-09-17 08:40:09 +01:00
hjjeon0608
0dc6adf51d
Add WIZWIKI_W7500P platform in targets.py and build_release.py.
2015-09-09 14:22:19 +09:00
Wojciech Gorniak
b9fd743216
ELMO target (NUCLEO_F411RE copy).
...
Conflicts:
workspace_tools/build_release.py
workspace_tools/export_test.py
workspace_tools/toolchains/gcc.py
2015-09-03 11:58:01 +02:00
0xc0170
8a32badea1
mbed lib revision - 106
2015-09-02 16:47:10 +01:00
0xc0170
020975119c
mbed lib revision - 104
2015-08-05 14:19:47 +01:00