Martin Kojtal
225942364e
Merge pull request #688 from GustavWi/iar_mbed
...
Toolchain: IAR export support for NUCLEO F103RB
2014-11-12 14:03:32 +00:00
Olaf Hagendorf
691f34097a
[TARGET_DISCO_F303] reorder structure part4
...
Remove change of wrong target and add it to the wright one. Additionally
changing the CoIDE template file to the correct mcu.
2014-11-12 14:31:57 +01:00
GustavWi
857d59a6c0
Added IAR export support for NUCLEO F103RB
2014-11-12 13:31:30 +01:00
Martin Kojtal
6737282994
Merge pull request #679 from toyowata/master
...
Targets: LPC11U68 - Fix GPIO init for specific pins
2014-11-12 09:13:13 +00:00
Martin Kojtal
dbd8b3bab4
Merge pull request #686 from GustavWi/iar_mbed
...
Toolchain: IAR - lpc1347 startup fix
2014-11-12 09:12:50 +00:00
GustavWi
0deec17713
added IAR support for 1347 to build_release.py
2014-11-12 10:03:39 +01:00
Martin Kojtal
6fd59778d6
Merge pull request #684 from Sissors/ksdk
...
Targets: KSDK - Fix ACK/NACK received inverted (issue #661 )
2014-11-12 08:45:48 +00:00
Sissors
d3e2cacff3
[HAL][KSDK] Fixed ACK/NACK received inverted ( https://github.com/mbedmicro/mbed/issues/661 )
...
As reported by Geremia G
(http://developer.mbed.org/forum/bugs-suggestions/topic/5220/ )
2014-11-11 20:32:07 +01:00
Przemek Wirkus
1e73f086bc
Fixed issue with compilation related to other platforms. None object was iterable.
2014-11-11 17:46:15 +00:00
Przemek Wirkus
1d5b91549e
Minor changes: Removed unused import and trailing spaces
2014-11-11 16:08:13 +00:00
Przemek Wirkus
a4bafa53d0
Added new functionality to project.py switch -m where we can now separate using comma platforms. Now when you specify more than one platform, for each your peoject will be exported
2014-11-11 16:04:59 +00:00
Przemek Wirkus
7306211cb1
Aligned existing unit tests to new include structure. Now includes are in build/cpputest so no need to include like this: 'CppUTest/header_file.h'
2014-11-11 15:32:16 +00:00
Przemek Wirkus
f408c2140b
Added extra includes for CPPUTEST library - in CppUTest library structure we only include from include/CppUTest and we do not use other functionality
2014-11-11 15:31:18 +00:00
Przemek Wirkus
66cd258254
Modified exporters so they support extra macros from external libraries like CppUTest library
2014-11-11 14:56:26 +00:00
Przemek Wirkus
cce551af35
Added new switch to build.py script. Now we can also build CppUTest library using switch --cpputest
2014-11-11 14:49:12 +00:00
Przemek Wirkus
e017463c25
Added new switch to build.py script. Now we can also build CppUTest library using switch --cpputest
2014-11-11 14:44:48 +00:00
Przemek Wirkus
77e847632e
Reverted Martin's changes related to CppUTest includes
2014-11-11 14:43:07 +00:00
GustavWi
f3ad604ebc
Fixed reset handler for LPC1347 IAR
2014-11-11 14:43:17 +01:00
Martin Kojtal
c9ec513887
Merge pull request #677 from Sissors/ksdk
...
Targets: Freescale KSDK - Fix first serial char not being sent
2014-11-11 09:38:07 +00:00
Michael Brudevold
ec790f1a01
add mdot to builds/tests
2014-11-10 16:16:31 -06:00
Michael Brudevold
e3d55f3d6f
Updates to support RTOS
2014-11-10 16:16:26 -06:00
Michael Brudevold
185925beec
Update list of supported toolchains
2014-11-10 16:16:20 -06:00
Michael Brudevold
44b72fbb87
Support for CoIDE
2014-11-10 16:16:15 -06:00
Michael Brudevold
3f5b4b39e2
Add support for uvision
2014-11-10 16:16:11 -06:00
Michael Brudevold
ac7da3e5d8
Add support for GCC ARM
2014-11-10 16:16:06 -06:00
Michael Brudevold
5d6ee64bf1
Support for MTS MDOT
2014-11-10 16:15:53 -06:00
Mihail Stoyanov
05b86e41c1
Remove duplicate target definitions
2014-11-10 18:23:09 +02:00
Martin Kojtal
8adfd82aa1
Merge pull request #673 from Wind0r/fix_lpc1768_repeatmode
...
Targets: LPC176X - Add repeater pinmode
2014-11-10 07:40:15 +00:00
Martin Kojtal
59fa5437e3
Merge pull request #663 from bikeNomad/master
...
Ensure that IG (Global) bit is reset in MAC address for K64F and others
2014-11-10 07:37:52 +00:00
Martin Kojtal
e24f5b642b
Merge pull request #662 from xiongyihui/nrf51822
...
Targets: NRF51822 - enable I/O mapping and peripheral dynamic assignment for I2C and SPI
2014-11-10 07:36:19 +00:00
Toyomasa Watarai
b0a7a246c1
[LPC11U68] Fix GPIO init for specific pins
...
* Add GPIO initialization value for P0_12, P0_13 and P0_14 since default
mode for them are other than GPIO
* This issue reported here:
https://developer.mbed.org/questions/4874/Using-SPI-on-LPCXpresso11U68/
2014-11-10 14:01:59 +09:00
ohagendorf
20212b8c6b
[TARGET_DISCO_F303] reorder structure - part 3
...
Update of mbed hal.
2014-11-10 00:12:40 +01:00
Sissors
57a79c08a9
[HAL][KSDK] Fix first serial char not being sent
...
The K64F/K22F didn't send the first char. I don't know why exactly, but
any type of reading a status register seems to fix it. And this extra
line at least makes sense. Now it works correctly.
2014-11-09 19:40:29 +01:00
Wind0r
de1bb3af3a
Add repeater pinmode
2014-11-08 12:07:39 +01:00
Martin Kojtal
aab52cb7ec
Merge pull request #669 from 0xc0170/fix_cpputest_testrunner
...
Tests: Fix cpputest testrunner
2014-11-07 15:31:22 +00:00
Martin Kojtal
6a7d17aa78
Merge pull request #668 from bcostm/master
...
Targets: NUCLEO_L152RE - Move cmsis folder in new STM32L1 folder structure
2014-11-07 15:30:50 +00:00
bcostm
162eebcbda
[NUCLEO_L152RE] Remove old cmsis folder
2014-11-07 14:22:50 +01:00
bcostm
1874247540
[NUCLEO_L152RE] Move cmsis files in STM32L1 folder
2014-11-07 14:21:16 +01:00
bcostm
0780a16b8d
[STM32L1] Add new folder with STM32Cube inside
2014-11-07 14:20:04 +01:00
Martin Kojtal
78a3d4f230
Merge pull request #665 from bcostm/master
...
Toolchain: NUCLEO_F0 - Add missing files for IAR exporter
2014-11-07 11:47:48 +00:00
Yihui Xiong
d00caad8c9
[HAL][NRF51822] enable I/O mapping and peripheral dynamic assignment for I2C and SPI
2014-11-07 19:24:34 +08:00
0xc0170
1c268fb25b
Tests: Testrunner - console variable name fix
...
It matches the cpputest from mbed mbed.org repository.
2014-11-07 10:24:57 +00:00
0xc0170
b624eda4e5
Tools: Cpputest - fix for testrunner to be exported with predefined cpputests
2014-11-07 09:22:09 +00:00
bcostm
cc42c7b690
[NUCLEO_F0] Add IAR exporters
2014-11-07 09:49:42 +01:00
bcostm
5c842943da
[NUCLEO_F0] Add missing files for IAR exporter
2014-11-07 09:24:57 +01:00
Martin Kojtal
eec0be05cd
Merge pull request #660 from bcostm/master
...
Targets: STM32F0 - Factorisation of NUCLEO_F030R8/F072RB/F091RC cmsis folders
2014-11-07 08:13:40 +00:00
Yihui Xiong
3e4e9ade0d
remove useless assert line
2014-11-07 09:42:35 +08:00
Ned Konz
e6ae0a7e02
Ensure that IG (Global) bit is reset in MAC address for K64F and others
...
See IEE 802.3-2002, Section 3.2.3(b)
2014-11-06 09:48:32 -08:00
Bogdan Marinescu
142ad22a2f
[RZ_A1H] Remove target-specific check from build system
2014-11-06 13:47:43 +00:00
Bogdan Marinescu
7b90c2ba13
Remove RZ_A1H from the list of release targets
...
This target is not yet tested, so it can't be released as part of the official
SDK build for now.
2014-11-06 12:55:51 +00:00