Przemek Wirkus
63ee01bdd9
Modified host tests to use serial.realine() function to avoid extra timeouts during tests (test will work faster and will be more reliable)
2014-09-15 17:44:30 +01:00
Przemek Wirkus
8c77115d55
Modified host tests to use serial.realine() function to avoid extra timeouts during tests (test will work faster and will be more reliable)
2014-09-15 17:44:22 +01:00
Przemek Wirkus
40b776133b
Removed Semihost tests from FRDM devices - to check why they fail
2014-09-15 17:44:19 +01:00
Sissors
0de8335c20
[K22F] Sleep/deepsleep verified to work
...
Works properly with waking from interruptin, not from timeout from
regular sleep, but thats the nature of the current KSDK Ticker timer
used, can be changed later on :)
2014-09-11 08:33:44 +02:00
Sissors
a1be82dc81
[KSDK][K22F] AnalogIn/Out added/verified
...
The original code switched ADC clock source depending on required
prescaler. Maybe thats possible on K64, but on K22 it just tried to set
clock to non-existing source. Not it gets a bit above MAX_ADC, but that
is set fairly conservative so is not an issue.
2014-09-11 08:08:39 +02:00
Przemek Wirkus
c12b5de37b
Fixed NET_(4,6,13) client tests so after reset we wait for device to send print it's ready
...
Fixed small print issue with -V option
2014-09-04 10:10:55 +01:00
Przemek Wirkus
4e3b149f79
Modified STDIO and ECHO so they use rpeamble to initialize communication
2014-09-03 13:33:54 +01:00
Przemek Wirkus
7a1f2cd9b1
Disabled STL and CString test
2014-09-03 11:22:06 +01:00
Przemek Wirkus
ce8543ecc8
Refreshed STL test
2014-09-03 09:48:20 +01:00
Przemek Wirkus
39e75c042f
Changed test suite version to 1.2
...
Added simple test to check C strings conversions
2014-09-02 17:34:08 +01:00
Przemek Wirkus
414a87083a
Added PERF_ tests to automated pool
2014-09-01 08:44:00 +01:00
Przemek Wirkus
b9c75a7712
Added 3 new performance tests (PERF_* group). Tests measure read/write speed of file system operation while using Stdio, FatFS and mbed (FIleHandle) implementations
2014-09-01 08:43:52 +01:00
Przemek Wirkus
3310416d2f
Fixed duration time for test MBED_A25 - EEPROM flash line read/write - back to 10s after NUCLEO team fixed I2C impementation and I2C timing
2014-08-07 11:48:42 +01: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
Mihail Stoyanov
8d5d92fea8
Added notify_start() to indicate test start
...
Added BusOut test
2014-07-22 09:53:05 +03:00
Przemek Wirkus
a540c47d8c
Add simple comment to explain dependencies for Unit Tests and CppUTest library
2014-07-21 09:44:53 +01:00
Przemek Wirkus
05bc565d33
Removed trailing spaces
2014-07-18 10:21:40 +01:00
Przemek Wirkus
1da17bd076
Added MMA8451Q accelerometer test port for K20D50M platform
2014-07-15 12:32:10 +01:00
Przemek Wirkus
2b2187587c
Removed (again) RPC test from automation pool.
2014-07-11 11:24:51 +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
Mihail Stoyanov
ac85b9f6a0
Added mbed blinky to tests
2014-07-04 20:10:28 +03: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
Przemek Wirkus
1a7c96d10b
Bugfixiong after modification in -r and -R options
2014-07-02 15:01:46 +01:00
Przemek Wirkus
41f703c594
Refactoring: Changed option -r and added option -R to print more info about test cases
2014-07-02 15:01:43 +01:00
Przemek Wirkus
ba0c4078a0
Removed example unit tests UT_1, UT_2 from automated list
2014-07-02 10:29:20 +01:00
Przemek Wirkus
c97f1b8139
Added support for cpputest library. UT libray now compiles as separate lib, just like other libs. For example ETH or RTX. Added support for cpputest sources in root of mbed project (on the same level with mbed sdk repo). changes include adding new paths to the project. Two example UT (UT_1, UT_2 are added). New option -O is introduced to force 'test build only'
2014-07-01 17:45:38 +01:00
Toyomasa Watarai
b1cae3da93
[LPC1549] Added CAN support
...
Added CAN API support for LPC1549 target.
Tested with LPC1768 target using NXP TJA1042 CAN transceiver.
2014-06-30 15:21:42 +09:00
Christian Taedcke
1b8c6e5755
Enable rtos tests for LPC1549.
2014-06-23 19:17:39 +02:00
Christian Taedcke
021074eb1f
[LPC1549] Enable analog test.
2014-06-23 19:17:38 +02:00
Christian Taedcke
d27129351c
[LPC1549] Fix pin assignment for simple io tests.
2014-06-23 19:17:38 +02:00
Przemek Wirkus
515fe34a09
Reduced RPC test scope to LPC1768 for now
2014-05-30 17:51:15 +01:00
ban4jp
49cdbbfe5d
[KLXX] Added RPC + RTOS support
2014-05-25 18:03:50 +09:00
Rohit Grover
c057be6709
remove BLE related tests;
...
They were only demos; not real tests.
2014-05-20 14:54:01 +01:00
Przemek Wirkus
c62f8cd1d1
Added new test NET_14 - datagram PHY/data layer benchmark
2014-04-30 13:57:08 +01:00
Przemek Wirkus
5eb40d38ca
Small refactoring + code indent
2014-04-24 14:41:53 +01:00
Przemek Wirkus
77c96631cc
Updated MBED_A19 24LC256 EEPROM test. Added new test MBED_A25 24LC256 I2C EEPROM pattern write/read to test suite
2014-04-24 13:48:38 +01:00
Przemek Wirkus
6b044ada5b
Added KL25Z_5 MMA8451Q accelerometer test to test automation suite
2014-04-16 11:49:35 +01:00
Przemek Wirkus
f5420154a5
Added proper host test script for NET_13 test
2014-04-16 11:06:37 +01:00
Przemek Wirkus
c33b744fa5
Added NET_13 TCP client echo loop host test to test automation suite
2014-04-16 11:06:35 +01:00
Przemek Wirkus
602a4ed8eb
Added EXAMPLE_1 /dev/null redirection host test to automation suite
2014-04-09 11:32:44 +01:00
Przemek Wirkus
04b488dcc4
Added 'ethernet' peripheral dependency to all NET_x tests
2014-04-08 16:01:57 +01:00
Przemek Wirkus
497f8c5cd2
Added NET_1 and NET_2 (TCP / UDP client) automated tests to test suite
2014-04-08 15:31:16 +01:00
Przemek Wirkus
5804ee610b
Added MBED_26 Integer constant division test to test suite
2014-04-08 12:09:22 +01:00
Przemek Wirkus
38f84aa194
Added MBED_22 Semihost test automation to test suite
2014-04-08 11:24:58 +01:00
Przemek Wirkus
528b3136d3
MBED_10 Hello World test host automation added to test suite
2014-04-08 10:20:44 +01:00
Mihail Stoyanov
283e990f46
Added K64F to tests
2014-04-03 20:30:01 +01:00
Przemek Wirkus
b6fadb4e11
RTOS_8 ISR handling for queue put/get functionality added to test suite
2014-03-26 17:38:36 +00:00
Bogdan Marinescu
e35fd00101
Merge branch 'nordic_structure'
2014-03-26 15:30:26 +00:00
Bogdan Marinescu
d88bcf2932
BLE API refactoring and synchronization logic
...
BLE code was split in two parts:
- ble-api: the core (common part)
Can be found at http://mbed.org/users/mbed_official/code/ble-api
- nRF51822: the Nordic specific implementation for the ble-api library
Can be found at http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822
The code was slightly modified to follow this refactoring. The tests were also updated
to follow this new structure.
The code should now automatically sync from github to the above repositories.
2014-03-26 15:21:13 +00:00
Przemek Wirkus
e10bd60385
NET_7, NET_8 - HTTP and NTP client test automation added to test suite
2014-03-26 14:48:44 +00:00
Przemek Wirkus
9c0ed35267
Removed host test from RCP automation
2014-03-26 10:36:36 +00:00
Przemek Wirkus
6be356077d
Added automation flag for RPC test
2014-03-26 10:36:35 +00:00
Przemek Wirkus
c2cd398d6a
Added MBED_15 RPC test to automated test suite
2014-03-26 10:36:34 +00:00
Przemek Wirkus
e2ab4b9343
RTOS_3 Semaphore resource lock test timeout increased
2014-03-25 16:36:11 +00:00
Przemek Wirkus
cccdc798f1
Small RTOS test names change
2014-03-25 15:35:41 +00:00
Przemek Wirkus
773e0ce493
RTOS_2 Semaphore resource locking test automation added to test suite
2014-03-25 14:33:58 +00:00
Przemek Wirkus
40514add7f
RTOS_6 Mail test automation added ti test suite
2014-03-25 14:33:56 +00:00
Przemek Wirkus
9a73b5a809
RTOS_4 Signal test automation added to test suite
2014-03-25 14:33:55 +00:00
Przemek Wirkus
0afeb401c7
RTOS_5 Queue test automation changed - host test is not used now - test is faster
2014-03-25 14:33:52 +00:00
Przemek Wirkus
11c042fac3
Added RTOS_5 Queue test to automated host test suite
2014-03-24 18:45:56 +00:00
Przemek Wirkus
88fa03a1af
Added RTOS_7 timer automated test to host test suite
2014-03-24 18:22:33 +00:00
Przemek Wirkus
3690bdd40f
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-24 17:06:19 +00:00
Przemek Wirkus
d9b38dfc3d
Added RTOS_1 basic test and RTOS_9 SD file write/read test to host test automation
2014-03-24 17:06:14 +00:00
Emilio Monti
2dff8cf4f4
Add BLE HeartRate and iBeacon examples
2014-03-24 17:01:32 +00:00
Emilio Monti
475657f920
Move BLE Nordic native library in separate directory
2014-03-24 16:45:14 +00:00
Przemek Wirkus
1e79d929bf
Added MBED_16 RTC host test automation (5 reads from RTC)
2014-03-20 15:52:06 +00:00
Przemek Wirkus
c274102104
Added MBED_24 host test automation for timeout with us int handleers (2 x 500us tandem)
2014-03-20 15:01:28 +00:00
Przemek Wirkus
5c001ab4a3
Small test name change
2014-03-20 11:53:03 +00:00
Przemek Wirkus
f13c2d8c71
Added MBED_23 ticker host test automation. Test uses the sahe host_test script as wait_us test
2014-03-20 11:44:31 +00:00
Przemek Wirkus
e051431053
Added MBED_11 ticker host test automation (test uses the same host_test script to test ticker as wait_us test.
2014-03-20 11:34:47 +00:00
Przemek Wirkus
c32258de09
Added Interrupt vector relocation test automation.
2014-03-20 11:06:14 +00:00
Przemek Wirkus
f63ce6a2c0
Added MBED_12 test (C++) automation. target test code also updated.
2014-03-20 10:54:55 +00:00
Przemek Wirkus
d07ed138b2
Added us Timer proper host test automation
2014-03-19 19:57:02 +00:00
Przemek Wirkus
50187612f8
Changed duration for stdio test
2014-03-19 11:54:28 +00:00
Przemek Wirkus
47a8df4b51
TC and UDP client updates. Added automation information to test suite. Added new peripherial: 'ethernet'
2014-03-17 17:39:24 +00:00
Emilio Monti
3279edf10e
Add first BLE API test
2014-02-21 15:05:21 +00:00
Emilio Monti
b213992ac0
Optimize for speed
2014-02-11 17:07:29 +00:00
tkuyucu
026b6610a8
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
libraries/tests/mbed/portinout/main.cpp
libraries/tests/mbed/portout_portin/main.cpp
libraries/tests/mbed/sd/main.cpp
libraries/tests/mbed/spi_slave/main.cpp
workspace_tools/targets.py
workspace_tools/toolchains/arm.py
workspace_tools/toolchains/gcc.py
workspace_tools/toolchains/iar.py
2014-02-07 11:04:50 +01:00
tkuyucu
cdbf4b5125
nRF51822 class is changed to NRF51822
2014-02-03 17:02:28 +01:00
Sissors
2c2bf35a77
Refactored KLXX code
...
See description. Everything HAL wise went into KLXX, with target
specific in subfolders. Only interrupt and spi are in target specific
since they are target specific.
Also you cannot set the uart anymore for 9 or 10 databits (the code
supported it to set it like that, but the actually read/write only did
8-bits)
2014-01-28 18:57:07 +01:00
tkuyucu
694f9c726c
fixes and updates after the mbed unit tests have been carried out.
2014-01-08 11:14:19 +01:00
Bogdan Marinescu
34a43eaa41
Merge branch 'flow_control'
...
Conflicts:
workspace_tools/tests.py
2013-12-19 11:36:45 +02:00
Bogdan Marinescu
7d1c888204
Added LED PWM test
2013-12-12 19:59:31 +02:00
Anders Lindvall
0c774294fb
LPC4088 target fixes
...
- changed scatter file to keep all the code in the internal flash
- added tests for SPIFI memory usage
2013-12-12 12:29:00 +02:00
Bogdan Marinescu
7a7c14e050
[NUCLEO_F103RB] Test porting
...
Ported GPIO and UART tests, verified as working.
2013-12-09 15:36:51 +02:00
Bogdan Marinescu
d0b2fb6c66
Added flow control test
...
Since this requires a separate serial port connection, added this as a
new attribute of the MUTs.
2013-12-04 19:46:51 +02:00
Bogdan Marinescu
e69956aba2
Updated DSP library + build system changes
...
Updated CMSIS DSP to latest version (CMSIS-SP-00300-r3p2-00rel1.zip)
Build system changes to be able to preprocess assembler sources before compiling them:
- GCC: use gcc '-x assembler-with-cpp'
- ARM: preprocess first, then assemble (two separate commands)
- IAR: added macro definitions and include directories to the assembler command line
Removed CORTEX_ARM_SUPPORT restriction for the DSP libraries.
Tested: LPC1768 with ARM, GCC_ARM and IAR, LPC11U24 with ARM.
2013-11-08 15:38:23 +02:00
Bogdan Marinescu
2404dc0092
Added new serial class, remove interrupt chaining
...
The new RawSerial class is a simple wrapper over the serial HAL that can
be safely used from an interrupt handler.
Interrupt chaining code was removed from InterruptIn, Serial and Ticker
because it caused lots of issues with the RTOS. Interrupt chaining is
still possible using the InterruptManager class.
2013-10-23 16:08:34 +03:00
Bogdan Marinescu
fe7021d433
Renamed ubloxusbgsm in main to ubloxusb
...
Since the tests are now generic (both GSM and CDMA), rename the directory
to reflect this.
2013-10-22 12:41:01 +03:00
Bogdan Marinescu
ea9ba23ff5
Changed u-blox modem test
...
The test is not automated now, so it can be synced with the official
repository.
Also changed it to look more like the original VodafoneUSBModem test by
adding another thread in the code.
2013-10-19 00:54:32 +03:00
Bogdan Marinescu
bdf5d03ba1
Updated tests
...
- Vodafone tests are gone for now
- Added u-blox TCP test (UB_1) and SMS test (UB_2).
- tests can now have more than a single source directory
2013-10-17 18:57:02 +03:00
Emilio Monti
b248827341
Add script to export mbed SDK tests to different IDEs
2013-08-16 16:40:53 +01:00
pbrier
ac078485ac
Compile network and RTOS with GCC_ARM
2013-08-14 22:52:16 +02:00
pbrier
c0fdbede02
Compile network and RTOS with GCC_ARM
2013-08-14 22:34:33 +02:00
Andreas Rebert
75dba19438
Updated pin mapping and CAN HAL for LPC4088 target
2013-08-08 13:57:02 +02:00
Bogdan Marinescu
7b9081b59c
Add support for calling a function before main()
...
Also added a test for this feature (MBED_A22).
Fixes PRMBED-906.
2013-08-07 14:51:30 +03:00
Bogdan Marinescu
ad5516f898
Add test groups.
...
Group tests with the same functionality into groups that can be used by autotest.py.
The groups can be overriden from private_settings.py.
2013-08-07 14:51:24 +03:00
Emilio Monti
790a71b041
Merge pull request #20 from matthewelse/master
...
CAN-Related Pull Request
2013-08-06 07:15:15 -07:00
Emilio Monti
3c6e2ab67a
Add license to workspace_tools files
2013-08-06 14:38:00 +01:00
Matthew Else
ef28879863
Merged remote tracking branch 'upstream/master'
2013-08-05 17:22:01 +01:00
Joris Aerts
48fc1aa49d
Add test case MBED_30 and MBED_31 to test CAN api
2013-08-01 17:54:13 -07:00
Matthew Else
07cddbf038
Merge remote-tracking branch 'upstream/master'
2013-07-30 12:01:49 +01:00
Bogdan Marinescu
b73306bea6
tests.py: multiple changes
...
- Change pin assignments for KL25Z
- Two new peripherals: 24LC256 (eeprom), i2c_loop (LPC1768 only, tests communication
between the two on-chip I2C peripherals)
- add 24LC256 to the list of automated tests (since it's currently the only
automated I2C test)
- Tests/is_supported: if the test has an "mcu" attribute and the current target
is not in the list of MCUs, don't include this test.
2013-07-29 19:06:03 +03:00
emimon01
1c30006043
Keep the default automated "test suite" smaller
2013-07-29 19:05:58 +03:00
Bogdan Marinescu
ac2eac5a09
Interrupt chaining: preliminary version
2013-07-29 19:03:11 +03:00
Bogdan Marinescu
8b6a294ec7
Added vector table relocation test
2013-07-29 18:59:48 +03:00
Matthew Else
c703096234
Clicked the wrong button, and had to revert.
2013-07-19 14:34:44 +01:00
Matthew Else
a9bb4aa5cb
Lots of changes, fixing build bugs and renaming
...
Files renamed to fit with the new style folder structure
2013-07-19 13:59:50 +01:00
Emilio Monti
091fe5c3d0
synch targets, exporters and tests
2013-07-17 14:11:54 +01:00
0xc0170
43ace93009
removed KL05Z hw tests + mv KL05Z to TARGET_Freescale
2013-07-04 17:57:52 +02:00
0xc0170
9ff042699b
Update freedomKL05 from upstream master
2013-07-02 19:44:15 +02:00
Bogdan Marinescu
39f4d26896
Added I2C master/slave test to the list of tests
2013-07-01 16:29:38 +01:00
0xc0170
cd5d235e2b
Merge branch 'master' into freedomKL05
...
Conflicts:
workspace_tools/targets.py
workspace_tools/tests.py
2013-06-29 07:53:32 +02:00
0xc0170
5d169ce654
Clocks correction, ticker, tests
...
- systemInit - clock update (crystal 32768Hz)
- us_ticker - MCG clock input
- Kl05 testing - pin definitions for KL05 (all run in KEIL with debugger)
2013-06-27 23:20:47 +02:00
Emilio Monti
984ba4b113
Refactor the build system:
...
* add sets of TARGET and TOOLCHAIN "labels"
2013-06-24 14:32:08 +01:00
Emilio Monti
90b614baf8
Unify mbed library sources
...
Remove stdio retargeting reference form cmsis: keep it as a standalone
object
Avoid object files clash for sources with the same name
2013-06-14 17:32:15 +01:00
Emilio Monti
be73e26366
[mbed::net] Not shutting down the socket, before closing it, is not robust in lwIP
2013-05-14 10:41:47 +01:00
samux
4292adebc1
[KL25Z]: spi slave and i2c slave support
2013-05-08 16:05:57 +01:00
Emilio Monti
2f74fffc00
Avoid relying on environmental variables for ARMCC system include and library paths. Provide build progress notification to web IDE. Add generic MBED_MCU target.
2013-04-26 17:34:42 +01:00
Emilio Monti
a607392724
[LPC812] Add us_ticker interrupts, board pin names and tests
2013-04-17 16:32:49 +01:00
Emilio Monti
49b28faba3
Update tests
2013-04-11 17:13:23 +01:00
Emilio Monti
db129a9c27
[KL25Z] Improve division by constant integer in us_ticker implementation.
2013-03-18 17:20:05 +00:00
Emilio Monti
80518c489c
Add LPC812 target. Update tests. Remove obsolete documentation. Move shared code among targets to target independent layer.
2013-03-14 11:52:38 +00:00
Emilio Monti
a80058dc5f
Add multicast and broadcast support
2013-03-01 17:02:35 +00:00
Emilio Monti
faa724220f
Add KL25Z tests and USBDevice implementation
2013-02-26 15:37:59 +00:00
Emilio Monti
a5e0438a97
Add Freescale KL25Z
2013-02-26 14:57:42 +00:00
Emilio Monti
5c20760685
Initial commit of the mbed libraries and tools
2013-02-18 15:32:11 +00:00