Toyomasa Watarai
4cb75a3fbb
Fixed L6235E link error for NRF51822 variants
...
Changed TARGET_NRF51822 target directory names to TARGET_MCU_NRF51822
Removed NRF51822 names to extra_label of target.py
Added MCU_NRF51822 names to extra_label of target.py
Tested with blinky example for NRF51822, HRM1017, ARCH_BLE and
RBLAB_NRF51822 target
2014-08-01 16:36:54 +09:00
Bogdan Marinescu
71226052f8
Merge branch 'master' of github.com:mbedmicro/mbed
2014-07-31 13:37:06 +01:00
Bogdan Marinescu
5a9910ded3
Consider '.hpp' as include files in the resource scanner
2014-07-31 13:36:14 +01:00
Bogdan Marinescu
f179946b89
Merge pull request #420 from toyowata/master
...
Added --multibyte_chars option
2014-07-31 10:44:13 +01:00
Bogdan Marinescu
d0d75b1224
Merge branch 'master' of github.com:mbedmicro/mbed
2014-07-31 10:15:39 +01:00
Bogdan Marinescu
ffbabdbea9
Revert "Change F411 to Cortex-M4F instead of Cortex-M4"
...
This reverts commit 97cdccdf03
.
Will apply on the next SDK build, to keep synchronized with the online
build system.
2014-07-31 10:14:43 +01:00
Toyomasa Watarai
32255cfb5b
Revert "Fixed L6235E link error for NRF51822 variants"
...
This reverts commit 320e384f02
.
2014-07-31 11:44:30 +09:00
Toyomasa Watarai
320e384f02
Fixed L6235E link error for NRF51822 variants
...
Changed TARGET_NRF51822 target directory names to TARGET_MCU_NRF51822
Removed NRF51822 names to extra_label of target.py
Added MCU_NRF51822 names to extra_label of target.py
Tested with blinky example for NRF51822, HRM1017, ARCH_BLE and
RBLAB_NRF51822 target
2014-07-31 11:13:19 +09:00
Toyomasa Watarai
49231e22ad
Merge remote-tracking branch 'upstream/master'
2014-07-31 10:33:24 +09:00
Przemek Wirkus
d5b7006223
Added reset option to host_test so in the future we can use different reset type, e.g. touch reset.txt on systems like MPS2 boards
2014-07-30 17:53:03 +01:00
Przemek Wirkus
d9fbefd373
Test compliance with LPC1549 and LPC11U68
2014-07-30 17:53:01 +01:00
Przemek Wirkus
4c24cd6665
Fixed shuffle seed print only when shuffling
2014-07-30 17:52:58 +01:00
Przemek Wirkus
12b8dff9f9
First RESTful API functionality draft
2014-07-30 17:52:56 +01:00
Przemek Wirkus
783d20bac8
Added commandline parser help display when -i or -M option is missiog from command line
2014-07-30 17:52:54 +01:00
Przemek Wirkus
62c3118e38
Bugfixed filter target counter when used with filter.
2014-07-30 17:52:51 +01:00
Przemek Wirkus
d71e2713dd
Added simple filtering switch for -S option. This can be extended in the future to other switches like -r / -R
2014-07-30 17:52:49 +01:00
Przemek Wirkus
d28da8ec83
Fixed flow for JSON defect line / column parsing from json exceprion msg string
2014-07-30 17:52:46 +01:00
Przemek Wirkus
03c96a45de
Now issues in JSON configuration files will be printed in human readable format.
2014-07-30 17:52:43 +01:00
Przemek Wirkus
d0cd53e29f
Few pyLint issues fixed
2014-07-30 17:52:41 +01:00
Przemek Wirkus
dc12ff6bba
Fixed few pyFlakes issues + simple refactoring of unused variables and imports
2014-07-30 17:52:38 +01:00
Przemek Wirkus
c75944562f
Bugfix: removed blocking continue from shuffling option
2014-07-30 17:52:36 +01:00
Przemek Wirkus
d66852d09f
Added simple commen to GOANNA_PATH. This will be refactored in the future to get more flexible Goanna settings in private_settings.py
2014-07-30 17:52:33 +01:00
Przemek Wirkus
28e4fc4f06
Separation for test class SingletestRunner towards Object Oriented design. Added shuffle seed to recreate test order when shuffling test order
2014-07-30 17:52:31 +01:00
Przemek Wirkus
fee2533ab9
Small source code and print indent refactoring
2014-07-30 17:52:29 +01:00
Toyomasa Watarai
c66f9943a6
Added --multibyte_chars option
...
Added --multibyte_chars option for ARM and uARM build.
This enables to use multi-byte character such as Japanese or Chinese
especially for string literal.
It should not be affected single-byte character set. Tested with
Japanese Windows environment.
2014-07-30 10:54:08 +09:00
Bogdan Marinescu
7d32effdfd
Merge pull request #419 from 23chrischen/master
...
Change F411 to Cortex-M4F instead of Cortex-M4
2014-07-29 18:47:55 +01:00
23chrischen
97cdccdf03
Change F411 to Cortex-M4F instead of Cortex-M4
2014-07-29 09:43:48 -05:00
Przemek Wirkus
68b2f4648f
FAT library will be now built to .a / .ar separate folder. New switch -f / --fat is introduced for build.py script
2014-07-28 14:04:26 +01:00
Przemek Wirkus
4c10fbb660
Changed copyright date to 2014
2014-07-25 17:37:16 +01:00
Przemek Wirkus
8fab5bca18
Bugfix: Replaced magic value of UNDEF test result with proper const name
2014-07-24 15:33:46 +01:00
sg-
67a3183567
Add new platform. Based on K64F.
2014-07-22 09:15:52 -05:00
Przemek Wirkus
21ddd8b6cf
bugfix: option -t was not displaying all targets
2014-07-22 10:59:54 +01:00
Mihail Stoyanov
55f9b014de
Add GHI_MBUINO target support
2014-07-22 11:12:05 +03:00
Mihail Stoyanov
8d5d92fea8
Added notify_start() to indicate test start
...
Added BusOut test
2014-07-22 09:53:05 +03:00
jesusalvarez
8b831ab53b
Enable exporters for LPC4330_M4
2014-07-21 21:41:05 -04:00
0xc0170
ed13c38055
[Travis] Libraries addition to some targets
2014-07-21 11:45:27 +01:00
0xc0170
cd18872a83
[Travis] Targets addition (should be all supported targets by GCC_ARM)
2014-07-21 10:36:10 +01:00
Przemek Wirkus
805f470880
Bugfix reported by Mihail: If image firmware is not found wrong number of rows is reported (returned by SingleTest.handle() method.
2014-07-21 10:03:04 +01:00
Przemek Wirkus
a540c47d8c
Add simple comment to explain dependencies for Unit Tests and CppUTest library
2014-07-21 09:44:53 +01:00
Mihail Stoyanov
787da10f72
RedBearLab NRF51822 target support
2014-07-19 18:57:26 +03:00
Martin Kojtal
df84f2b3e9
Merge pull request #404 from xiongyihui/master
...
New ARCH_GPRS target
2014-07-18 14:09:41 +01:00
Przemek Wirkus
2ad17c9f63
Added new switch -V which will allow users only to print test result text from serial port during test. It helps just to see test results from test / host test itself
2014-07-18 11:43:11 +01:00
Przemek Wirkus
f28e561da6
Added new switch -u. Now you can force test suite to shuffle test execution order so your tests are executed in random order
2014-07-18 10:21:47 +01:00
Przemek Wirkus
8c3fb1cdcc
Fixed bug in reporting IOERR_COPY. test_all_result was not filled with IOERR_COPY error when using -n ooption with single test
2014-07-18 10:21:43 +01:00
Przemek Wirkus
05bc565d33
Removed trailing spaces
2014-07-18 10:21:40 +01:00
0xc0170
e2a080bd79
[tools] Fixed iterating through the available hex files
2014-07-17 15:14:22 +02:00
Rohit Grover
0e24b53599
Allow combining against one from a set of Nordic soft-devices in decreasing order of preference.
2014-07-17 13:57:43 +01:00
Yihui Xiong
76f1eb949b
add ARCH_GPRS target
2014-07-16 18:34:20 +08:00
Przemek Wirkus
1da17bd076
Added MMA8451Q accelerometer test port for K20D50M platform
2014-07-15 12:32:10 +01:00
Przemek Wirkus
d6668565cf
Removed prints in verbose mode regarding skipped print. Still this prints can be shown using --verbose-skipped switch
2014-07-15 10:13:23 +01:00