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
Christian Taedcke
629e321123
Create a common gcc_arm export template.
...
Four exporters are using this template for now.
2015-06-17 21:03:19 +02:00
modtronix-com
d314c4a586
Moved target folder as discussed with 0xc0170, renamed target to NZ32SC151
...
Moved target from ../targets/cmsis/TARGET_STM folder to
../targets/cmsis/TARGET_STM/TARGET_STM32L1 folder as discussed with
0xc0170 (github.com/mbedmicro/mbed/pull/928). Renamed target from
NZ32ST1L to NZ32SC151. Details for board at
www.modtronix.com/nz32-sc151.html
2015-06-10 14:37:19 +10:00
Martin Kojtal
0aaa14b6a6
Merge pull request #1145 from bcostm/master
...
DISCO_F334C8 - Add uVision and IAR exporters
2015-06-03 08:38:03 +01:00
bcostm
f1040bdd04
[DISCO_F334C8] Add uVision and IAR exporters
2015-06-01 12:18:02 +02:00
Martin Kojtal
6f7f37eec7
Merge pull request #1118 from logost/LPC2460
...
Introduction of new platform LPC2460 MCU
2015-06-01 10:52:03 +01:00
Martin Kojtal
7ab478cf5c
Merge pull request #1110 from ohagendorf/nucleo_f446
...
Nucleo_F446RE - adding target
2015-06-01 10:27:07 +01:00
Tim
3f1cca6382
Update nRF51822 softdevice to s130 in GCC export sciprt
...
The main source code has removed the s110 softdevice in favour of s130. This fixes the GCC ARM export template.
2015-05-29 08:27:23 +01:00
ohagendorf
455b417b8f
[NUCLEO_F446RE] create new target - part 2
...
Update system_stm32f4xx to new version, generated by STM32CubeMX
Add target name to digital_loop test
Update coide export template
2015-05-23 19:03:12 +02:00
ohagendorf
8edb20bed6
[NUCLEO_F446RE] create the new target
...
Create the new target - mbed_blinky is runnning
2015-05-23 19:03:11 +02:00
0xc0170
f5eeaa09c6
Merge branch 'master' of https://github.com/modtronix-com/mbed into modtronix-com-master
...
Conflicts:
libraries/rtos/rtx/TARGET_CORTEX_M/RTX_CM_lib.h
libraries/rtos/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c
workspace_tools/export/coide.py
workspace_tools/export/gccarm.py
workspace_tools/export/uvision4.py
2015-05-21 09:53:12 +01:00
bcostm
c33e013276
[DISCO_F334C8] Add ARM, uARM and IAR toolchains.
...
Compilation and basic tests are OK.
2015-05-18 16:19:33 +02:00
Kevin Gillespie
abbded72a8
Updating Keil export templates to have flash algorithm.
2015-05-14 11:10:48 -05:00
Steven Cooreman
8fe49d550d
Kit ID update for Happy Gecko
2015-05-07 11:04:42 -05:00
Steven Cooreman
8d783f9acf
Workaround for SS not taking into account linker ordering
2015-05-06 15:51:25 -05:00
Steven Cooreman
74f1dc1cb6
Update exporter to optimize for size
...
Set a few flags to reduce code size
2015-05-05 15:40:42 -05:00
stevew817
e06fc12165
Merge pull request #1 from mbedmicro/master
...
Bring mbed up to date
2015-05-05 12:38:58 -05:00
Dmitry Bogdanov
4653da3604
Merge remote-tracking branch 'origin/master' into LPC2460
...
Conflicts:
libraries/USBDevice/USBDevice/USBEndpoints.h
workspace_tools/export_test.py
2015-05-05 21:35:21 +04:00
Steven Cooreman
9c79869f8a
Add the no-rtti compilation flag required for linking with precompiled libmbed.
2015-05-05 12:27:09 -05:00
0xc0170
bdaddafd92
Squashed commit (pull request #1072 )
...
commit 8e9e89f5d7
Author: bcostm <bco.stm@gmail.com>
Date: Tue Apr 28 17:12:52 2015 +0200
[STM32L0] Change back AHBPresc table name
commit 6433521fc1
Author: bcostm <bco.stm@gmail.com>
Date: Fri Apr 24 10:34:41 2015 +0200
[STM32_L0] hal improvements
- pins settings
- check STM32Cube HAL_Init return value
commit 7b6a5eadc6
Author: bcostm <bco.stm@gmail.com>
Date: Fri Apr 24 10:32:12 2015 +0200
[NUCLEO_L073RZ] Improvements (same as NUCLEO_L053R8)
commit 0a7f6d2bea
Author: bcostm <bco.stm@gmail.com>
Date: Fri Apr 24 10:30:44 2015 +0200
[NUCLEO_L053R8] Improvements
- Add new macro for pins setting (same as NUCLEO_F4)
- Fix issue with constant tables
commit 1f72ffe2fe
Author: bcostm <bco.stm@gmail.com>
Date: Fri Apr 24 10:26:55 2015 +0200
[DISCO_L053C8] Alignment with NUCLEO_L0, add IAR compilation + exporter
commit ed2d7dcbe1
Author: bcostm <bco.stm@gmail.com>
Date: Fri Mar 20 11:10:03 2015 +0100
[NUCLEO_F091RC/F303RE] Fix wrong detect_code field
2015-04-30 11:57:14 +01:00
Steven Cooreman
298db047c1
Add in Silicon Labs targets
2015-04-27 11:11:02 -07:00
0xc0170
809d8aa82b
Squashed commit of the following (PR #1023 ):
...
commit 5390a0eb7fc28dda30993602652350fd0ad87df0
Merge: 7c4831f
3998966
Author: 0xc0170 <c0170@rocketmail.com>
Date: Thu Apr 23 08:48:31 2015 +0100
Merge branch 'master' of https://github.com/dudmuck/mbed into dudmuck-master
Conflicts:
workspace_tools/export/uvision4.py
commit 3998966b1b
Author: U-owner-PC\owner <Wayne Roberts>
Date: Thu Apr 9 13:45:09 2015 -0700
using defines for platform specific requirement
commit 755c5d9b07
Author: U-owner-PC\owner <Wayne Roberts>
Date: Wed Apr 8 14:59:47 2015 -0700
added device ID for MOTE_L152RC
commit d812fb0002
Merge: 6ad66e8
158cbeb
Author: U-owner-PC\owner <Wayne Roberts>
Date: Wed Apr 8 07:25:23 2015 -0700
Merge remote-tracking branch 'upstream/master'
commit 6ad66e89d8
Merge: 14a1807
cfb9dd1
Author: U-owner-PC\owner <Wayne Roberts>
Date: Fri Mar 27 15:54:03 2015 -0700
merged upstream
commit 14a18078ca
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Mar 24 10:01:02 2015 -0700
RTC subSeconds at 16384Hz
commit 32d75d04c1
Merge: bc84c03
ea01d61
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Mar 24 09:59:43 2015 -0700
Merge remote-tracking branch 'upstream/master'
commit bc84c03a37
Author: U-owner-PC\owner <Wayne Roberts>
Date: Mon Mar 16 16:26:18 2015 -0700
handle HSE-PLL enabled upone deepsleep wakeup
commit 11bfe693b9
Merge: b7cec55
fdc75bf
Author: U-owner-PC\owner <Wayne Roberts>
Date: Mon Mar 16 14:37:11 2015 -0700
Merge remote-tracking branch 'upstream/master'
commit b7cec55d08
Merge: c5b61f5
4b74c54
Author: U-owner-PC\owner <Wayne Roberts>
Date: Mon Mar 9 13:15:56 2015 -0700
syncd with upstream
commit c5b61f5c1d
Merge: c16a115
9d2fd3e
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Mar 3 14:05:54 2015 -0800
syncd with upstream
commit c16a115e18
Merge: 51efd61
1b2a621
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Feb 24 09:48:55 2015 -0800
Merge remote-tracking branch 'upstream/master'
commit 51efd619f1
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Feb 24 09:48:22 2015 -0800
MOTE_L152RC
commit a122226e46
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Feb 24 09:46:08 2015 -0800
renamed SEMTECH_LORA915 to MOTE_L152RC
commit 88fcf53069
Merge: 3e291c1
8648ff5
Author: U-owner-PC\owner <Wayne Roberts>
Date: Mon Feb 23 08:11:48 2015 -0800
Merge remote-tracking branch 'upstream/master'
commit 3e291c1cce
Merge: a59aefc
c9e93d2
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Feb 17 19:04:04 2015 -0800
Merge remote-tracking branch 'upstream/master'
syncing my fork with master
commit a59aefc6ed
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Feb 17 18:46:27 2015 -0800
added SEMTECH_LORA915 to python scripts
commit 15b1989b69
Author: U-owner-PC\owner <Wayne Roberts>
Date: Tue Feb 17 18:42:13 2015 -0800
added platform SEMTECH_LORA915
2015-04-23 08:55:29 +01:00
Kevin Gillespie
2044135c19
Adding export support for MAXWSNENV and MAX32600MBED.
2015-04-16 14:04:40 -05:00
Martin Kojtal
29ab478a78
Merge pull request #1032 from toyowata/master
...
LPC824, SSCI824 - Add GCC_ARM exporter support
2015-04-16 11:35:50 +01:00