Jimmy Brisson
a3f7d06101
Partially Revert "Remove Cortex A boards as Cortex-A it is not supported in CMSIS5/RTX2"
...
This partially reverts commit e535493a01
.
2017-05-23 13:57:59 -05:00
Christopher Haster
d1468a68ab
FAT: Removed implicit MBR from FAT filesystem during format
...
- Implicit MBR still allowed during mount
- maintains storage compatibility
- Not needed
- MBR utility is not exposed through the FAT filesystem,
so the only used partition was always the first. Omitting
the MBR is functionally equivalent
- Saves a few blocks on storage for MBR + offset
for FAT alignment
- Duplicated with MBRBlockDevice
- The implicit MBR actually prevents nesting a FAT filesystem
in the MBRBlockDevice
2017-05-23 11:56:00 -05:00
Christopher Haster
590a40d9bf
bd: Added MBRBlockDevice for handling a master boot record on a block device
2017-05-23 11:55:57 -05:00
Vincent Coubard
897667deaa
makefile exporter: Escape double quote in toolchain flags.
...
Without this fix macro defined as -DFOO="BAR" won't be correctly
interpreted by the compiler.
2017-05-23 14:08:24 +01:00
Vincent Coubard
deaabf3123
uvision exporter: Escape double quote in flags.
...
Without this fix macro defined as -DFOO="BAR" won't be correctly handled
by uvision.
2017-05-23 14:04:05 +01:00
Vincent Coubard
834a302664
ticker test: Fix data scope dependency.
2017-05-23 11:14:10 +01:00
Jimmy Brisson
da9b8f3dee
Move duplicated NRF52 + MCU_NRF51822 files into NRF52
2017-05-22 11:26:43 -05:00
Jimmy Brisson
a56f874510
Reduce size of heap block device test
...
to fit into smaller targets
2017-05-22 10:47:36 -05:00
Martin Kojtal
a567afdf73
Merge pull request #4334 from 0xc0170/fix_issue4330
...
Revert partially "Remove Cortex A support from CMSIS/RTOS"
2017-05-22 16:14:21 +01:00
Vincent Coubard
fe2144f7ec
ticker tests: optimize RAM usage.
2017-05-22 12:07:12 +01:00
Jimmy Brisson
0ca9a6b479
Merge pull request #4353 from theotherjimmy/fix-static-nrf5
...
Add static to NRF5 SDK11 macro definition
2017-05-19 16:44:43 -05:00
Jimmy Brisson
7b04a52a46
Mock the function I just added in testing
2017-05-19 16:30:49 -05:00
Jimmy Brisson
3123a1d394
Switch dependencies to their respective CIL flags
2017-05-19 16:30:49 -05:00
Jimmy Brisson
5152c1c7ac
Make object files depend on compiler flags
2017-05-19 16:29:55 -05:00
Jimmy Brisson
e4739835ce
Add static to NRF5 SDK11 macro definition
2017-05-19 15:06:41 -05:00
jeromecoutant
5dc49b7d6c
STM32L4 replace deprecated macro name
2017-05-19 11:59:38 +02:00
Kari Severinkangas
4a438b6ab2
Thread minimal end device operating mode added
2017-05-19 11:30:11 +03:00
Martin Kojtal
5d0ce3c531
Merge pull request #4338 from andreaslarssonublox/ublox_odin_driver_os_5_v1.3_rc2
...
u-blox ODIN driver v1.3 rc2 for mbed OS 5
2017-05-19 08:42:14 +01:00
Sam Grove
a2a1581e2e
Merge pull request #4263 from Pliny/master
...
stm32f4xx: Consider all DMA ready/busy states in conditionals
2017-05-19 01:45:00 -05:00
Sam Grove
bcc69b4fcc
Merge pull request #4185 from sarahmarshy/mbed-debug-include
...
Include mbed_debug.h in mbed.h
2017-05-18 09:38:04 -05:00
Sam Grove
94b67de439
Merge pull request #4202 from theotherjimmy/rom-size-injection
...
Add support for Unmanaged Bootloader
2017-05-18 09:34:13 -05:00
Sam Grove
8e8174ac66
Merge pull request #4274 from kjbracey-arm/dns_query_garbage
...
NSAPI - Don't send trailing garbage in DNS queries
2017-05-18 09:29:59 -05:00
Sam Grove
6a96481d4d
Merge pull request #4311 from kjbracey-arm/lwip_cksum
...
Disable lwIP checksum-on-copy
2017-05-18 09:28:10 -05:00
Sam Grove
943ef8648b
Merge pull request #4325 from theotherjimmy/fix-unicode
...
Decode STDERR from compiler
2017-05-18 09:26:06 -05:00
jeromecoutant
0178969e90
STM32Cube_FW_L4_V1.8.0
...
CMSIS v1.1.1 => v1.3.1
STM32L4 HAL v1.5.1 => v1.7.1
2017-05-18 14:36:32 +02:00
Seppo Takalo
3126c3abf1
Update Nanostack to v6.1.0
2017-05-18 11:51:14 +03:00
Seppo Takalo
ad094fc5b6
Merge commit 'dcfe6c8f37971fa8a587eb488aca0437ead84f29' as 'features/FEATURE_COMMON_PAL/sal-stack-nanostack-eventloop'
2017-05-18 11:45:57 +03:00
Seppo Takalo
dcfe6c8f37
Squashed 'features/FEATURE_COMMON_PAL/sal-stack-nanostack-eventloop/' content from commit 1fc996d9f
...
git-subtree-dir: features/FEATURE_COMMON_PAL/sal-stack-nanostack-eventloop
git-subtree-split: 1fc996d9f5190b644b28589fb93b86479725b47f
2017-05-18 11:45:57 +03:00
Seppo Takalo
92c284e85d
Remove event-loop, to be added as a subtree
2017-05-18 11:15:02 +03:00
andreas.larsson
e563fd477a
Updated ODIN driver binaries for v1.3 rc2
2017-05-17 23:14:57 +02:00
andreas.larsson
e177bcfd1f
Refactored the driver class
2017-05-17 23:13:29 +02:00
andreas.larsson
e0de402c77
Added BD_ADDR macros
2017-05-17 23:13:14 +02:00
andreas.larsson
dcc303225c
Added quality of service functions
2017-05-17 23:12:54 +02:00
andreas.larsson
db2623d318
Added cbBSM_setStaticLinkKeyNvdsId
2017-05-17 23:12:19 +02:00
andreas.larsson
9e61a52c12
Added cbHW_setSysTickMode
2017-05-17 23:12:05 +02:00
andreas.larsson
233b92ce3f
Added cbSTATUS_RECEIVE_DATA_MODE + macros
2017-05-17 23:11:50 +02:00
andreas.larsson
fba7b7f6c1
Fixed startHandle type for cbGATT_addService
2017-05-17 23:11:25 +02:00
andreas.larsson
358fa5d564
Minor comment fixes
2017-05-17 23:11:01 +02:00
andreas.larsson
8d4e602313
Moved stream interface to cb_cert_utils.h
2017-05-17 23:10:25 +02:00
andreas.larsson
27f5806c37
Moved stream interface to cb_cert_utils.h
2017-05-17 23:09:42 +02:00
Vincent Coubard
4adba7caff
ticker test: fix code format.
2017-05-17 18:55:53 +01:00
Hanno Becker
ddb7cef907
Update mbed TLS to version 2.5.0
2017-05-17 15:42:07 +01:00
Martin Kojtal
e0dded3b3b
Revert partially "Remove Cortex A support from CMSIS/RTOS"
...
This reverts commit 5f29445103
- but only partially.
cmain.S for IAR is still required to keep mbed SDK boot process as it was. This
startup file for IAR is active for non-rtos projects.
Fixes #4330
2017-05-17 14:14:39 +01:00
Andrzej Puzdrowski
83c4b585c1
nRF52840_xxAA: enable iar exporter. nRF5x-MDK-IAR 8.11.1 or newer is required.
2017-05-17 11:45:57 +02:00
Arto Kinnunen
28a6fa1819
Adjust Thread interface connect timeout
...
Thread device needs to wait for connectivity:
-routers will create new network and get local connectivity
-end device will get connectivity once attached to existing network
-devices without network settings gets connectivity once
commissioned and attached to network
2017-05-17 12:45:52 +03:00
Yogesh Pande
8062837848
Initialize remove_from_list flag to true
2017-05-17 02:32:14 -07:00
Martin Kojtal
8f295177ce
Merge pull request #4317 from c1728p9/reduce_test_overhead
...
Reduce test overhead in preperation for CMSIS 5
2017-05-17 10:13:25 +01:00
Martin Kojtal
7355219583
Merge pull request #4319 from bulislaw/cmsis5_nordic_virtual_nvic
...
Enable CMSIS_VECTAB_VIRTUAL for Nordic platforms
2017-05-17 10:11:41 +01:00
kl-cruz
5cac624a2d
nRF52840: Align sources after rebase
2017-05-17 09:21:51 +02:00
kl-cruz
4bb818cd97
nRF52840: Fixed flashapi test and casting issue
2017-05-17 09:21:39 +02:00