Commit Graph

1147 Commits (32b214c4b1a561294c6a200121d70898b6ef6406)

Author SHA1 Message Date
Przemek Wirkus 32b214c4b1 Removed progress characters, they just look stupid in Travis console 2014-12-03 10:48:53 +00:00
Przemek Wirkus e5d7f85597 Added new switch --silet to build.py to avoid endless screens of Copy / Compile. In silent mode only warnings / erros / build product will be displayed
Added new line after warning / errors
2014-12-03 09:36:58 +00:00
Przemek Wirkus b2ab78673a Added new switch --silet to build.py to avoid endless screens of Copy / Compile. In silent mode only warnings / erros / build product will be displayed 2014-12-03 09:25:11 +00:00
Przemek Wirkus 0c848f8290 Added new switch --silet to build.py to avoid endless screens of Copy / Compile. In silent mode only warnings / erros / build product will be displayed 2014-12-03 09:24:19 +00:00
Przemek Wirkus 027a6bc35d Final commit with chanes related to --testlib switch and test linking for
Travis CI in github.
2014-12-02 11:43:45 +00:00
Przemek Wirkus a2fef756e5 Modified Travis build script to ommit --testlib switch - on Linux machines
linking the same lib twice causes linking errors (Not on Windows GCC_ARM though)
2014-12-02 11:39:23 +00:00
Przemek Wirkus 6c22025ae0 Added simple mbed SDK test linking against popular libraries 2014-12-01 16:51:03 +00:00
Przemek Wirkus 670eea7937 Modified make.py so now parameter -n can handle comma separated lists of test names.
Bugfix for option -p
2014-12-01 15:33:30 +00:00
Przemek Wirkus 2120e52a81 Modified make.py so now parameter -n can handle comma separated lists of test names. 2014-12-01 15:07:17 +00:00
Przemek Wirkus e21bcaf790 Added new command line switches to link with external mbed libraries like: rtos, eth, usb, usb_host, testlib or ublox
This will allow users to link tests against libs. For example it is possible to build network test (like NET_1) using make.py now
2014-12-01 14:51:55 +00:00
Przemek Wirkus 29ec3833d5 Added detect code for FRDM-K22F 2014-12-01 10:40:17 +00:00
Mihail Stoyanov fc212067da Add 2 seconds delay to Renesas RZ_A1H target config for the automated test suite 2014-11-27 16:39:19 +02:00
Bogdan Marinescu e1d38422ed Merge branch 'newbuild_lib_rev92' 2014-11-27 13:56:11 +00:00
Martin Kojtal 45812304fb Merge pull request #745 from GustavWi/iar_mbed
Tools: Override default linker file for devices (was not needed before NVIC tab...
2014-11-27 05:03:56 -08:00
Bogdan Marinescu 596e8b7706 Added RZ_A1H to release 2014-11-27 12:59:35 +00:00
GustavWi b00b46a986 Override default linker file for devices (was not needed before NVIC table ram space in icf file 2014-11-27 13:47:19 +01:00
Masao Hamanaka cf9fc3c4ac Add SD function
Add SD function and tests for RZ_A1H.
2014-11-27 17:12:57 +09:00
Martin Kojtal b286515693 Merge pull request #737 from ohagendorf/NUCLEO_F030R8_F072RB_export_gcc_coide
Tools: NUCLEO_F030R8, NUCLEO_F072RB - export to gcc_arm and coide
2014-11-23 22:29:53 -08:00
Martin Kojtal 9ab13826a0 Merge pull request #734 from 0xc0170/dev_nrf51_xx_exporters
Tools: Export for nrf51dk and dongle to GCC ARM and uvision
2014-11-23 22:19:07 -08:00
ohagendorf 0e9e13e244 [NUCLEO_F0xx] build_travis and build_release
Add NUCLEO_F030 and NUCLEO_F072 to build_travis. Extend toolchainlist of
both targets in build_release.
2014-11-22 15:21:33 +01:00
ohagendorf 4d04aba235 [NUCLEO_F072RB] exporter for gcc and coide 2014-11-22 14:56:30 +01:00
ohagendorf caf42f946c [NUCLEO_F030R8] exporter for gcc and coide 2014-11-22 12:18:31 +01:00
Przemek Wirkus f7f79866d1 Unlocked --db switch. Added check when parsing DB connection string 2014-11-21 13:57:23 +00:00
Przemek Wirkus 197a1afe5e Unlocked --db switch. Added Wiki page entry to explain how to use MySQL DB with test suite 2014-11-21 13:57:19 +00:00
Przemek Wirkus 646d2b8ae2 target detection API added together with detection codes which will be used to determine platform - used mainly by lmtools 2014-11-21 13:57:15 +00:00
Przemek Wirkus 6c04ac8b75 Minor change: added more informative commnet about self.detect_code field in Target class 2014-11-21 13:57:12 +00:00
0xc0170 179e720345 Tools: Export for nrf51dk and dongle to GCC ARM and uvision 2014-11-21 09:26:41 +00:00
ohagendorf 85ed83263c [EXPORT][GCC_ARM] additional linker option for wrap main
Most makefile templates didn't use the -Wl,--wrap,main so that
__wrap_main was not called.
2014-11-20 21:26:08 +01:00
Mihail Stoyanov 1490888ddb Merge branch 'master' of https://github.com/mbedmicro/mbed 2014-11-19 14:45:49 +02:00
Mihail Stoyanov fbf08e2727 Make merging of soft device optional for FOTA platforms and change FOTA platforms to generate .hex files 2014-11-19 14:45:36 +02:00
Martin Kojtal 160b1f04b8 Merge pull request #725 from GustavWi/iar_mbed
Tools: Add defines to IAR templates
2014-11-19 03:30:43 -08:00
GustavWi 4a8685fdb6 Added defines to IAR templates 2014-11-19 11:49:24 +01:00
0xc0170 dcfa675e50 Merge branch 'NUCLEO_L152RE_exporter' of github.com:ohagendorf/mbed into ohagendorf-NUCLEO_L152RE_exporter
Conflicts:
	workspace_tools/build_travis.py
	workspace_tools/export/coide.py
2014-11-19 08:43:14 +00:00
Martin Kojtal 7ff3e68a96 Merge pull request #714 from ohagendorf/NUCLEO_F302R8_exporter_2
Tools: NUCLEO_F302R8  - exporters for gcc_arm and coide
2014-11-19 00:28:37 -08:00
Martin Kojtal eadd2013c2 Merge pull request #719 from PrzemekWirkus/host-test-improvements-part-2
Tools: Host test plugin improvements, part 2: Copy plugins
2014-11-19 00:24:28 -08:00
GustavWi 849c8742f0 IAR export LPC4088 2014-11-18 16:19:26 +01:00
GustavWi 299749f143 IAR export LPC810 + 812 2014-11-18 16:09:38 +01:00
GustavWi 82523de2c6 IAR export LPC1549 2014-11-18 16:01:34 +01:00
GustavWi d13714fb07 IAR export for LPC11XX and 11CXX 2014-11-18 15:49:23 +01:00
GustavWi b3656be310 Added IAR export for LPC11UXX 2014-11-18 14:54:40 +01:00
GustavWi 5311efaae6 Added IAR export for LPC11U68. 2014-11-18 11:15:49 +01:00
Martin Kojtal 02497b1f62 Merge pull request #708 from dinau/fixed_parallel_build_issue
Tools: Export GCC_ARM Makefile -  Refactoring makefiles templates
2014-11-18 00:03:52 -08:00
Przemek Wirkus 2ab22b1dbe Host test plugins: removed shutil.copy() dependency and added re module import - note this plugin is still unstable so change is just cosmetic 2014-11-17 16:07:18 +00:00
Przemek Wirkus 7e11ffd173 Fixed traceback from host_test_plugin - formating issue with integer 2014-11-17 15:45:10 +00:00
ohagendorf 67379da300 [NUCLEO_F302R8] exporters for gcc_arm and coide
Adding a missing line in build_release.
2014-11-16 18:29:15 +01:00
ohagendorf 42c20128a6 [NUCLEO_F302R8] exporters for gcc_arm and coide
Adds exporter for gcc_arm and coide for the NUCLEO_F302R8.
2014-11-16 18:24:57 +01:00
ohagendorf 5c36e9544f [NUCLEO_L152RE] exporters for gcc_arm and coide 2014-11-16 17:10:47 +01:00
ohagendorf 1cde3b3877 [EXPORT][GCC_ARM] additional linker option for wrap main
Most makefile templates didn't use the -Wl,--wrap,main so that
__wrap_main was not called.
2014-11-15 21:35:48 +01:00
Rohit Grover ab3fb54a15 fix a minor typo in an error message 2014-11-15 08:47:35 +00:00
dinau feae034bff [Export][GCC_ARM][Makefile][tmpl] Fixed parallel build errro and others. 2014-11-15 11:43:15 +09:00