Martin Kojtal
2031512f69
Merge pull request #400 from micromint/master
...
[LPC4330] Updated LPC4330_M4 port
2014-07-15 07:35:28 +01:00
jesusalvarez
e84df816c4
Restored assert on gpio_object.h. Added export template for GCC ARM Embedded (TOOLCHAIN_GCC_ARM)
2014-07-14 10:05:37 -04:00
Przemek Wirkus
ed4f76b9de
Added TIMEOUT as one of the rest results. Fixed test result structure in result summary (not all results were added)
2014-07-14 13:08:36 +01:00
Przemek Wirkus
c4fc4931a9
Added simple print to table in -S switch command
2014-07-14 11:49:06 +01:00
jesusalvarez
9b8711ea45
Update LPC4330_M4 README
2014-07-11 15:13:54 -04:00
jesusalvarez
9d21adf6d7
Remove log file
2014-07-11 14:52:09 -04:00
jesusalvarez
4e82296c05
Updates to LPC4330_M4 drivers
2014-07-11 14:48:25 -04:00
Przemek Wirkus
2b2187587c
Removed (again) RPC test from automation pool.
2014-07-11 11:24:51 +01:00
Przemek Wirkus
0725b33375
Added exception handling for prettytable and serial modules - gracefuly handle missing imports.
2014-07-11 11:24:03 +01:00
Przemek Wirkus
41a7dada69
Removed TODO section in comments - all TODOs are fixed and implemented now.
2014-07-11 10:34:52 +01:00
Przemek Wirkus
ce078d6e90
Added few comments to functions. Removed fixed TODO in copy function. Refactored one function to return string instead of priting it.
2014-07-11 10:33:13 +01:00
Przemek Wirkus
a8d47821be
pyFlakes issue fixed: Removed two unused variables
2014-07-11 10:21:11 +01:00
Bogdan Marinescu
bbf5cbc715
Merge pull request #397 from 0xc0170/dev_k20d50m
...
[K20D50M] K20D5M -> K20D50M
2014-07-11 09:57:00 +01:00
Bogdan Marinescu
0280e5b79f
Merge pull request #398 from 23chrischen/master
...
Added INITIAL_SP for F411
2014-07-11 09:51:58 +01:00
Bogdan Marinescu
cb7a0364f6
Merge pull request #399 from kshoji/usb_host_midi
...
Added USB Host MIDI support.
2014-07-11 09:46:50 +01:00
Mihail Stoyanov
8c8b3eb3b9
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-07-11 11:19:02 +03:00
Mihail Stoyanov
0d85f673ed
Fixed compile with IAR
...
Added get_dep_opt for ARM class
2014-07-11 11:13:22 +03:00
kshoji
615b0d92bc
Added USB Host MIDI support.
...
I've read, and accepted the Contributor Agreement.
http://mbed.org/users/kshoji/
2014-07-11 12:35:52 +09:00
Mihail Stoyanov
b92e928f6a
Trade slightly more CPU usage for less memory usage
2014-07-10 22:30:51 +03:00
Przemek Wirkus
c3cfff246c
Replaces prompts starting with >>> with simple one liners. It will be later refactored to common display format via some 'print info/warn/err class'
2014-07-10 18:26:39 +01:00
Mihail Stoyanov
853630792e
Restore verbose logging
2014-07-10 20:10:21 +03:00
Przemek Wirkus
80745d51ee
Test loops feature part 3: Finnaly commit. Added Loops info in pretty table in test sumary. Added Result resolving by test result list analysis.
2014-07-10 18:05:01 +01:00
Przemek Wirkus
98ae711ba5
Test loops feature part 2: added local and global loops counter to switches and test execution function.
2014-07-10 17:10:13 +01:00
23chrischen
698ea63b1c
Added INITIAL_SP for F411
2014-07-10 11:09:34 -05:00
Przemek Wirkus
b78617df93
Test loops feature part 1: added --loops and --global-loops switches, added test_loops paramater for test handler
2014-07-10 15:58:17 +01:00
Przemek Wirkus
a1c9c941b5
Added serial port wrappers for read/write instead of raw serial port access to access MUT serial port. This will allow to catch more issues with communication with MUT during tests. This will also 'hide' tracebacks from test suite execution.
2014-07-10 14:54:05 +01:00
Przemek Wirkus
82e4a672ca
Added seral port read/write wrappers to handle serial port communication issues. Added IOERR_SERIAL handler for basic test. Other tests will be refactored in separate commits.
2014-07-10 14:51:56 +01:00
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
Mihail Stoyanov
fab45821a7
Refactoring of the python multiprocessing code to use queues load balancing based on apply_async();
...
Use the returned result by apply_async() to fetch compile_worker() results and get rid of python queues;
Optimize the threads handling code
Reuse compile threads via self.mp_pool
2014-07-10 15:33:04 +03: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