dbestm
a6f4046e7b
[NUCLEO_L476RG] add hal and target files
2015-09-07 14:01:17 +02:00
Martin Kojtal
748fea3057
Merge pull request #1316 from kpurusho/master
...
Drivers for SAMD21
2015-09-07 09:46:11 +01:00
bcostm
cfb59496c5
Correct uVision
2015-09-02 07:51:02 +01:00
bcostm
b7b1cc7f9a
Add GCC and IAR
2015-09-02 07:50:44 +01:00
Martin Kojtal
483bb0197f
Merge pull request #1299 from claplace/lpc81x
...
LPC81X: reduce code size and add ARM_GCC support
2015-09-01 15:45:33 +01:00
akhilpanayam
6798b87180
Resolved merge conflict
2015-09-01 19:15:38 +05:30
bcostm
43c62afc2a
Add ARM and IAR support + exporters
2015-08-17 14:37:28 +02:00
Cyprien Laplace
65fa7b6923
LPC81X: reduce code size and add ARM_GCC support
...
LPC810 has only 4KB of flash, thus avoiding dead code is really nice.
Here the NVIC interrupt setup was pulled from the us_ticker code even
if no code is using timer events.
This also adds ARM_GCC support for TARGET_LPC81X.
LPC81X and LPC82X support Cortex M0+ VTOR register, so it is not
necessary to put non-init text at 0x200.
2015-08-16 21:35:08 -04:00
Martin Kojtal
6d84db41c6
Merge pull request #1289 from bcostm/dev_DISCO_F746NG
...
DISCO_F746NG - Improvements
2015-08-14 13:13:40 +01:00
Martin Kojtal
d73b377fb2
Merge pull request #1252 from chrta/refactor_lpcxpresso_exporter
...
Exporter - Derive codered/lpcxpresso exporter templates from a common template
2015-08-13 13:20:43 +01:00
bcostm
0b9bd41f23
[DISCO_F746NG] Add GCC_ARM exporter template file
2015-08-11 12:12:34 +02:00
bcostm
a1bd132fc1
Merge branch 'master' of https://github.com/mbedmicro/mbed
2015-08-07 11:54:06 +02:00
dbestm
2075adfd80
[DISCO_L053C8] enhance python file for uvision exporter
2015-07-31 13:54:23 +01:00
bcostm
277b2d033f
[DISCO_L476VG] Add platform in python files
2015-07-28 10:30:26 +02:00
bcostm
835e33d453
[DISCO_L476VG] Add uvision4 template files
2015-07-28 10:24:11 +02:00
Martin Kojtal
23cdadc405
Merge pull request #1253 from bcostm/master
...
DISCO_F746NG - Add IAR exporter
2015-07-27 09:25:33 +01:00
YoongHM
4a7d6beaea
Add GCC_ARM export for TEENSY3_1
...
To reflect support for GCC_ARM export for TEENSY3_1
2015-07-22 20:29:37 +08:00
YoongHM
8e04c1f2a7
Add gcc_arm_teensy3_1.tmpl
...
Add Jinja2 template to support export of Teensy 3.1 project for GCC ARM toolchain.
2015-07-22 20:25:23 +08:00
YoongHM
b1534cf994
Feature: Export GCC_ARM for TEENSY3_1
...
Support project export in GCC_ARM for Teensy 3.1.
2015-07-22 20:20:58 +08:00
bcostm
1f93b7694a
[DISCO_F746NG] Add IAR exporter
2015-07-20 13:16:22 +02:00
Christian Taedcke
92de25c232
[EXPORTER] Derive lpcxpresso M0 and M3 cprojects from one template.
2015-07-19 14:32:12 +02:00
Christian Taedcke
f3a4b6a9ca
[EXPORTER] Derive all lpcxpresso project files from one common template.
2015-07-19 12:50:31 +02:00
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
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
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
444a3346bd
Merge pull request #1201 from mbedmicro/sg--patch-kds2
...
Update kds_k22f_cproject.tmpl
2015-06-30 11:05:50 +01: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
sg-
73bfa3dd29
modify gcc_makefile template to use c preprocessor on assembly files
2015-06-20 13:43:14 -05: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
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
bcostm
02095056bb
[DISCO_F746NG] Add new target (py files + uvision exporter template)
2015-06-18 11:16:09 +02: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
844fdf5c88
[GCC_ARM][EXPORTER] Use template on more platforms.
2015-06-17 21:10:48 +02:00
Christian Taedcke
4d2c443b1d
[GCC_ARM][EXPORTER] ARCH_MAX and ARCH_PRO use the template.
2015-06-17 21:05:23 +02:00
Christian Taedcke
70a6d59ea8
[GCC_ARM][EXPORTER] Remove a few empty lines from the generated Makefile
2015-06-17 21:05:23 +02:00
Christian Taedcke
da22953a7f
[GCC_ARM][EXPORTER] Use template for ARCH_BLE.
2015-06-17 21:05:23 +02:00
Christian Taedcke
82eee58eb8
[GCC_ARM][EXPORTER] Set different LDFLAGS for all cortex m0(+).
2015-06-17 21:05:22 +02:00
Christian Taedcke
4cdfbc7065
[GCC_ARM][EXPORTER] Use the cpu flags from the toolchain.
2015-06-17 21:05:22 +02:00
Christian Taedcke
e96a25a755
Use gcc common template for lpc1549.
2015-06-17 21:05:22 +02:00
Christian Taedcke
432264759a
Define blocks for some common makefile variables.
2015-06-17 21:05:22 +02:00
Christian Taedcke
143c3e6d28
Use CPU in LDFLAGS, too
2015-06-17 21:03:19 +02:00