Martin Kojtal
996e49964c
Merge pull request #552 from Sissors/master
...
API: Timer - start() behavior (bug)fix
2014-10-20 08:38:09 +01:00
Martin Kojtal
ced22a359b
Merge pull request #554 from sg-/cmsis_nvic_license
...
CMSIS: BSD license to NVIC_SetVector and NVIC_GetVector.
2014-10-20 08:33:19 +01:00
ohagendorf
254e57d4b2
[DISCO_F429ZI] fix of RAM memory layout and stdio_uart
...
All test without any peripherals ("peripherals": []) are OK with these
two corrections.
- RAM start address was wrong - overlap with interrupt vector table
- wrong uart for stdio uart
2014-10-20 01:36:45 +02:00
hmc
8020b647fe
[FRDM-K64F] Fix FOPT EzPort bit documentation and set it to disable at start-up to
...
allow proper booting when powered from the K64F USB port. Refer to issue (#569 ).
2014-10-19 15:45:37 -04:00
ytsuboi
9155d4204b
[SSCI824] Add platform
2014-10-19 22:49:16 +09:00
bagbag
d15d6b33e5
added USBDevice support for STM32F401RE
2014-10-19 14:34:50 +02:00
Martin Olejar
185ce5bfe4
Fixed LPUART and USB device initialization issue. Added _kill, _exit and _getpid functions required by gcc-arm-none-eabi-4.8 toolchain.
2014-10-17 22:20:12 +02:00
Przemek Wirkus
eaed52a5aa
In tests NET_1 and NET_7 changed URL to files from mbed.org to developer.mbed.org. Reason: online IDE was moved to developer subdomain and NET1 and NET-7 tests were failing
2014-10-17 15:59:36 +01:00
Przemek Wirkus
755565d854
Host test refactoring
...
Host test refactoring: replaced magic values of test results returned by host test
Prints with stdout.flush() replaced with notify function
Host test refactoring: created separate enum like class for test result strings
2014-10-17 15:14:53 +01:00
Bogdan Marinescu
74cc430faa
Merge pull request #574 from rgrover/master
...
updating to v7.1.0 of the Nordic soft-device.
2014-10-17 14:03:14 +01:00
Przemek Wirkus
35e65dae00
Merge pull request #3 from mbedmicro/master
...
Sync with master
2014-10-17 14:02:53 +01:00
Martin Kojtal
53e1cdc34d
Merge pull request #575 from toyowata/master
...
HAL : LPC824 - Fix SPI1 SWM table
2014-10-17 14:45:44 +02:00
Toyomasa Watarai
03482e329d
HAL : [LPC824] Fix SPI1 SWM table
...
- Fix SPI ch1 switch matrix table value - detected by SPI_MASTER test
case
- Add LPC824 pinout for some test cases
- [LPC824] spi_api.c code refactoring
2014-10-17 19:16:37 +09:00
Rohit Grover
1993a8d343
mostly white space diffs; and line endings
2014-10-17 11:13:36 +01:00
Rohit Grover
0c651617eb
Add v7.1.0 of the Nordic softdevice.
...
This is necessary in order to utilize the additional 16KB of SRAM in the updated nRF51822.
2014-10-17 10:55:12 +01:00
Martin Kojtal
834362b845
Merge pull request #571 from bcostm/master
...
HAL: NUCLEO_F091RC - Minor change in pin definition
2014-10-17 10:09:39 +02:00
bcostm
028bbfafbc
[NUCLEO_F091RC] Minor change in pin definition
...
There is no PWM on PB_3 for this device.
2014-10-17 09:27:58 +02:00
Martin Kojtal
e142c71e57
Merge pull request #568 from ohagendorf/make_py
...
Tools: make.py - additional error handling when missing an option in private_setttings.py
2014-10-17 08:13:48 +02:00
Martin Kojtal
36a8882a54
Merge pull request #566 from bcostm/master
...
Targets: NUCLEO_L152RE - Migration to STM32Cube driver (CMSIS and HAL)
2014-10-16 15:47:15 +02:00
Bogdan Marinescu
96df6839f3
Merge pull request #567 from 0xc0170/fix_stm32f407_nucleo_folder
...
HAL: STM32F407VG - removal of nucleo folder caused by commit 8df74cfcda
2014-10-16 14:38:33 +01:00
Przemek Wirkus
7935e0f5ea
Removed exit(-1) when checking for missing modules. Instead now it will be prompted to used when singletest starts
2014-10-16 14:34:37 +01:00
Martin Kojtal
a40d0bb4ca
Merge pull request #560 from dbestm/master
...
Targets: NUCLEO_F411RE - CMSIS files to build/export to IAR
2014-10-16 15:28:43 +02:00
Olaf Hagendorf
f6117f8daf
[PROJECT.py] removed the sys.exit() after cleaning
2014-10-16 12:45:46 +02:00
dbestm
0eaa7ab99a
[NUCLEO_F411RE] remove iar_nucleo_f411re.ewp.tmpl.old file
2014-10-16 09:41:39 +02:00
ohagendorf
4e1bd0b388
STDIO_UART_xx in peripheralnames.h
2014-10-16 09:12:20 +02:00
ohagendorf
3a030d4e93
[MAKE.py] additional error handling when missing an option in private_settings.py
...
Adding an error handling.
make.py with the option -n PROGRAM_NAME wants to have a test_alias
variable in private_settings.py. Without this alias and with a wrong
PROGRAM_NAME an error message is generated because of a missing else
branch.
2014-10-16 09:08:19 +02:00
0xc0170
d5d23b1703
HAL: STM32F407VG - removal of nucleo folder caused by commit 8df74cfcda
2014-10-16 08:57:14 +02:00
bcostm
aa43cb95b8
[NUCLEO_L152RE] Migration to STM32Cube driver
2014-10-16 08:48:34 +02:00
Martin Kojtal
aec70531ad
Merge pull request #562 from EmBlocks/master
...
Tools: Toolchain (GCC_ARM) - "-u <foo>"and "-Xlinker <foo>" intrinsic instead of two separated entities.
2014-10-16 08:05:22 +02:00
Martin Kojtal
5caa9a599c
Merge pull request #565 from xiongyihui/stm32f407
...
CMSIS: STM32F407VG - uARM toolchain for ARCH_MAX and DISCO_F407VG addition
2014-10-16 07:53:17 +02:00
Yihui Xiong
b25f2cf128
[STM32F407VG] add uARM toolchain for ARCH_MAX and DISCO_F407VG
2014-10-16 10:11:18 +08:00
ohagendorf
0791533ef2
[PROJECT.py] add option 'clean'
...
Adds the cmdline option clean (to clean the export folder) and some
minor things (spelling and option order).
2014-10-15 23:42:48 +02:00
ohagendorf
bac84a58bd
[PROJECT.py] adds cmdline option to use program_name instread of program_id
2014-10-15 23:09:30 +02:00
EmBlocks
a82b29d4bd
Xlinker switches as one
2014-10-15 20:50:32 +02:00
EmBlocks
5d468e002d
Changing -u linker switch as one instead of multiple switches
2014-10-15 20:09:06 +02:00
Przemek Wirkus
42442233de
Added new test MBED_34 to check two tickers with two detached alternately callbacks
2014-10-15 17:45:54 +01:00
Przemek Wirkus
945604e16e
RTC test readline timeout increased to 10 seconds. Reason: RTC test is fail on Nucleo boards which don’t have the LSE xtal. This is because there is a timeout in the code of several seconds to wait until the LSE clock has startup.
2014-10-15 17:19:36 +01:00
Przemek Wirkus
7e5dfeef32
Refactoring of report exporter to support HTML and JUNIT. Changed HTML result report.
2014-10-15 17:02:33 +01:00
Przemek Wirkus
12a9051aba
Removed few minor pyFlakes warnings
2014-10-15 16:33:30 +01:00
Przemek Wirkus
50966fdf89
Refactoring of report exporter to support HTML and JUNIT: Fixed issues with non ASCII characters read from serial port in ProcessObserver. Also changed reporting for errors and failures in TestSuite JUnit class
2014-10-15 16:05:57 +01:00
dbestm
3cc3193445
[NUCLEO_F411RE] Adapt python script + CMSIS files to build/export to IAR
2014-10-15 15:00:35 +02:00
Przemek Wirkus
2274651892
Refactoring of report exporter to support HTML and JUNIT. Added unicode encoding for strings coming from serial console
2014-10-15 13:38:20 +01:00
Przemek Wirkus
091cccaf6e
Refactoring of report exporter to support HTML and JUNIT: Simple variable scope bug-fix
2014-10-15 11:36:47 +01:00
Przemek Wirkus
dec97ce13e
Added unicode filter to console output from MUT
2014-10-15 11:33:44 +01:00
Przemek Wirkus
7ce6287474
Refactoring of report exporter to support HTML and JUNIT. Added properties for each unique test suite. Each test suite is sorted out as different toolchain
2014-10-15 11:33:41 +01:00
Przemek Wirkus
567f4a170f
Refactoring of report exporter to support HTML and JUNIT. Modified host tests to support serial and copy issues in more generic way. Copy in test suite and serial in host_test control flow.
2014-10-15 11:33:37 +01:00
Przemek Wirkus
9b0a22f1a4
Refactoring of report exporter to support HTML and JUNIT. Added failure and error tags.
2014-10-15 11:33:34 +01:00
Przemek Wirkus
51223ef6d1
Refactoring of report exporter to support HTML and JUNIT. TODO: add support for TEXT output.
...
Added JUtnit exporter
2014-10-15 11:33:30 +01:00
Przemek Wirkus
0100aa5732
Removed usused imports
2014-10-15 11:33:26 +01:00
Przemek Wirkus
ccac8f8339
Midified way singletest script is checking for installed modules required by test suite
2014-10-15 11:33:22 +01:00