Commit Graph

3150 Commits (546005a72cd04f890af3ff750249031cebdf3e61)

Author SHA1 Message Date
GustavWi 60a7d3755f IAR Fixed NVIC RAM Vector space for NXP targets 2014-11-26 13:30:49 +01:00
Olaf Hagendorf 087a8eab34 [STM32L053xx] linker script reorganisation 2014-11-26 13:15:09 +01:00
Olaf Hagendorf 0737130e57 [STM32F3xx] linker script reorganisation 2014-11-26 12:31:02 +01:00
Martin Kojtal c3208fe6f4 Merge pull request #736 from GustavWi/iar_mbed
RTOS:  IAR Export for CORTEX M3
2014-11-26 08:57:24 +01:00
Martin Kojtal d9a231862a Merge pull request #733 from masaohamanaka/master
Targets: RZ_A1H - Modified Terminal setting for New GR-PEACH.
2014-11-26 08:53:06 +01:00
Masao Hamanaka 0d99a7d7ad Delete old version terminal setting code.
We confirmed that user never use the old version GR-PEACH.
So, we deleted old version terminal setting code.
2014-11-26 13:44:01 +09:00
Bogdan Marinescu d8f6c47dde Bumped build number 2014-11-25 13:48:38 +00:00
Martin Kojtal 4e89d3c771 Merge pull request #739 from xiongyihui/master
Targets: ARCH_MAX & DISCO_F407VG - Add SystemCoreClockUpdate and HAL_Init to mbed_sdk_init
2014-11-25 12:30:32 +01:00
Yihui Xiong 9bf1247ff9 [ARCH_MAX & DISCO_F407VG] add SystemCoreClockUpdate and HAL_Init to
mbed_sdk_init

HAL_Init is needed by Arch MAX to setup RTC with internal clock
2014-11-25 16:48:14 +08:00
Martin Kojtal d5afb47760 Merge pull request #711 from ohagendorf/_exit-or-exit
mbed: Name of exit function in exit.c for GCC ARM (_exit)
2014-11-25 08:21:11 +01:00
Martin Kojtal fbc74e874a Merge pull request #738 from bcostm/master
Targets: NUCLEOs - Add PeripheralPins files for all nucleo targets
2014-11-25 08:08:57 +01:00
bcostm ea50eb3512 [NUCLEO_L053R8] Correct issue with Travis build 2014-11-24 16:20:26 +01:00
GustavWi d03da0cd30 removed comments and fixed USB_RAM section 2014-11-24 14:28:08 +01:00
GustavWi c2de05e882 Fixed LPC1768 NVIC placement space in RAM 2014-11-24 14:16:32 +01:00
bcostm 53f92133dc [NUCLEO_L0/L1] Add PeripheralPins files 2014-11-24 12:36:39 +01:00
bcostm afd167f734 [NUCLEO_F4] Add note on optional pins 2014-11-24 12:35:46 +01:00
bcostm 04dc0c7a24 [NUCLEO_F3] Add PeripheralPins files 2014-11-24 12:34:35 +01:00
bcostm f62073e179 [NUCLEO_F103RB] Add PeripheralPins files 2014-11-24 12:33:15 +01:00
bcostm 60e0d1431e [NUCLEO_F0] Add PeripheralPins files 2014-11-24 12:32:02 +01:00
GustavWi 86fcac1dca IAR exporter Rtos clean 2014-11-24 11:03:25 +01:00
GustavWi 092828ce33 Added IAR Export RTOS CORTEX M3 2014-11-24 10:58:08 +01:00
Martin Kojtal 814740f86e Merge pull request #720 from bcostm/master
Targets: NUCLEOs - Improvement of gpio_irq hal
2014-11-24 08:15:36 +01:00
Martin Kojtal b286515693 Merge pull request #737 from ohagendorf/NUCLEO_F030R8_F072RB_export_gcc_coide
Tools: NUCLEO_F030R8, NUCLEO_F072RB - export to gcc_arm and coide
2014-11-23 22:29:53 -08:00
Martin Kojtal 9ab13826a0 Merge pull request #734 from 0xc0170/dev_nrf51_xx_exporters
Tools: Export for nrf51dk and dongle to GCC ARM and uvision
2014-11-23 22:19:07 -08:00
ohagendorf 0e9e13e244 [NUCLEO_F0xx] build_travis and build_release
Add NUCLEO_F030 and NUCLEO_F072 to build_travis. Extend toolchainlist of
both targets in build_release.
2014-11-22 15:21:33 +01:00
ohagendorf 4d04aba235 [NUCLEO_F072RB] exporter for gcc and coide 2014-11-22 14:56:30 +01:00
ohagendorf caf42f946c [NUCLEO_F030R8] exporter for gcc and coide 2014-11-22 12:18:31 +01:00
Przemek Wirkus f7f79866d1 Unlocked --db switch. Added check when parsing DB connection string 2014-11-21 13:57:23 +00:00
Przemek Wirkus 197a1afe5e Unlocked --db switch. Added Wiki page entry to explain how to use MySQL DB with test suite 2014-11-21 13:57:19 +00:00
Przemek Wirkus 646d2b8ae2 target detection API added together with detection codes which will be used to determine platform - used mainly by lmtools 2014-11-21 13:57:15 +00:00
Przemek Wirkus 6c04ac8b75 Minor change: added more informative commnet about self.detect_code field in Target class 2014-11-21 13:57:12 +00:00
GustavWi 23825d8372 Added IAR Export RTOS CORTEX M3 2014-11-21 12:56:20 +01:00
Martin Kojtal 16a00dfb7e Merge pull request #730 from ohagendorf/make_wrap_main_2
Tools: Exporter for GCC_ARM - additional linker option for wrap main
2014-11-21 01:37:43 -08:00
Martin Kojtal f814634a22 Merge pull request #732 from sg-/k22f_rtos
RTOS: Add initial FRDM-K22F support
2014-11-21 01:36:22 -08:00
0xc0170 179e720345 Tools: Export for nrf51dk and dongle to GCC ARM and uvision 2014-11-21 09:26:41 +00:00
Masao Hamanaka 59f686bbc1 Modified Terminal setting for New GR-PEACH.
Modified Terminal setting of Ethernet and LED PIN for New GR-PEACH.
2014-11-21 13:47:46 +09:00
sg- 13b97774b8 [mbed][rtos][k22f] Add initial FRDM-K22F support 2014-11-20 22:21:25 -06:00
ohagendorf 85ed83263c [EXPORT][GCC_ARM] additional linker option for wrap main
Most makefile templates didn't use the -Wl,--wrap,main so that
__wrap_main was not called.
2014-11-20 21:26:08 +01:00
Martin Kojtal 58973a6739 Merge pull request #728 from xiongyihui/revert-724-master
Targets: Revert "[NUCLEO_F103RB] update SystemCoreClock after changing clock sett...
2014-11-20 03:39:44 -08:00
Yihui Xiong c6f0c3b14b Revert "[NUCLEO_F103RB] update SystemCoreClock after changing clock settings" 2014-11-20 19:19:47 +08:00
Martin Kojtal ab15b6b123 Merge pull request #726 from mbrudevoldlpd/master
Targets: MTS MDOT - Correct pin names for serial rx/tx
2014-11-19 23:54:08 -08:00
Michael Brudevold 3e1aac36e1 Correct pin names for serial rx/tx 2014-11-19 14:52:49 -06:00
Mihail Stoyanov 1490888ddb Merge branch 'master' of https://github.com/mbedmicro/mbed 2014-11-19 14:45:49 +02:00
Mihail Stoyanov fbf08e2727 Make merging of soft device optional for FOTA platforms and change FOTA platforms to generate .hex files 2014-11-19 14:45:36 +02:00
Martin Kojtal 160b1f04b8 Merge pull request #725 from GustavWi/iar_mbed
Tools: Add defines to IAR templates
2014-11-19 03:30:43 -08:00
GustavWi 4a8685fdb6 Added defines to IAR templates 2014-11-19 11:49:24 +01:00
Martin Kojtal f364b76d2f Merge pull request #703 from masaohamanaka/master
Targets: RZ_A1H - Fixed a bug of serial interrupt
2014-11-19 00:59:43 -08:00
0xc0170 aceebfd193 Merge branch 'Sissors-ksdk' 2014-11-19 08:46:15 +00:00
0xc0170 be10b27013 Merge branch 'ksdk' of github.com:Sissors/mbed into Sissors-ksdk
Conflicts:
	libraries/USBDevice/USBDevice/USBEndpoints.h
	libraries/USBDevice/USBDevice/USBHAL_KL25Z.cpp
2014-11-19 08:45:48 +00:00
0xc0170 81f72e6a68 Merge branch 'ohagendorf-NUCLEO_L152RE_exporter' 2014-11-19 08:43:37 +00:00