Sam Grove
5ea1953755
Merge pull request #2045 from 0xc0170/fix_iar_vla
...
iar - remove --vla flag for exporters
2016-06-28 10:52:00 -05:00
Andrzej Puzdrowski
63bfe7dc1b
Merge branch 'nordic_sdk_integration' of https://github.com/nvlsianpu/mbed-nordic into nordic_sdk_integration
2016-06-28 17:35:55 +02:00
Martin Kojtal
5534f34d0e
Merge pull request #2033 from screamerbg/env-var-paths
...
[Tools] Add MBED_ prefix to compilers environment variables
2016-06-28 17:32:42 +02:00
Andrzej Puzdrowski
eef471bee4
AnalogIn api implenetation for nRF52
2016-06-28 17:31:49 +02:00
sarahmarshy
06706da749
Changed reference to old rtos location
2016-06-28 10:25:48 -05:00
0xc0170
d2a216f3a0
iar - remove --vla flag for exporters
...
The template file already enables VLA as it's for C only. This --vla flag
causes conflicts with --cpp flag that is enabled implicitly if C++ is enabled.
2016-06-28 17:15:48 +02:00
Mihail Stoyanov
b8cc5988bb
Merge pull request #2036 from screamerbg/fix-tests1
...
[Testing] Disable test MBED_39 being commonly failed test
2016-06-28 15:18:28 +01:00
Bogdan Marinescu
986ed4f22c
Merge pull request #2043 from 0xc0170/fix_uvision_libpath
...
armcc - remove libpath from ld flags
2016-06-28 16:36:33 +03:00
Martin Kojtal
a84b7e71e2
Merge pull request #2042 from DanKupiniak/export_elmo_f411re_to_gcc_arm
...
Export ELMO_F411RE projects to offline GCC ARM Make project.
2016-06-28 15:34:11 +02:00
0xc0170
29f806bb64
armcc - remove libpath from ld flags
...
libpath is not required for exporters, as they provide default paths.
This caused problems when paths are not correct for mbed tools, a project
fails to build as path is not found.
2016-06-28 14:58:26 +02:00
Bogdan Marinescu
693a8313c5
Merge pull request #2041 from 0xc0170/fix_uvision_vla
...
uvision4/5 - remove no-vla for exporters
2016-06-28 15:17:08 +03:00
0xc0170
f44ff94fc3
uvision4/5 - remove no-vla for exporters
...
IDE has C/C++ tab, thus this only cxx flag would be applied for
C files.
2016-06-28 14:15:34 +02:00
Daniel Kupiniak
bb29ed8991
Export ELMO_F411RE projects to offline GCC ARM Make project.
2016-06-28 14:14:48 +02:00
Andrzej Głąbek
1688054af7
Merge pull request #4 from anangl/hal_improvements
...
Hal improvements
2016-06-28 12:15:58 +02:00
Głąbek, Andrzej
3ff34ef58d
Merge branch 'nordic_sdk_integration' into hal_improvements
...
# Conflicts:
# hal/targets.json
2016-06-28 12:13:50 +02:00
Andrzej Głąbek
79ee724d18
Merge pull request #3 from ARMmbed/nordic_sdk_integration
...
up merge from ARMmbed/nordic_sdk_integration
2016-06-28 12:08:38 +02:00
Andrzej Głąbek
8de419c1b7
Merge pull request #10 from nvlsianpu/nordic_sdk_integration
...
Analog Input for nRF51 rework + PWM fix
2016-06-28 12:00:50 +02:00
Andrzej Puzdrowski
1c262e3444
remove unwanted initialization of adc_value
2016-06-28 11:58:18 +02:00
adustm
941eca961f
Bug fix for MBED_16 on STM32F7 family
2016-06-28 11:11:58 +02:00
Bogdan Marinescu
e1890c9284
Merge pull request #2037 from 0xc0170/fix_export_zip
...
Project - fix zip rename argument
2016-06-28 11:31:33 +03:00
0xc0170
35c90753c0
Project - fix zip rename argument
2016-06-28 10:22:47 +02:00
Bogdan Marinescu
af71d87adc
Merge pull request #1975 from theotherjimmy/export-mbed-conf
...
[Exporters] Update exporters to include and use mbed_conf.h (Was #1964 )
2016-06-28 11:15:22 +03:00
Martin Kojtal
05b8db418a
Merge pull request #2025 from pan-/nrf51_nano
...
Use nano lib by default for nrf51 based targets.
2016-06-28 10:12:54 +02:00
Andrzej Puzdrowski
f21ca348f8
Merge pull request #9 from anangl/nordic_sdk_integration
...
Corrected 'serial_api' implementation.
2016-06-28 09:43:39 +02:00
Martin Kojtal
96e533c361
Merge pull request #2034 from sarahmarshy/patch-1
...
[Exporters] Conflicting zip name
2016-06-28 07:28:41 +02:00
Martin Kojtal
5994173d39
Merge pull request #2032 from theotherjimmy/fix-program-cycle-s
...
[Tools] Force program_cycle_s to be used as an attribue everywhere
2016-06-28 07:25:51 +02:00
Colin Hogben
9455e89b8e
[K64F] serial_api.c: Fix #1979 assertion error for ParityEven
2016-06-28 06:04:16 +01:00
tomoyuki yamanaka
287aea22ee
Update the comments of stack size for main threads
...
We updated the comments of stack size for main threads.
2016-06-28 11:15:19 +09:00
Mihail Stoyanov
51157ba073
Disable test MBED_39 being commonly failed test
2016-06-27 23:55:45 +01:00
Mihail Stoyanov
b67d425f09
Add MBED_ prefix to compilers environment variables
2016-06-27 23:27:43 +01:00
sarahmarshy
beb0be99d8
Conflicting zip name
...
The boolean zip passed as a parameter conflicts with the zip exporter class imported.
2016-06-27 17:20:13 -05:00
Sam Grove
7bd9952583
Merge pull request #2030 from mlnx/memap_docs
...
Adding memap documentation
2016-06-27 17:15:12 -05:00
Jimmy Brisson
855cc91550
Force program_cycle_s to be used as an attribue everywhere
2016-06-27 16:01:52 -05:00
Jimmy Brisson
8e11fa2071
Undelete defines from IAR
2016-06-27 14:36:35 -05:00
Jimmy Brisson
7b83c30ba1
for file in `ls tofor file in `ls tools/export`; do sed -i tools/export/$file -e "s/MBED_CONF_ACTIVE/MBED_CONFIG_HEADER_SUPPORTED/"; done
2016-06-27 14:06:42 -05:00
Jimmy Brisson
4746beb256
Switch to = style for preincludes
...
relpaces the --preinclude mbed_config.h with --preinclude=mbed_config.h
2016-06-27 14:06:42 -05:00
Jimmy Brisson
f92d3ec9be
Move name of config file to one location
2016-06-27 14:06:42 -05:00
Jimmy Brisson
3a273f78f2
Create and enable exporter flag mbed_conf_active for exporters
...
The mbed_conf_active feature disables configuration macros on the
command line and replaces them with a preinclude header file
2016-06-27 14:06:42 -05:00
Jimmy Brisson
c06dad55d9
Change uVisoun[45] to get preincludes
2016-06-27 14:06:42 -05:00
Jimmy Brisson
a1b73c9b7e
Fix typo after rebase
2016-06-27 14:06:41 -05:00
Mihail Stoyanov
879ae8c6bd
Fixed gcc.py typo
...
get_conifg_option -> get_config_option
2016-06-27 14:06:41 -05:00
Jimmy Brisson
d9b4109143
Update progen-style flags with the toolchains include mbed_conf.h
2016-06-27 14:06:41 -05:00
Jimmy Brisson
5532fb8697
Export command line for including mbed_conf.h from toolchains
2016-06-27 14:06:34 -05:00
Jimmy Brisson
4f29483255
Update exporters to include the generated mbed_conf.h
2016-06-27 13:59:56 -05:00
Sam Grove
f7ad7d2e27
Merge pull request #2005 from screamerbg/env-var-paths
...
[Tools] Add environmental variables support for toolchain paths
2016-06-27 11:41:58 -05:00
Sam Grove
c815b3a9e8
Merge pull request #2022 from screamerbg/refresh-requirements
...
Updated requirements.txt to match setup.py.
2016-06-27 11:38:57 -05:00
Sam Grove
f3e15ebfa3
Merge pull request #2020 from mbedmicro/fix_iar_asm_options
...
Fixed config-related options for the IAR assembler
2016-06-27 11:37:59 -05:00
Marcelo Salazar
2594c4946b
Minor tweaks
2016-06-27 16:59:00 +01:00
Bogdan Marinescu
676cfbb695
Merge pull request #2028 from mbedmicro/add_project_folders
...
Change directory generation for project files.
2016-06-27 18:52:18 +03:00
Martin Kojtal
2acd3bbf2f
Merge pull request #2023 from screamerbg/misc-scripts
...
Move non-essential scripts to tools/misc/
2016-06-27 17:51:56 +02:00