Przemek Wirkus
|
c4397b75b7
|
Host test plugins: moved program cycle sleep time to host_test - this delay is used to give time device to flash copied file
|
2014-10-29 14:28:02 +00:00 |
Martin Kojtal
|
5a47ce92d4
|
Merge pull request #613 from bcostm/master
Tools: Exporters - IAR exporter for NUCLEO_F302R8
|
2014-10-29 07:19:34 -07:00 |
Martin Kojtal
|
f60c1161b9
|
Merge pull request #611 from GustavWi/iar_mbed
Tools: STM32F407 - IAR export
|
2014-10-29 07:03:36 -07:00 |
Martin Kojtal
|
0c68e8e25c
|
Merge pull request #614 from Accutechs/master
Tools: HRM1017 - uvision4 and gcc-arm exporter
|
2014-10-29 07:02:31 -07:00 |
Przemek Wirkus
|
e984b51e49
|
Host test plugins: removed usused extra_baud parameter from serial port initialization
|
2014-10-29 14:02:16 +00:00 |
Martin Kojtal
|
4c9d52ad41
|
Merge pull request #602 from lawm/master
RTOS: Nucleo STM32F302R8 additiion
|
2014-10-29 06:54:21 -07: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 |
0xc0170
|
a94eb663dc
|
API: mbed header file - mbed lib revision - 91
|
2014-10-29 10:54:57 +00:00 |
Mihail Stoyanov
|
4dd6caa144
|
Build release support for nRF51-DK, nRF51-Dongle, RedBearLab BLE Nano
|
2014-10-29 11:26:41 +02:00 |
Mihail Stoyanov
|
fcd3ac25dc
|
Fixed the nRF51-Dongle support
|
2014-10-29 11:07:04 +02:00 |
Takayuki Kurosawa
|
807f031d39
|
[RZ/A1H] disables GCC_ARM in targets.py
GCC is not supported by now, so eliminate GCC_ARM in targets.py and fpu related settings in toolchains/gcc.py
|
2014-10-29 17:54:39 +09:00 |
AMANUMA Kazuhisa
|
e8b0bd2a2e
|
[RZ/A1H] Deletes debugging prints. Expands the stacks and heap. Deletes the illegal memory access
|
2014-10-29 15:52:30 +09:00 |
AMANUMA Kazuhisa
|
3f32994343
|
Revert "Deleted the debug print and the illegal memory access."
This reverts commit 6aaae4a8af .
|
2014-10-29 15:09:33 +09:00 |
AMANUMA Kazuhisa
|
697dfddc34
|
Merge remote-tracking branch 'origin/master'
|
2014-10-29 14:41:29 +09:00 |
AMANUMA Kazuhisa
|
6aaae4a8af
|
Deleted the debug print and the illegal memory access.
|
2014-10-29 14:38:13 +09:00 |
Takayuki Kurosawa
|
b8809b3e14
|
Merge remote-tracking branch 'upstream/master'
|
2014-10-29 13:24:46 +09:00 |
AMANUMA Kazuhisa
|
a52058eb75
|
[RZ/A1H] Revert a macro line
|
2014-10-29 10:38:49 +09:00 |
0xc0170
|
823e012597
|
API: mbed header file - mbed lib revision - 90
|
2014-10-28 16:28:17 +00:00 |
ytsuboi
|
57d6b1437c
|
[HRM1017] Add uvision4 and gcc-arm exporter
|
2014-10-29 00:47:17 +09: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
|
62fcd83b23
|
Test MBED_A19: wrong I2C pins assigned to TARGET_LPC11U68 target because of leading TARGET_FF_ARDUINO
|
2014-10-28 13:22:25 +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 |
bcostm
|
1005539f17
|
[NUCLEO_F302R8] Add IAR exporter
|
2014-10-28 10:17:38 +01: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 |
GustavWi
|
ed8196566f
|
IAR export STM32F407
|
2014-10-27 17:23:06 +01: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 |