Commit Graph

201 Commits (ef1d2ef01efdaf454a7dbdcb7ea225d1f6699ff5)

Author SHA1 Message Date
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
James Devine 50fca30a2f microbit: Added NRF51_MICROBIT_B to build_release.py
Added NRF51_MICROBIT_B to build_release.py so this platform
can be built for release.
2015-07-27 11:31:49 +01:00
James Devine 585fe6245f Add BBC microbit platform: NRF51_MICROBIT
This adds the BBC micro:bit platform, based on NRF51822

Initially, add the platform to use whatever version of softdevice is the
default for the NRF51822-based platforms.

Originally written by James, modified for new target inheritance by
Jonathan Austin:

Signed-off-by: Jonathan Austin <jonathan.austin@arm.com>
2015-07-27 11:07:53 +01:00
PeterConheeney 06b9c99b27 mps2 added to build_release.py 2015-07-07 08:35:37 +01:00
0xc0170 45dd7550f2 Merge branch 'micronfcboard-build-release-fix' of https://github.com/bridadan/mbed into bridadan-micronfcboard-build-release-fix
Conflicts:
	workspace_tools/build_release.py
2015-07-01 08:18:26 +01:00
Bogdan Marinescu 81e206d2ad Disable DISCO_F746NG for now
Since code for this target can't be built with the online compiler at the
moment, disable it until we upgrade to a newer version of the compiler.
2015-06-24 11:35:46 +03:00
Bogdan Marinescu 299aff13f2 Fixes to build_release.py
- there's no target called APPNEARME_MICRONFCBOARD
- LPC11U37H_401 doesn't support IAR in targets.py
- DISCO_F736NG doesn't support GCC_ARM in targets.py
- LPC2460 syntax error
2015-06-23 15:12:42 +03:00
Brian Daniels 983fdafba3 Fixed name for MICRONFCBOARD in build_release.py 2015-06-22 10:59:43 -05:00
bcostm 02095056bb [DISCO_F746NG] Add new target (py files + uvision exporter template) 2015-06-18 11:16:09 +02:00
0xc0170 6b2cd339ee PR #1171 - Squashed commit of the following:
commit 5b65ac9848f232b37ccf57b3cea3c8abd8788eb8
Merge: 4778e33 167456e
Author: 0xc0170 <c0170@rocketmail.com>
Date:   Wed Jun 10 13:18:07 2015 +0100

    Merge branch 'master' of https://github.com/toyowata/mbed into toyowata-master

commit 167456ebda
Author: Toyomasa Watarai <toyomasa.watarai@gmail.com>
Date:   Wed Jun 10 11:22:47 2015 +0900

    Change target name not use low cases

    Rev.101 mbed library support WIZnet platfrom.  However, we got build
    error as below by online compiler:

    Target “WIZWIKI_W7500” is not recognized

    This is because target name contained low cases (e.g. WIZwiki_W7500).
    The target name should be all upper case.

commit b988a534a5
Merge: f74cbe0 a140fc6
Author: Toyomasa Watarai <toyomasa.watarai@gmail.com>
Date:   Wed Jun 10 11:10:37 2015 +0900

    Merge remote-tracking branch 'upstream/master'

commit f74cbe0d80
Author: Toyomasa Watarai <toyomasa.watarai@gmail.com>
Date:   Wed Jun 10 11:07:02 2015 +0900

    Revert RTC test script change

    As a result of discussion here:
    https://github.com/mbedmicro/mbed/pull/1154

commit a4923ffaab
Author: Toyomasa Watarai <toyomasa.watarai@gmail.com>
Date:   Thu Jun 4 00:17:06 2015 +0900

    [TEST] Add MCU list in RTC automated test

    * Add "mcu" key with lists of RTC support targets (#define DEVICE_RTC 1
    in device.h), now MBED_16 test is not executed by non-RTC targets
2015-06-10 13:18:34 +01:00
Brian Daniels 0afe1e8059 Added platform filter to build_release.py 2015-06-08 10:26:39 -05:00
Martin Kojtal 4e503efe2e Merge pull request #1163 from 0xc0170/release_targets
Build release - AppNearMe target addition, fixes for 2 Silabs target (no ARM)
2015-06-08 16:08:31 +01:00
sg- 27aa980588 add targets to release 2015-06-08 14:42:12 +01:00
0xc0170 d4e4f7ce4b Build release - AppNearMe target addition, fixes for 2 Silabs target (no ARM) 2015-06-08 13:42:39 +01:00
Martin Kojtal 927c31ab84 Merge pull request #1121 from Wiznet/master
Add WIZwiki-W7500
2015-06-03 08:54:53 +01:00
0xc0170 4b93618af6 Squashed commit of the following (#1149 PR on github):
commit 4810979575d8feccff1d6dc75ab24e3753c4e0f0
Merge: 83c82b0 0e23067
Author: 0xc0170 <c0170@rocketmail.com>
Date:   Wed Jun 3 08:06:14 2015 +0100

    Merge branch 'master' of https://github.com/screamerbg/mbed into screamerbg-master

commit 0e23067718
Author: Mihail Stoyanov <wm@smode.org>
Date:   Tue Jun 2 16:08:08 2015 +0300

    Add the Delta NNN40 platform to releases

commit 62a585dcda
Merge: e1cd545 7a1d25e
Author: Mihail Stoyanov <wm@smode.org>
Date:   Tue Jun 2 16:06:44 2015 +0300

    Merge branch 'master' of https://github.com/mbedmicro/mbed

    Conflicts:
    	workspace_tools/tests.py

commit e1cd545a9c
Merge: 5c5e61f ffd5586
Author: Mihail Stoyanov <wm@smode.org>
Date:   Thu May 7 13:07:48 2015 +0300

    Merge branch 'master' of https://github.com/mbedmicro/mbed

commit 5c5e61f0ac
Author: Mihail Stoyanov <wm@smode.org>
Date:   Thu May 7 13:07:35 2015 +0300

    Remove the Disco L053 from RTOS tests as it's not ready yet

commit e75efe3467
Author: Mihail Stoyanov <wm@smode.org>
Date:   Wed May 6 13:49:05 2015 +0300

    Tidy up targets.py
2015-06-03 08:07:32 +01:00
hjjeon0608 4d977799b6 Merge branch 'master' of https://github.com/mbedmicro/mbed 2015-06-02 08:58:50 +09:00
Martin Kojtal 6f7f37eec7 Merge pull request #1118 from logost/LPC2460
Introduction of new platform LPC2460 MCU
2015-06-01 10:52:03 +01:00
hjjeon0608 ccd7e79d8c Add WIZwiki_W7500 in build_release.py 2015-05-27 17:38:27 +09:00