Kevin Gillespie
a2fe7c76cd
Cleanup with formatting script.
2016-10-14 16:14:18 -05:00
adustm
33000299fc
Fix typo
2016-10-14 16:14:17 -05:00
adustm
8d207b1eb7
Add objects.h for L073
2016-10-14 16:14:16 -05:00
adustm
c8b3588777
rework after directory moves
2016-10-14 16:14:15 -05:00
adustm
7864a4f9d5
Change MBEDTLS_ENTROPY_ALT to device has TRNG update code accordingly
2016-10-14 16:14:14 -05:00
adustm
16bc80ef81
Add Periphclock enable for L476 products
2016-10-14 16:14:13 -05:00
adustm
0c7a2b5f58
Add random generator for stm32L0 + stm32L4
2016-10-14 16:14:12 -05:00
adustm
24b3e8c0ae
Enable TLS entropy in targets.json for STM32L4 and STM32L0 products
2016-10-14 16:14:11 -05:00
Sam Grove
a551faa881
Merge pull request #2975 from ARMmbed/release-candidate
...
Release candidate for mbed-os-5.2-rc2
2016-10-10 12:12:22 -05:00
viquiram
683fc37bfa
Update stm32l073xz.sct
...
Modify the flash size for Nucleo L073RZ.
2016-10-10 17:25:29 +01:00
viquiram
d52b15312d
Update stm32l073xz.sct
...
Modify the flash size for Nucleo L073RZ.
2016-10-10 17:25:28 +01:00
Bartek Szatkowski
4f9ba6dfc9
Fix file path quoting while constructing CSV file in memmap.py
...
Comma is a valid char in file paths for Posix systems.
2016-10-10 17:25:27 +01:00
bcostm
c9d5a5d898
STM32L4xx - Add support of ADC internal channels
2016-10-10 17:25:25 +01:00
bcostm
952e0314ab
Fix issue with Temp and VBat channels. Use internal channels specific definitions.
2016-10-10 17:25:24 +01:00
bcostm
4b20fcd976
Add SERIAL_FC for STM32F0xx platforms in targets.json
2016-10-10 17:25:23 +01:00
bcostm
5dd855e6d2
Add UART_RTS/CTS pins
2016-10-10 17:25:21 +01:00
Laurent MEUNIER
7cfa975753
Use previously introduced pin_function_gpiomode
...
This way the pull-up / pull-down modes would not be overwritten
as first reported in issue #2638
2016-10-10 17:25:20 +01:00
Laurent MEUNIER
e160132cc0
Introduce a function that sets gpio mode w/o changin pull mode
...
This function reads the pull mode from HW and can then be used
to avoid over-writing the previously set pull-up / pull-down modes.
This is done following reported issue: #2638
2016-10-10 17:25:18 +01:00
bcostm
645f45a634
Remove VLCD ADC internal channel on L011 and L031 devices (not present)
2016-10-10 17:25:17 +01:00
bcostm
24b7b463c1
Add support of ADC internal channels for L0 devices
2016-10-10 17:25:15 +01:00
Bartek Szatkowski
18286a8d7f
DNS: Fix return value for successful name resolutions
2016-10-10 17:25:14 +01:00
bcostm
4a23487446
Add VBat channel and manage better the internal channels configuration
2016-10-10 17:25:12 +01:00
bcostm
344edfdaec
Add channel 17 for VRef
2016-10-10 17:25:11 +01:00
bcostm
731acb28f3
STM32F2xx - Add support of ADC internal channels (temperature)
2016-10-10 17:25:10 +01:00
Andres AG
1ab3e7a0e9
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-10 17:25:08 +01:00
bcostm
a48d6f3337
STM32L1xx - Add support of ADC internal channels (Temperature, VRef)
2016-10-10 17:25:04 +01:00
bcostm
adb13bdc10
STM32L1xx - Use STM_PIN_DATA_EXT macro and obj->channel field to facilitate channels configuration
2016-10-10 17:25:03 +01:00
Mahadevan Mahesh
215fd9105e
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-10 17:25:02 +01:00
Blackstone Engineering
8e353da9a3
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-10 17:25:00 +01:00
bcostm
625c1a8c89
Use ADC internal channels specific definitions
2016-10-10 17:24:59 +01:00
bcostm
15cbfc6725
STM32F7xx - Add support of ADC internal channels
2016-10-10 17:24:57 +01:00
Christopher Haster
0bc742985d
restructure - Fixed missing include paths in mbed 2 project builds
2016-10-10 17:24:56 +01:00
Christopher Haster
591c92333d
restructure - Fixed missing symbols in generation of mbed 2 cmsis library
2016-10-10 17:24:55 +01:00
Christopher Haster
6f74e0b69c
restructure - Updated mbed 2 build to respect the new cmsis directory
2016-10-10 17:24:53 +01:00
Christopher Haster
914d9f09be
restructure - Restructured cmsis directory
...
targets/cmsis -> cmsis
targets/cmsis/TARGET_* -> targets/TARGET_*/device
targets/cmsis/TARGET_*/mbed_rtx.h -> targets/TARGET_*/mbed_rtx.h
2016-10-10 17:24:52 +01:00
Andres AG
c8256af85d
Fix mbedtls user config and null entropy
2016-10-10 17:24:24 +01:00
Seppo Takalo
b12b1bd312
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-10 17:24:19 +01:00
Russ Butler
0bc661e172
Fix ncs36510 by updating header guard
...
Fix the header guard in the ncs36510 RF driver. Also update the
license in NanostackRfPhyNcs36510.h.
2016-10-10 17:24:15 +01:00
bcostm
3b71d4a9e4
Use ADC internal channels specific definitions
2016-10-10 17:24:13 +01:00
bcostm
a446f3e0f6
Add channel 17 for Vref
2016-10-10 17:24:12 +01:00
bcostm
ecb83a34e0
STM32F1xx - Add ADC internal channel (Temperature)
2016-10-10 17:24:11 +01:00
Jimmy Brisson
5c19171cf5
Allow max-depth specification in memap
2016-10-10 17:24:10 +01:00
Jimmy Brisson
88bf6e41a1
Remove tag-adding code from script
2016-10-10 17:24:08 +01:00
Jimmy Brisson
9071e2b347
Add tags to our code
2016-10-10 17:24:07 +01:00
Jimmy Brisson
44d794eaa5
Automatically Add group tags to documented code
2016-10-10 17:24:04 +01:00
Jimmy Brisson
2e871c6c1b
Move docs_gen.py script to tools/misc
2016-10-10 17:24:03 +01:00
Jimmy Brisson
a5a7b24458
Add inside namespaces
2016-10-10 17:24:02 +01:00
Jimmy Brisson
487f98e0e8
Add supported_toolchains to super_target
2016-10-10 17:24:00 +01:00
Jimmy Brisson
b1908cc7e5
Switch how we do groups
2016-10-10 17:23:59 +01:00
Jimmy Brisson
bb44f9d1d2
Automatically add groups from features
2016-10-10 17:23:58 +01:00