Commit Graph

2297 Commits (b45361a4d475b3fc31923e4385d43cae4bca12b2)

Author SHA1 Message Date
Przemek Wirkus e5f2d119ae Added self parameter to mbedToolchain::__exit__() method
Removed unused modules' imports

Few minor indent issues fixed
2014-08-14 17:40:58 +01:00
Przemek Wirkus e4419e7d11 Merge pull request #1 from mbedmicro/master
Update
2014-08-14 17:21:27 +01:00
Bogdan Marinescu cc0476de33 Merge branch 'master' of github.com:mbedmicro/mbed 2014-08-14 17:13:41 +01:00
Bogdan Marinescu 939725575d Switched XADOW_M0 to uARM for correct compilation 2014-08-14 17:11:57 +01:00
Aron L. Phillips bf254ca673 For this commit, renamed GHI_MBUINO to OC_MBUINO as required for the platform change as well as the TARGET_GHI_MBUINO to TARGET_OC_MBUINO directory. 2014-08-14 10:56:32 -04:00
Przemek Wirkus 4bc1944973 Removed two logger entries in global test api functions (JSON parser prompters) 2014-08-14 14:39:52 +01:00
Przemek Wirkus 7d3ce4d65f Fixed toolchain colummn order when using --config option 2014-08-14 14:31:28 +01:00
Bogdan Marinescu ba4f09543f Merge branch 'master' of github.com:mbedmicro/mbed 2014-08-14 12:40:26 +01:00
Bogdan Marinescu 8c28ed250a Removed DISCO_F407VG from the official build
It was basically useless, since there's no corresponding target on
mbed.org
2014-08-14 11:38:11 +01:00
Przemek Wirkus a09f3dd605 Bugfix: when displaying extra summary using -t option some indexes are not found and dictionary must be checked against key 2014-08-14 11:30:50 +01:00
Przemek Wirkus 278acbec5d Host test: wrapped mbed.serial.timeout into separate function to avoid traceback and send proper IO_SERIAL error from host test(s) 2014-08-14 11:29:56 +01:00
Christian Taedcke cc09416bd2 Using jinja2 environment to load the template file.
This enables the use of template inheritance, see
http://jinja.pocoo.org/docs/templates/#template-inheritance
2014-08-13 21:52:47 +02:00
neilt6 083ac31ad5 Added count argument to disk read/write
The count argument in disk_read() and disk_write() is now passed to the
FATFileSystem instance. This allows more efficient disk drivers to be
written that can read and write multiple sectors at a time.
2014-08-13 09:12:12 -06:00
Przemek Wirkus a5bdd4a8bb More comments added to methods in host_test.py 2014-08-13 11:29:06 +01:00
Przemek Wirkus 005c3a7b87 Host test: wrapped timeout for MUTs serial port access to handle IO_SERIAL error while accessing serial port 2014-08-13 11:11:51 +01:00
Przemek Wirkus d076c51060 Changed short description for --firmware-name switch 2014-08-13 10:27:12 +01:00
Przemek Wirkus 61f028f050 Fixed commit issues regarding logging mechanism - missed during previous commits 2014-08-13 10:27:10 +01:00
Przemek Wirkus 8cc7678c4b Small comment indent in test web api file 2014-08-13 10:27:07 +01:00
Przemek Wirkus f80d0302a7 Added simple logger CLI logger (with logging to file) plus simple logger super class 2014-08-13 10:27:05 +01:00
Przemek Wirkus 23bcf850b3 Small update to new functionality for logger 2014-08-13 10:27:03 +01:00
Przemek Wirkus 0e6803b787 Bugfix: fixed function printing table with test results per target (switch -t) 2014-08-13 10:27:00 +01:00
Przemek Wirkus 698fe930e6 Changed functions' docstring format a little to mach singletest, test api and test webapi files 2014-08-13 10:26:58 +01:00
Przemek Wirkus fd23d125db reset functionality extensions: added function which will handle image configuration file changes after binary (image) copy to target. Now we can copy binary (image) into specified directory on MUTs disk 2014-08-13 10:26:55 +01:00
Przemek Wirkus 28b48ae4d0 reset functionality extensions: adding 'image_copy_method_selector' - function which will apply if necessary image configuration file modifications when image is copied onto MUT 2014-08-13 10:26:53 +01:00
Przemek Wirkus 17c0132d56 Added parts of functionality related to extra reset types, global timeout increments and image configuration file modifications 2014-08-13 10:26:50 +01:00
Przemek Wirkus 0f8c5dc494 MPS2: Added function which will modify image cfg. file for MPS2 board. Added skeleton for log functionality 2014-08-13 10:26:48 +01:00
Przemek Wirkus c1ebcb498b Simple indent for function call parameters 2014-08-13 10:26:46 +01:00
Przemek Wirkus 64640c8880 Feature: MPS2 reset functionality implementation (not finished and will not break current implementation) 2014-08-13 10:26:43 +01:00
Przemek Wirkus 5947838b2b BUgfix: jobs (-j) value was not properly set in SingletestRunner class parameters 2014-08-13 10:26:41 +01:00
Alexander Valitov cde156cadc Added implementation for "rename" on FAT file system 2014-08-13 10:20:31 +01:00
Martin Kojtal 1409f2a090 Merge pull request #442 from micromint/master
[HAL] LP4330_M4 i2c/spi update
2014-08-13 08:47:12 +01:00
jesusalvarez c2327523bd LP4330_M4 i2c/spi update 2014-08-12 19:25:25 -04:00
Bogdan Marinescu 23b25bbd91 Merge branch 'master' of github.com:mbedmicro/mbed 2014-08-12 15:06:47 +01:00
Bogdan Marinescu 25926ae75d Re-implemented LPC patching step
Now implemented as a 'post binary hook'. Targets that need this will have
to inherit from LPCTarget instead of Target, the rest should be automatic
(but see LPC4088 for an exception (currently, hooks can't be chained
automatically))
2014-08-12 14:59:50 +01:00
Bogdan Marinescu ec6f5454a8 Merge pull request #435 from janekm/master
fixes to NRF51822 GCC template
2014-08-12 10:22:59 +01:00
Bogdan Marinescu e6bf98d996 Merge pull request #437 from 0xc0170/fix_nordic_exporters
[Exporters] Nordic - uvision - RAM fix and mergehex removal
2014-08-12 10:22:24 +01:00
Martin Kojtal c266ac3596 Merge pull request #439 from xiongyihui/stm32f407
[Exporters] add DISCO_F407VG's uvision support
2014-08-12 07:38:54 +01:00
Yihui Xiong c8704284bd add DISCO_F407VG's uvision support 2014-08-12 11:53:19 +08:00
Bogdan Marinescu beaec03041 Compile LPC1549 with GCC_ARM under Travis 2014-08-11 15:21:05 +01:00
Bogdan Marinescu 15129aa459 Merge pull request #434 from chrta/add_lpc1549_gcc_arm
[LPC1549] Add support for GCC_ARM
2014-08-11 14:34:11 +01:00
Bogdan Marinescu ca36374e2e Merge pull request #436 from xiongyihui/variant_bug
fixed L6235E link error for Xadow M0
2014-08-11 13:59:40 +01:00
Janek Mann 74080c1efc getting up to date with upstream
Merge remote-tracking branch 'upstream/master'
2014-08-11 12:45:49 +01:00
Janek Mann 4357cdb229 adding --gc-sections back in to the template 2014-08-11 11:51:58 +01:00
Janek Mann c5f07dc672 fix for NRF51822 linker script 2014-08-11 11:42:41 +01:00
Janek Mann 7e2001b980 workaround for --gc-sections issue with NRF51822 2014-08-11 11:23:13 +01:00
Martin Kojtal 9c4ba9aae2 Merge pull request #432 from Experiment-626/master
[GHI_MBUINO] Added the symbol PinMap_I2C_SDA[] and PinMap_I2C_SCL[] to the Peripheral...
2014-08-11 08:37:31 +01:00
Yihui Xiong 0b7b75881a fixed L6235E link error for Xadow M0 2014-08-11 12:37:06 +08:00
Janek Mann 24ea3bcafa fixes to NRF51822 GCC template 2014-08-11 00:30:06 +01:00
Christian Taedcke bc62d0b66d [LPC1549][GCC_ARM] Add export functionality 2014-08-09 16:05:07 +02:00
Christian Taedcke 67e9feeab7 [LPC1549] Add support for GCC_ARM 2014-08-09 16:05:06 +02:00