Przemek Wirkus
|
f1db89ea0f
|
Added new error codes to test suite: IOERR_SERIAL, IOERR_DISK, IOERR_TIMEOUT, IOERR_COPY. Not all of them are yet handled but naming convention added for further implementations.
|
2014-07-10 14:50:35 +01:00 |
0xc0170
|
0de2a8946d
|
[K20D50M] GPIO IRQ - CLZ to get position in irq handler
|
2014-07-10 14:43:25 +01:00 |
0xc0170
|
cf645e8fa1
|
[K20D50M] K20D50M - correct target name
|
2014-07-10 13:46:38 +01:00 |
0xc0170
|
79ee368366
|
[K20D50M] PinNames correction, UART pins definitions, GPIO IRQ speed up (as KLxx)
|
2014-07-10 13:23:48 +01:00 |
Przemek Wirkus
|
054d33a297
|
Added handler to catch file copy exceptions. Both suprocess.call() and shutils.copy are handled. tested with shutil.copy, cp and xcopy. Note: xcopy is in interactive mode by defalt.
|
2014-07-10 13:15:21 +01:00 |
Przemek Wirkus
|
c159494e35
|
Added file remove function with exception handling
|
2014-07-10 11:24:02 +01:00 |
Przemek Wirkus
|
1dbeae4423
|
Added target conflict detection in verbose mode in --config switch
|
2014-07-10 10:58:13 +01:00 |
Przemek Wirkus
|
1846a7ebcb
|
Added test specification and MUTs configuration pretty print
|
2014-07-10 10:58:11 +01:00 |
Przemek Wirkus
|
10974f29f3
|
Removed unused 'pass' statement
|
2014-07-10 10:58:09 +01:00 |
Przemek Wirkus
|
f3567d4f1a
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:58:07 +01:00 |
Przemek Wirkus
|
7c6ece5764
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:58:05 +01:00 |
Przemek Wirkus
|
e7c8010fe5
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:58:02 +01:00 |
Przemek Wirkus
|
f55c0aca43
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:58:00 +01:00 |
Przemek Wirkus
|
7a5d00bd65
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:57:58 +01:00 |
Przemek Wirkus
|
3ce8116fb2
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:57:56 +01:00 |
Przemek Wirkus
|
803c92438d
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:57:53 +01:00 |
Przemek Wirkus
|
0fef3ba498
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:57:51 +01:00 |
Przemek Wirkus
|
89ef186680
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:57:49 +01:00 |
Przemek Wirkus
|
005ed7ec4a
|
pyFlakes issues fixed. Simple refactoring
|
2014-07-10 10:57:47 +01:00 |
Przemek Wirkus
|
0ca9a48b63
|
Indented using AStyle
|
2014-07-10 10:57:44 +01:00 |
Przemek Wirkus
|
efead473eb
|
Issues from pyFlakes corrected in the script (removed some unused imports and functions)
|
2014-07-10 10:57:42 +01:00 |
Martin Kojtal
|
079df1a484
|
Merge pull request #394 from fritzprix/master
[RTOS] Nucleo F401RE Support
|
2014-07-10 09:03:19 +01:00 |
Martin Kojtal
|
ffef32f2bc
|
Merge pull request #396 from Sissors/master
[KLxxZ] Increased KLxxZs interrupt handling speed
|
2014-07-10 08:51:45 +01:00 |
Sissors
|
699c1782d5
|
Increased KLxxZs interrupt handling speed
Instead of checking one bit at a time use a simple binary search
algorithm. Speed increase is roughly 250% (bit more for KL46).
|
2014-07-09 21:52:25 +02:00 |
Rohit Grover
|
9413ed9163
|
provide default initialization of some local variables in serial_api.c:serial_format()
|
2014-07-09 10:52:37 +01:00 |
DooWoong Lee
|
a13d6fa4c5
|
Update RTX_CM_lib.h
Fix Init SP for STM32F401RE
|
2014-07-09 09:10:41 +09:00 |
fritzprix
|
9e6c7d1287
|
- Add Nucleo F401RE Support
|
2014-07-09 01:20:58 +09:00 |
Rohit Grover
|
aae8513739
|
changes needed to support V7 of the nRF51822 soft-device 110
|
2014-07-08 16:42:47 +01:00 |
Przemek Wirkus
|
2d4abbbf2e
|
Fixed path to semihost unit test sources. Recompiled to check and test
|
2014-07-08 14:31:20 +01:00 |
Przemek Wirkus
|
79970295ea
|
Bugfixing for UT library support
|
2014-07-08 14:31:17 +01:00 |
Przemek Wirkus
|
ee1a2f5289
|
Added permutation counter to default on-line compiler
|
2014-07-08 14:31:15 +01:00 |
Bogdan Marinescu
|
b0ac1e3485
|
Merge pull request #391 from mbedmicro/revert-387-dev_mbed_error
Revert "error.h -> mbed_error.h"
|
2014-07-08 14:09:02 +01:00 |
Martin Kojtal
|
09251dd3ba
|
Revert "error.h -> mbed_error.h"
|
2014-07-08 14:04:50 +02:00 |
Bogdan Marinescu
|
3197042b65
|
Merge pull request #387 from 0xc0170/dev_mbed_error
error.h -> mbed_error.h
|
2014-07-08 11:13:02 +01:00 |
Martin Kojtal
|
12975ce03c
|
Merge pull request #390 from xiongyihui/master
[EXPORTERS] add XADOW_M0 and ARCH_BLE to build_release.py, export support for Arch BLE
|
2014-07-08 09:32:58 +01:00 |
Mihail Stoyanov
|
fd1600582b
|
Fixed Xadow M0 extra labels
|
2014-07-07 19:04:43 +03:00 |
Yihui Xiong
|
e13f1f2516
|
export support for arch ble
|
2014-07-07 15:11:47 +08:00 |
Yihui Xiong
|
1b190a4ec2
|
add XADOW_M0 and ARCH_BLE
|
2014-07-07 15:09:25 +08:00 |
0xc0170
|
1dcc9246bd
|
[LWIP] error.h -> mbed_error.h
|
2014-07-07 06:26:54 +02:00 |
0xc0170
|
04071ab1ea
|
[RTOS] Semaphore - error.h removal - not used, error -> mbed_error
|
2014-07-06 19:22:15 +02:00 |
Mihail Stoyanov
|
2018e40f3c
|
Change LED blinking rate when tests finish
|
2014-07-04 20:32:14 +03:00 |
Mihail Stoyanov
|
ac85b9f6a0
|
Added mbed blinky to tests
|
2014-07-04 20:10:28 +03:00 |
0xc0170
|
beaddaf8da
|
[RTOS] mbed error header file naming correction
|
2014-07-04 18:48:01 +02:00 |
Przemek Wirkus
|
362d6c83ff
|
Added TODO for test suite improvements.
|
2014-07-04 14:52:09 +01:00 |
Bogdan Marinescu
|
2c7c7767de
|
Merge pull request #385 from ytsuboi/master
[HRM1017] Added to build_release.py
|
2014-07-04 15:21:33 +02:00 |
Bogdan Marinescu
|
ce6b232556
|
Merge pull request #388 from bcostm/master
Add NUCLEOs targets in TMP102 test
|
2014-07-04 15:21:18 +02:00 |
Przemek Wirkus
|
690517143d
|
Changed timeouts for EEPROM line read/writes to 15 because Nucleo targets perform tis test in <12s period
|
2014-07-04 10:03:42 +01:00 |
Mihail Stoyanov
|
ca14f552e5
|
Fixed Xadow M0 target support
|
2014-07-04 11:44:53 +03:00 |
bcostm
|
693035b74f
|
Add NUCLEOs targets in TMP102 test
|
2014-07-04 10:00:13 +02:00 |
0xc0170
|
f7f77392d9
|
error header file rename to mbed_error.h
|
2014-07-04 08:05:49 +02:00 |