Commit Graph

3148 Commits (a53cd59b51f1244ef21f4ffae13bfb078d280cc8)

Author SHA1 Message Date
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
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
Lawrence M 0d27304410 add RTOS support for Nucleo STM32F302R8 2014-10-24 15:18:25 -07: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
AMANUMA Kazuhisa 462a657337 [RZ/A1H] Supports the CDC of USB Function 2014-10-24 18:07:52 +09:00
AMANUMA Kazuhisa b5cd75cd56 [RZ/A1H] updates iodefine.h 2014-10-24 18:06:26 +09:00