Christian Taedcke
f20246217c
[GCC_ARM][EXPORTER] Add Wextra flag as suggested in #950
2015-07-19 10:26:11 +02:00
akhilpanayam
8bd46960f3
* removed support for SAMD21J18A at this point. To be added later.
...
* removed unwanted headers in serial apis.
2015-07-15 12:22:28 +05:30
Yunfeng Liu
3a5b79bac7
add IBDAP-LPC11U35 platform
2015-07-11 18:53:01 -04:00
Martin Kojtal
161ee189d8
Merge pull request #1206 from Josephc3/master
...
Add KL26 Target
2015-07-08 14:37:11 +01:00
0xc0170
b883bfb20e
Fix MPS2 M7 - set cpu to M4F
2015-07-08 13:49:24 +01:00
Martin Kojtal
3555d66938
Merge pull request #1225 from PeterConheeney/master
...
mps2 add to build_release.py
2015-07-07 08:57:56 +01:00
PeterConheeney
06b9c99b27
mps2 added to build_release.py
2015-07-07 08:35:37 +01:00
Przemek Wirkus
af7630d525
Merge pull request #1139 from PrzemekWirkus/devel_interoperability
...
Tools: Interoperability test suite: Added simple interface chip tests / checks
I'm merging this pull request, we can add more interoperability tests in the future. For now we can use this is CI.
I'm expecting some issues with this but this is not essential functionality and we can always improve it in the future.
2015-07-06 10:29:25 +01:00
0xc0170
c052d893de
Merge branch 'master' of https://github.com/dbestm/mbed into dbestm-master
...
Conflicts:
libraries/rtos/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c
2015-07-06 09:05:31 +01:00
Martin Kojtal
d88afd36b5
Merge pull request #1204 from chrta/refactor_gcc_arm_efm_exporter_templates
...
Refactor remaining gcc arm exporter templates
2015-07-06 08:22:50 +01:00
Martin Kojtal
d5b4d2ab9c
Merge pull request #1214 from kpurusho/master
...
Initial version of drivers for SAMR21
2015-07-01 09:42:03 +01:00
Martin Kojtal
3023035d2e
Merge pull request #1212 from sarahmarshy/master
...
RPC update - rebased with mbed master
2015-07-01 08:54:48 +01:00
0xc0170
45dd7550f2
Merge branch 'micronfcboard-build-release-fix' of https://github.com/bridadan/mbed into bridadan-micronfcboard-build-release-fix
...
Conflicts:
workspace_tools/build_release.py
2015-07-01 08:18:26 +01:00
Martin Kojtal
7766e75dd8
Merge pull request #1205 from sg-/gcc_asm_updates
...
GCC asm updates
2015-07-01 08:08:10 +01:00
Martin Kojtal
4022d52ee5
Merge pull request #1203 from mbedmicro/sg--patch-exporters1
...
Update .hgignore
2015-07-01 08:02:27 +01:00
Martin Kojtal
2b19a9e933
Merge pull request #1202 from bridadan/singletest-build-return-error-fix
...
Changing return status of singletest.py if a build failure occurs
2015-07-01 08:02:04 +01:00
Martin Kojtal
444a3346bd
Merge pull request #1201 from mbedmicro/sg--patch-kds2
...
Update kds_k22f_cproject.tmpl
2015-06-30 11:05:50 +01:00
Martin Kojtal
5b07f74336
Merge pull request #1200 from mbedmicro/sg--patch-kds1
...
Update kds_k64f_cproject.tmpl
2015-06-30 10:45:24 +01:00
Karthik Purushothaman
106ff78dc3
reverting settings.py to original state
2015-06-29 18:26:50 +05:30
sarahmarshy
5b8708524b
Merge branch 'origin/master' into rpc_commits
...
Conflicts:
workspace_tools/host_tests/mbedrpc.py
2015-06-26 13:59:06 -05:00
Karthik Purushothaman
dbd4502f7b
Merge remote-tracking branch 'origin/atmel'
2015-06-26 12:21:17 +05:30
akhilpanayamparambil
cfffe1371d
* logic added in mbed_overrides.c - for making system initialization (system_init) before usart init. Had issues for clock and buses not getting initialed before serial init. Resolved with the logic.
...
* Macro for callback added in usart.h (ASF).
* GPIO mode setting implemented in gpio_api.c
* updated files gpio_object.h ,serial_api.h(tested and working for UART synchronous APIs)
* Reverted settings.py
* Removed unused files in usart (ASF).
2015-06-26 11:53:54 +05:30
Bogdan Marinescu
81e206d2ad
Disable DISCO_F746NG for now
...
Since code for this target can't be built with the online compiler at the
moment, disable it until we upgrade to a newer version of the compiler.
2015-06-24 11:35:46 +03:00
akhilpanayamparambil
ce20024b88
** Initial Commit for Atmel SAMD21J18A and SAMR21G18A.
...
*HAL and CMSIS folder for the Target.
*Updated target.py, gccarm.py for including these targets and settings.py for compiler path.
2015-06-24 11:10:17 +05:30
Bogdan Marinescu
299aff13f2
Fixes to build_release.py
...
- there's no target called APPNEARME_MICRONFCBOARD
- LPC11U37H_401 doesn't support IAR in targets.py
- DISCO_F736NG doesn't support GCC_ARM in targets.py
- LPC2460 syntax error
2015-06-23 15:12:42 +03:00
Brian Daniels
983fdafba3
Fixed name for MICRONFCBOARD in build_release.py
2015-06-22 10:59:43 -05:00
Josephc3
720b8f2bc8
Added KL26 Target
...
Added KL26Z as a target.
2015-06-21 19:03:45 +01:00
sg-
73bfa3dd29
modify gcc_makefile template to use c preprocessor on assembly files
2015-06-20 13:43:14 -05:00
Christian Taedcke
85da1db87b
[GCC_ARM][EXPORTER] Add EFM32 platforms to exporter test.
2015-06-20 11:52:40 +02:00
Christian Taedcke
aacecbebbb
[GCC_ARM][EXPORTER] Use one common template for all EFM32 platforms.
2015-06-20 11:52:40 +02:00
Christian Taedcke
c68a9e2a0d
[GCC_ARM][EXPORTER] A few more targets use the template.
2015-06-20 11:52:28 +02:00
Sam Grove
5c6bf0e18a
Update kds_k64f_cproject.tmpl
...
remove -specs=nano.specs
2015-06-19 14:40:28 -05:00
Sam Grove
d5077a5f62
Update kds_k22f_cproject.tmpl
...
Remove -specs=nano.specs from template
2015-06-19 14:39:41 -05:00
Sam Grove
ad7aafa9f9
Update .hgignore
2015-06-19 12:03:00 -05:00
Brian Daniels
abd4cbcf00
Changing return status of singletest.py if a build failure occurs
2015-06-19 11:53:38 -05:00
Sam Grove
e8aca4396b
Update kds_k22f_cproject.tmpl
2015-06-19 11:34:11 -05:00
Sam Grove
bb7976110f
Update kds_k64f_cproject.tmpl
2015-06-19 11:32:14 -05:00
Martin Kojtal
bb7d4bd4db
Merge pull request #1193 from masaohamanaka/master
...
RZ_A1H - Add CAN driver.
2015-06-19 09:22:01 +01:00
Martin Kojtal
d47834cd4d
Merge pull request #1194 from bcostm/master
...
DISCO_F746NG - Add new target
2015-06-19 09:15:00 +01:00
sarahmarshy
e8d01874bf
Added support for 3 pins
2015-06-18 16:59:38 -05:00
sarahmarshy
51579eaff7
Simplified new RPC object creation. More pythonic
2015-06-18 16:58:11 -05:00
sarahmarshy
8194725b8b
Added support for RPC timer class
2015-06-18 16:51:25 -05:00
sarahmarshy
cc12836b52
Added support for new RPC objects with multiple pins. Added baud function for serial RPC.
2015-06-18 15:05:33 -05:00
sarahmarshy
04aca2e39c
Added support for dynamic creation of RPC objects
2015-06-18 10:38:58 -05:00
bcostm
02095056bb
[DISCO_F746NG] Add new target (py files + uvision exporter template)
2015-06-18 11:16:09 +02:00
tomoyuki yamanaka
f4aea8bb49
Add CAN driver.
...
Add CAN driver.
2015-06-18 14:41:39 +09:00
Christian Taedcke
ddf0ced672
[GCC_ARM][EXPORTER] A few more targets use the template.
2015-06-17 21:10:59 +02:00
Christian Taedcke
9530bb14b9
[GCC_ARM][EXPORTER] Add phony target and size depends on elf.
2015-06-17 21:10:59 +02:00
Christian Taedcke
9727f1d7e2
Add a few stm and freescale targets to exporter test.
2015-06-17 21:10:59 +02:00
Christian Taedcke
844fdf5c88
[GCC_ARM][EXPORTER] Use template on more platforms.
2015-06-17 21:10:48 +02:00