Przemek Wirkus
e984b51e49
Host test plugins: removed usused extra_baud parameter from serial port initialization
2014-10-29 14:02:16 +00:00
Przemek Wirkus
7d5d0d116c
Host test plugins: Bug-fix: Wrong variable was checked against None while readling line from serial port
2014-10-29 10:55:02 +00:00
Przemek Wirkus
b3b6d848b5
Host test plugins: refactored UDP LINK LAYER testcase to use test() method instead of run()
2014-10-28 14:50:47 +00:00
Przemek Wirkus
b404b21098
Host test plugins: refactored TCP ECHO SERVER testcase to use test() method instead of run()
2014-10-28 14:44:26 +00:00
Przemek Wirkus
52f0b33e7a
Host test plugins: refactored UDP ECHO SERVER testcase to use test() method instead of run()
2014-10-28 14:38:15 +00:00
Przemek Wirkus
c0895fdbfc
Host test plugins: removed unused self.mbed.reset() call in test constructor. No need for two resets because reset is performed in run() function
2014-10-28 14:01:05 +00:00
Przemek Wirkus
00904b5f24
Host test plugins: refactored TestResults class to HostTestResults name
2014-10-28 11:44:45 +00:00
Przemek Wirkus
c0134d66fb
Host test plugins: run() function will just print result from test() function directly, not check boolean state from test
2014-10-28 11:40:41 +00:00
Przemek Wirkus
b9cee9709e
Host test plugins: Default host test aligned and refactored so it can be invoked via run() function
2014-10-28 11:36:46 +00:00
Przemek Wirkus
4f76a567f6
Host test plugins: Added extra line for error printing in mbed copy plugin. For readability reasons
2014-10-28 11:29:56 +00:00
Przemek Wirkus
4d8dfed27f
Host test copy functionality migration: copy functionality partially moved to host_test (tested with basic set of tests, not with e.g. NET tests.
...
Host test copy functionality: TODO: modify rest of host tests to use self.mbed.reset() and self.mbed.copy_image() according to curent test scipt API
2014-10-27 16:38:19 +00:00
Przemek Wirkus
16dbfa3f72
Host test copy functionality migration: removed all extra port and disk functionality. It will be added when it is really needed
2014-10-27 15:51:26 +00:00
Przemek Wirkus
a25f5ceaaa
Host test copy functionality migration: removed all extra port and disk functionality. It will be added when it is really needed
2014-10-27 15:50:33 +00:00
Przemek Wirkus
ae4be96c86
Host test copy functionality migration: added required parameters for host_test.py command line: path to image, copy method
2014-10-27 15:46:15 +00:00
Martin Kojtal
01d4b853e9
Merge pull request #608 from bcostm/master
...
Tools: NUCLEO_L152RE - IAR exporter
2014-10-27 06:16:42 -07:00
Przemek Wirkus
97c220d56e
Host test plugins: rearranged singletest.py script parameters list so now for option -c and -r (copy method and reset method respectively) we will see plugin related options also - changed dynamicaly with plugin loads
2014-10-27 12:42:48 +00:00
bcostm
ff5f397e79
[NUCLEO_L152RE] Add IAR exporter
2014-10-27 13:21:44 +01:00
Przemek Wirkus
48490022ed
Host test plugins: Removed unused / not stable plugins static registration
2014-10-27 11:53:28 +00:00
Przemek Wirkus
9700aff0a6
Host test plugins: Bug-fix, notification about already loaded plugin was printed always in plugin registration
2014-10-27 11:48:30 +00:00
Martin Kojtal
ddf8ecb251
Merge pull request #607 from bcostm/master
...
Tools: NUCLEO_F401RE - IAR exporter addition
2014-10-27 04:40:00 -07:00
bcostm
e363e54776
[NUCLEO_F401RE] Add IAR exporter
2014-10-27 11:20:08 +01:00
Martin Kojtal
2d1f64de28
Merge pull request #606 from bcostm/master
...
CMSIS: NUCLEO_F401RE - Update STM32Cube driver
2014-10-27 02:44:08 -07:00
bcostm
fa97ec3098
[NUCLEO_F401RE] Update STM32Cube driver
...
Same version as in NUCLEO_F411RE.
2014-10-27 09:54:26 +01:00
0xc0170
7c67a393f1
Merge branch 'PrzemekWirkus-host-test-plugin-improvements'
2014-10-27 08:09:47 +00:00
0xc0170
7abbd9c5a8
Merge branch 'host-test-plugin-improvements' of github.com:PrzemekWirkus/mbed into PrzemekWirkus-host-test-plugin-improvements
...
Conflicts:
workspace_tools/host_tests/host_test.py
2014-10-27 08:08:52 +00:00
Martin Kojtal
e2dedfde94
Merge pull request #605 from Cheong2K/master
...
HAL: RBLAB_BLENANO - Fix PinNames.h for the BLE Nano board.
2014-10-27 01:00:01 -07:00
Martin Kojtal
647d05153e
Merge pull request #603 from dinau/fix_issue_590
...
Tools: Toolchain - GCC_CR fixed issue 590 (use nanolibs)
2014-10-27 00:59:23 -07:00
Martin Kojtal
f37b32e66c
Merge pull request #600 from rgrover/master
...
HAL: NRF51822_DONGLE - PinNames and device header files
2014-10-27 00:55:45 -07:00
Cheong2K
a84b2c75a6
Fixed PinNames.h for the BLE Nano board.
2014-10-27 13:58:24 +08:00
Martin Kojtal
e770e6257e
Merge pull request #604 from K4zuki/master
...
HAL: LPC824 - I2C ROMAPI/bitrate related fix
2014-10-26 06:37:42 -07:00
K4zuki
f39ea2e5cd
[LPC824] I2C ROMAPI/bitrate related fix
...
- I2C did not work as ROMAPI initialization override CFG register settings at i2c_init()
- i2c_frequency() ignored bitrate settings
2014-10-26 17:38:14 +09:00
dinau
b4bea06cc3
[GCC_CR] fixed issue 590
...
Refer to:
https://github.com/mbedmicro/mbed/issues/590
2014-10-26 00:51:59 +09:00
Rohit Grover
f039906de8
renaming the target to NRF51822_DONGLE
2014-10-24 17:16:45 +01:00
Rohit Grover
d136331597
preparing for the USB DONGLE platform from Nordic
2014-10-24 15:56:09 +01:00
Martin Kojtal
2fe9871855
Merge pull request #598 from toyowata/master
...
HAL: LPC824 - Fix multi channel I2C issue
2014-10-24 11:20:48 +01:00
Toyomasa Watarai
c48829330c
HAL [LPC824] Fix multi channel I2C issue
...
- Update resource count value which did not count up during multiple
channel I2C resources are used
2014-10-24 17:47:00 +09:00
Martin Kojtal
3dfb033226
Merge pull request #593 from en129/forLPC824
...
Toolchain: LPC824 - new Toolchain support by GCC_ARM for LPC824
2014-10-24 09:12:56 +01:00
Martin Kojtal
8b967a2023
Merge pull request #592 from ohagendorf/master
...
Tools: build release - some missing toolchain entries for ARM GCC toolchain
2014-10-24 09:07:48 +01:00
ohagendorf
5ba726949d
[BUILD_RELEASE.py] removed Discovery boards for later testing
2014-10-23 19:37:52 +02:00
Przemek Wirkus
69cc2fb86a
Host test plugins: removed unused pass statement
2014-10-23 17:24:51 +01:00
Mihail Stoyanov
8949f8b036
Throw a warning when multiple scatter files are found and show their location
2014-10-23 19:21:11 +03:00
Przemek Wirkus
2f03b85bfc
Host test plugins: Added generic error printing to host test plugin base class
2014-10-23 17:14:18 +01:00
Przemek Wirkus
17f42519f0
Host test plugins: Added MPS2 and Firfox copy methods (both not stable and require further development)
...
Host test plugins: Added 'stable' attribute to each plugin, by default all plugins are not stable
Moved all MPS2 related functions to MPS2 plugins in host test directory
2014-10-23 16:56:05 +01:00
Przemek Wirkus
6a1bdb588e
Host test plugins: added copy pligins, and removed Selenium and eACommander dependency from Test API
2014-10-23 16:30:17 +01:00
Martin Kojtal
728a815b31
Merge pull request #595 from bcostm/master
...
Tools: NUCLEO_F411RE - Corrections in IAR icf and ewp.tmpl files
2014-10-23 14:48:12 +01:00
bcostm
41104fb49d
[NUCLEO_F411RE] Wrong RAM end in icf file
2014-10-23 14:43:05 +02:00
en129
ced81866e0
Update system_LPC8xx.c
...
Move to code line 341 to 349.
2014-10-23 19:18:53 +09:00
bcostm
b6014ecfa2
[NUCLEO_F411RE] Corrections in IAR icf and ewp.tmpl files
2014-10-23 11:35:44 +02:00
Martin Kojtal
6ff7dfe464
Merge pull request #589 from molejar/dev-freescale-kl43z
...
Target: Freescale FRDM-KL43Z addition
2014-10-23 09:37:40 +01:00
en129
851f137f92
Add to GCC_ARM LPC824
...
first commit
2014-10-23 15:51:09 +09:00