Kevin Gillespie
0611885832
[MAX32620HSP] Cleanup with formatting script.
2016-10-12 08:59:38 -05:00
Jeremy Brodt
8e70018ec1
[MAX32620HSP] Fixed INITIAL_SP value.
2016-10-12 08:59:38 -05:00
Sam Grove
f5fb485dcd
Merge pull request #2967 from viquiram/master
...
Modify the flash size for Nucleo L073RZ.
2016-10-10 10:35:59 -05:00
Sam Grove
c0c2563580
Merge pull request #2964 from bulislaw/fix_csv_quoting
...
Fix file path quoting while constructing CSV file in memmap.py
2016-10-10 10:35:44 -05:00
Sam Grove
8d6e358387
Merge pull request #2947 from bcostm/adcintch_L4
...
STM32L4xx - Add support of ADC internal channels
2016-10-10 10:35:18 -05:00
Sam Grove
4297042096
Merge pull request #2932 from bcostm/adcintch_F4
...
STM32F4xx - Fix issue with ADC internal Temperature and VBat channels.
2016-10-10 10:35:06 -05:00
Sam Grove
085dd0925a
Merge pull request #2921 from bcostm/serialFC_F0
...
STM32F0xx - Add missing UART_RTS/CTS pins for Serial Flow Control
2016-10-10 10:34:48 -05:00
Martin Kojtal
8f492a20a7
Merge pull request #2920 from LMESTM/fix_pull_overwrite
...
STM32F4: Fix pull overwrite
2016-10-10 10:23:55 +01:00
Martin Kojtal
d38d82bbab
Merge pull request #2946 from bcostm/adcintch_L0
...
STM32L0xx: Add support of ADC internal channels
2016-10-10 10:17:06 +01:00
Martin Kojtal
d6389a4b8b
Merge pull request #2963 from bulislaw/master
...
DNS: Fix return value for successful name resolutions
2016-10-10 09:41:41 +01:00
bcostm
c1485fe88a
Add SERIAL_FC for STM32F0xx platforms in targets.json
2016-10-10 10:39:23 +02:00
bcostm
246528fe85
Add UART_RTS/CTS pins
2016-10-10 10:23:47 +02:00
viquiram
1a91fc7abf
Update stm32l073xz.sct
...
Modify the flash size for Nucleo L073RZ.
2016-10-10 09:56:47 +02:00
viquiram
142aa09286
Update stm32l073xz.sct
...
Modify the flash size for Nucleo L073RZ.
2016-10-10 09:55:45 +02:00
Sam Grove
864ff7754b
Merge pull request #2924 from bcostm/adcintch_F2
...
STM32F2xx - Add support of ADC internal channels (temperature, VRef, VBat)
2016-10-07 11:33:11 -05:00
Sam Grove
478c732116
Merge pull request #2952 from andresag01/iotssl-1017-mbedtls_user_config-null_entopy_update-mbedtls
...
Update mbed TLS with the development HEAD
2016-10-07 11:16:19 -05:00
Sam Grove
b3e88c3c72
Merge pull request #2951 from bcostm/adcintch_L1
...
STM32L1xx - Add support of ADC internal channels
2016-10-07 11:15:50 -05:00
Sam Grove
f2b49b860d
Merge pull request #2949 from NXPmicro/Fix_For_Cortex_M4
...
The HAL CM4 for ARM and IAR toolchains is valid only for FPU present.…
2016-10-07 11:15:22 -05:00
Sam Grove
f59b5f8b75
Merge pull request #2934 from BlackstoneEngineering/patch-1
...
Change K64F D8 pin from PTA0->PTC12
2016-10-07 11:14:18 -05:00
Sam Grove
53a52a1b56
Merge pull request #2930 from bcostm/adcintch_F0
...
STM32F0xx - Use ADC internal channels specific definitions
2016-10-07 11:13:43 -05:00
Sam Grove
ad59be6812
Merge pull request #2928 from bcostm/adcintch_F7
...
STM32F7xx - Add support of ADC internal channels
2016-10-07 11:13:30 -05:00
Sam Grove
eee4db1fe0
Merge pull request #2896 from geky/restructure-cmsis
...
restructure - Restructure cmsis directory
2016-10-07 11:13:09 -05:00
Bartek Szatkowski
a7d9dbec69
Fix file path quoting while constructing CSV file in memmap.py
...
Comma is a valid char in file paths for Posix systems.
2016-10-07 16:33:43 +01:00
Bartek Szatkowski
922e9526bf
DNS: Fix return value for successful name resolutions
2016-10-07 16:10:15 +01:00
Martin Kojtal
7e292fb9b7
Merge pull request #2926 from andresag01/iotssl-1017-mbedtls_user_config-null_entopy
...
Fix mbedtls user config and null entropy
2016-10-07 14:33:36 +01:00
Martin Kojtal
49145358ec
Merge pull request #2929 from ARMmbed/update_trace
...
Update trace
2016-10-07 10:37:25 +01:00
Sam Grove
94e1cbccfc
Merge pull request #2954 from c1728p9/ncs36510_fix
...
Fix ncs36510 by updating header guard
2016-10-06 16:12:09 -05:00
Sam Grove
483d3fd277
Merge pull request #2923 from bcostm/adcintch_F1
...
STM32F1xx - Add support of ADC internal channel (Temperature, VRef)
2016-10-06 15:58:26 -05:00
Sam Grove
41323855ec
Merge pull request #2918 from theotherjimmy/memap-improvements
...
Allow max-depth specification in memap
2016-10-06 15:57:39 -05:00
Sam Grove
3a16ca9855
Merge pull request #2911 from theotherjimmy/docs-generation
...
[Tools] Add documentation generation script
2016-10-06 15:57:08 -05:00
Sam Grove
3aca6fdd86
Merge pull request #2899 from TomoYamanaka/master
...
Fix bugs of PWM driver.
2016-10-06 15:54:29 -05:00
Sam Grove
76fb1f8c3f
Merge pull request #2708 from sarahmarshy/uvision-and-iar
...
[Exporters] Refactor Uvision and IAR and initial support of CMSIS projects
2016-10-06 15:54:00 -05:00
Sam Grove
22ec73bc3a
Merge pull request #2948 from jamike/Fixed_iarm_debug_built_failed
...
[IAR build] fix debug build
2016-10-06 13:37:58 -05:00
Russ Butler
6375b8cf2b
Fix ncs36510 by updating header guard
...
Fix the header guard in the ncs36510 RF driver. Also update the
license in NanostackRfPhyNcs36510.h.
2016-10-06 11:52:09 -05:00
Andres AG
39c95e0e2f
Sync mbed TLS with development HEAD
...
Update the current version of mbed TLS with the development HEAD of the
mbed TLS project repository. This mostly includes the latest CMAC
feature. Also, update the version in the importer Makefile and
VERSION.txt with the hash of the mbed TLS commit that was sync'ed.
2016-10-06 16:29:41 +01:00
bcostm
50cb26040a
STM32L1xx - Add support of ADC internal channels (Temperature, VRef)
2016-10-06 17:15:16 +02:00
bcostm
49fe84ccd0
STM32L1xx - Use STM_PIN_DATA_EXT macro and obj->channel field to facilitate channels configuration
2016-10-06 16:48:45 +02:00
Mahadevan Mahesh
b290c71f57
The HAL CM4 for ARM and IAR toolchains is valid only for FPU present. These guards were added
...
to mbed SDK as there are targets with Cortex-M4. This is similar to the implementation already
done for GCC ARM
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-10-06 09:27:59 -05:00
Michel Jaouen
144e97bf63
[IAR build] fix debug build
...
with option --profile ./tools/profiles/debug.json
2016-10-06 16:16:14 +02:00
bcostm
569f64a966
STM32L4xx - Add support of ADC internal channels
2016-10-06 15:41:00 +02:00
bcostm
5f8052a9ef
Remove VLCD ADC internal channel on L011 and L031 devices (not present)
2016-10-06 14:58:40 +02:00
bcostm
c637477711
Add support of ADC internal channels for L0 devices
2016-10-06 14:53:28 +02:00
Sarah Marsh
2a8c9ef6a5
More formatting changes in targets.json
2016-10-05 14:00:11 -05:00
Blackstone Engineering
3e39ef8916
Change K64F D8 pin from PTA0->PTC4
...
Modifying D8 to reflect latest hardare changes in RevD hardware
https://github.com/ARMmbed/mbed-os/issues/2933
2016-10-05 13:32:12 -05:00
Jimmy Brisson
8f9f4eefed
Allow max-depth specification in memap
2016-10-05 12:36:30 -05:00
Christopher Haster
2a58befd15
restructure - Fixed missing include paths in mbed 2 project builds
2016-10-05 11:06:27 -05:00
bcostm
4207ebf329
Fix issue with Temp and VBat channels. Use internal channels specific definitions.
2016-10-05 16:33:46 +02:00
bcostm
480d784497
Use ADC internal channels specific definitions
2016-10-05 15:20:55 +02:00
Seppo Takalo
35c4ceb2ef
Update mbed-trace
...
* commit '7a4b3d11a35f764d887b1a8c7a31b1944d2c9c46':
Squashed 'features/FEATURE_COMMON_PAL/mbed-trace/' changes from b17e969..31e338c
2016-10-05 16:09:58 +03:00
Seppo Takalo
7a4b3d11a3
Squashed 'features/FEATURE_COMMON_PAL/mbed-trace/' changes from b17e969..31e338c
...
31e338c Use temp variable in mutex release loop (#52 )
git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-trace
git-subtree-split: 31e338c23934491fcb852ee4d2788d34851d01a2
2016-10-05 16:09:58 +03:00