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 |
Bogdan Marinescu
|
dd973760c1
|
Merge pull request #559 from toyowata/master
HAL : [LPC824] Fix I2C return value
|
2014-10-15 10:03:39 +01:00 |
Toyomasa Watarai
|
d9479288a7
|
HAL : [LPC824] Fix I2C return value
- Add LPC824 target for I2C test cases
- Fix I2C read/write return value bug, detected by I2C_MMA7660 test case
|
2014-10-15 17:46:21 +09:00 |
Martin Kojtal
|
5d17b81123
|
Merge pull request #550 from sg-/k64_uuid_mac
HAL: K64F - mbed_mac_address implementation
|
2014-10-15 08:12:32 +02:00 |
Martin Olejar
|
98faa3f908
|
Added USB Device support for KL43Z
|
2014-10-15 01:34:00 +02:00 |
Martin Olejar
|
4151ca0e98
|
Added LPUART support and fixed a many errors in KL43Z target
|
2014-10-15 01:02:32 +02:00 |
Olaf Hagendorf
|
718366ba10
|
[PROJECT.py] sorts targets and toolchains for help option
Sorts targets and toolchains for help option and adds new option -L to
generate the list with possible projects to generate.
|
2014-10-14 18:04:32 +02:00 |
sg-
|
d9c19847be
|
[cmsis_nvic] correct typos and stray character
|
2014-10-14 00:47:53 -05:00 |
Bogdan Marinescu
|
ecf04d3782
|
Merge pull request #558 from toyowata/master
HAL: [LPC1549, LPC11U68] Add RTC support
|
2014-10-13 15:01:02 +01:00 |
Martin Kojtal
|
77c1102c0f
|
Merge pull request #556 from ohagendorf/Nucleo_F334R8
Exporters: NUCLEO_F334R8 - export to gcc_arm and coide (templates, travis addition)
|
2014-10-13 15:28:06 +02:00 |
Toyomasa Watarai
|
288dfb8e5f
|
[LPC1549, LPC11U68] Add RTC support
- Add RTC API support
|
2014-10-13 22:20:41 +09:00 |
Olaf Hagendorf
|
0e970af4a9
|
[EXPORT][NUCLEO_F334R8] Add no rtti flag to gcc_arm exporter
|
2014-10-13 11:59:46 +02:00 |
Martin Kojtal
|
7e29ffcd56
|
Merge pull request #557 from toyowata/master
HAL: LPC824 - Correct SPI delay value
|
2014-10-13 11:05:39 +02:00 |
Toyomasa Watarai
|
0c3d6305af
|
[LPC824] Add correct SPI delay value
- Move SPI delay setting from set_frequency() to spi_init()
- Set correct value for PRE_DELAY field
- Tested with mbed Application Shield
|
2014-10-13 17:45:34 +09:00 |
Rohit Grover
|
07722e70ce
|
adding pinmap definition for the smart-beacon-kit
|
2014-10-13 08:34:51 +01:00 |
Martin Kojtal
|
342790b0c3
|
Merge pull request #544 from ohagendorf/DISCO_F429_2
HAL: Disco_F429ZI - extensions of interrupt vectors, pin names and pin functions
|
2014-10-13 08:57:52 +02:00 |
Martin Kojtal
|
18b494b682
|
Merge pull request #551 from sg-/enet_status
Net: K64F - Add phy_link_status() to link status in emac driver
|
2014-10-13 08:09:08 +02:00 |
Martin Kojtal
|
bc5397a4ce
|
Merge pull request #555 from sg-/lpc11u24_export
Exporters: Add no rtti flag to exporters
|
2014-10-13 08:06:45 +02:00 |
Martin Kojtal
|
40c4aec798
|
Merge pull request #549 from 0xc0170/fix_iar_template
Exporters: IAR template - files and targets fix
|
2014-10-13 08:01:13 +02:00 |
Martin Olejar
|
1f9586daac
|
Added spi_api.c and gcc_arm_kl43z.tmpl files. Fixed some issues in KL43Z target
|
2014-10-13 00:49:48 +02:00 |
ohagendorf
|
3b9fd11ee3
|
Merge branch 'gcc4nucleo_f334' into Nucleo_F334R8
Conflicts:
workspace_tools/export/gccarm.py
workspace_tools/export_test.py
|
2014-10-12 19:09:31 +02:00 |
Martin Kojtal
|
fb8255b710
|
Merge pull request #553 from ohagendorf/master
README - rendering problem because of a missing new line
|
2014-10-12 15:28:01 +02:00 |
ohagendorf
|
e7240496e4
|
[README.md] corrected the toolchains for IDEs CoIDE and emBlocks
|
2014-10-12 13:08:54 +02:00 |
Martin Olejar
|
fefbc399e6
|
Merge remote-tracking branch 'upstream/master'
|
2014-10-11 20:54:40 +02:00 |
Martin Olejar
|
262f9cff89
|
Add HAL for Freescale KL43Z
|
2014-10-11 20:40:12 +02:00 |
Martin Olejar
|
020b4e7860
|
Revert "Added CMSIS files for Freescale KL43Z ARM"
This reverts commit 94581919bd .
|
2014-10-11 20:09:27 +02:00 |
sg-
|
8e5fb67c30
|
[export] Add no rtti flag to exporters
|
2014-10-10 18:01:31 -05:00 |
sg-
|
5b8ab1762d
|
Add BSD license to NVIC_SetVector and NVIC_GetVector.
|
2014-10-10 15:56:16 -05:00 |