Cruz Monrreal
5c675d3688
Merge pull request #8183 from hasnainvirk/QOS_impl
...
Adding QOS in response to LinkADRReq and fixing class C bugs
2018-10-11 10:09:37 -05:00
Cruz Monrreal
2b04a02eb2
Merge pull request #7902 from orenc17/fat_fix
...
Fix overflow in disk_get_sector_size()
2018-10-11 10:08:46 -05:00
TomoYamanaka
470f9bc375
Improve frequency setting proc of Renesas SPI driver
...
If the specified frequency exceeds the upper limit and lower limit at SPI driver, an error is output, but this does not match policy with other renesas drivers. Thus I revises the processing as follows.
- If "hz" is maximum over, it is rounded by the maximum value.
- If "hz" is minimum under, it is rounded by the minimum value.
2018-10-11 20:51:20 +09:00
TomoYamanaka
182a3a886f
Improve ARMCC linker script for Renesas boards
...
For Arm toolchain build, Mbed 2(classic) programs occur an unexpected error if there is "#include "mem_XXXX.h"" in the script file.
It seems that the linker script can't find the include file because "mem_XXXX.h" file is not in the same path with the linker script.
(Refer to Issue #6975.)
To address this issue, I remove inclusion processing and define the related macros at ARMCC linker script file.
2018-10-11 16:51:06 +09:00
Cruz Monrreal
c43a3f4dfb
Merge pull request #8148 from kivaisan/wise_1570_cellular_tcp
...
Cellular: Quectel BC95 TCP socket support
2018-10-10 15:49:30 -05:00
Cruz Monrreal
ebff1e553b
Merge pull request #8213 from jeromecoutant/PR_RTC_F1
...
STM32F1 RTC : save values in register
2018-10-10 15:46:26 -05:00
Cruz Monrreal
161ca2b0ee
Merge pull request #8261 from cmonr/dont-fail-on-trailing-slash
...
Enabled the removal of a trailing slash
2018-10-10 14:22:27 -05:00
Cruz Monrreal
9f98d39d1f
Merge pull request #8122 from thesupershan/master
...
LPC1768 us_ticker.c timer choice
2018-10-10 11:07:26 -05:00
Cruz Monrreal
21b4ecad1a
Merge pull request #8316 from michalpasztamobica/master
...
unittests: Add tests for netsocket classes
2018-10-10 10:11:12 -05:00
Deepika
37bfc9e5e3
Reposition heap at the end of RAM to be 4K aligned
...
HEAP memory should be 4K aligned for GCC newlib, with ISR stack at the end of
RAM memory we loose 3K of RAM memory. This fix is for device with <16K RAM to
use RAM entirely.
2018-10-10 10:10:43 -05:00
Yossi Levy
b84f377b73
Removing nvstore. adding back the option for configuration as in the external repo
2018-10-10 17:15:46 +03:00
Cruz Monrreal
1eaa8a5032
Merge pull request #7937 from theotherjimmy/fix-mcuxpresso-lib-use
...
Export, MCUXpresso: Avoid assigning self.libraries
2018-10-10 08:45:25 -05:00
Cruz Monrreal
43ffe3e985
Merge pull request #8305 from theotherjimmy/fix-microbit-release
...
Tools: Fix Microbit releases
2018-10-10 08:44:58 -05:00
Cruz Monrreal
5a47318bc2
Merge pull request #8298 from SeppoTakalo/wifi_reset_channel
...
Reset channel settings back to default
2018-10-10 08:44:39 -05:00
Cruz Monrreal
d58f241b75
Merge pull request #8245 from artokin/nanostack_libservice_update
...
Nanostack libservice update
2018-10-10 08:44:09 -05:00
Cruz Monrreal
73f1d4cabd
Merge pull request #8186 from deepikabhavnani/freescale_align_fix
...
Freescale/NXP: Fix alignment of execute region to 8byte boundary
2018-10-10 08:43:51 -05:00
Cruz Monrreal
be4bb9f610
Merge pull request #8177 from andrewleech/tools_json_python3
...
tools/utils: Fix issue with loading json files as ascii on python3 linux
2018-10-10 08:42:25 -05:00
Cruz Monrreal
70252f8271
Merge pull request #8114 from mirelachirica/registration_params_2
...
Registration parameters as struct
2018-10-10 08:42:06 -05:00
Cruz Monrreal
ab064df2fa
Merge pull request #8024 from deepikabhavnani/fix_align
...
Fix alignment of execute region to 8byte boundary
2018-10-10 08:41:40 -05:00
Cruz Monrreal
4903f324a1
Merge pull request #8013 from deepikabhavnani/stm_fix_align
...
STM32: Fix alignment of execute region to 8byte boundary
2018-10-10 08:40:55 -05:00
Cruz Monrreal
dc4a52c727
Merge pull request #7898 from 0xc0170/fix_astyle_common
...
Travis: fix astyle report (-/+ files)
2018-10-10 08:40:28 -05:00
Cruz Monrreal
0cf26eb1cb
Merge pull request #7877 from TomoYamanaka/improve_nv_seed_of_tls
...
Improve the config ajustment script of TLS for ENTROPY_NV_SEED
2018-10-10 08:40:06 -05:00
Cruz Monrreal
9deefe5de1
Merge pull request #7582 from fkjagodzinski/test_update-sleep_manager
...
Update sleep manager tests
2018-10-10 08:39:34 -05:00
adbridge
322473099d
Remove mbed-os-example-client
...
This example is now deprecated and as such needs to be removed from
ci test compilation.
2018-10-10 14:38:00 +01:00
Oren Cohen
9e337bb600
Restore disk_get_sector_size() to return WORD
2018-10-10 14:57:44 +03:00
Oren Cohen
37b5442656
Fix overflow in disk_get_sector_size()
2018-10-10 14:57:42 +03:00
Yossi Levy
473f8d3f94
Fixing the order of component if more than one is included for a target.
...
Revert deprecation of FlashIAPBlockDevice 2 argument constructor has this was a breaking change. This follows a similar change in the external flashiap-driver repo.
2018-10-10 12:32:08 +03:00
kert
77f9fb9039
Allow overriding build timestamp from env
2018-10-10 01:38:22 -07:00
Deepika
bf1a2c8485
[ST]: Fix alignment of execute region to 8-byte boundary in ARM linker files
...
--legacyalign, --no_legacyalign are deprecated from ARMC6 compiler, in order to
remove deprecated flags all linker files should strictly align to 8-byte boundary
2018-10-09 14:47:14 -05:00
Martin Kojtal
f1f16e5e26
travis: add MBED BOT to the astyle job
2018-10-09 14:20:32 -05:00
MateuszMaz
e6ae3d2c51
Remove stray error_value
2018-10-09 18:49:47 +02:00
Martin Kojtal
06dffda530
Merge pull request #8327 from SeppoTakalo/i2c_guard
...
Guard Atmel RF driver build by DEVICE_I2C
2018-10-09 11:37:43 -05:00
Filip Jagodzinski
3fcd8c4a3b
Tests: SleepManager: Fix sleep_auto test
...
Use us & lp tickers directly, without the common ticker layer.
2018-10-09 17:52:45 +02:00
Filip Jagodzinski
9e34f76b4e
Tests: Sleep: Extract test utility functions
...
Move a few of utility functions so other tests can use them.
2018-10-09 17:52:44 +02:00
Filip Jagodzinski
f415af8147
Tests: SleepManager: Update test_check() test
...
Increase delta to 500 us. This value is still short enough to detect
incorrect behavior of the sleep_manager_can_deep_sleep_test_check() fun,
but allows the targets with low LP timer accuracy to pass, i.e.
NUCLEO_F429ZI.
2018-10-09 17:52:43 +02:00
Filip Jagodzinski
17e29618e6
Tests: SleepManager: Fix test suite setup
...
Use ticker init functions from upper HAL layer to allow proper handling
of ticker overflows.
2018-10-09 17:52:43 +02:00
Filip Jagodzinski
83745b99c5
Tests: SleepManager: Add test for new check() fun
...
sleep_manager_can_deep_sleep_test_check() is intended to be used in test
code.
2018-10-09 17:52:43 +02:00
Filip Jagodzinski
9dce8b3ab5
HAL: SleepManager: Update header file
...
Move sleep manager API into its own doxygen group.
Add defined behavior section and links to tests.
2018-10-09 17:52:42 +02:00
Filip Jagodzinski
43c22e4977
Tests: SleepManager: update concurrent test docs
2018-10-09 17:52:42 +02:00
Filip Jagodzinski
f2c222be15
Tests: SleepManager: extend test suite
...
New test cases:
* "deep sleep lock/unlock"
* "deep sleep unbalanced unlock"
* "deep sleep locked USHRT_MAX times"
* "deep sleep locked more than USHRT_MAX times"
* "sleep_auto calls sleep/deep sleep based on lock"
2018-10-09 17:52:42 +02:00
Jimmy Brisson
a270249aa7
Update remaining default_lib usage in arm compiler
2018-10-09 10:50:02 -05:00
Martin Kojtal
313073ca3e
Merge pull request #7958 from andrewleech/nrf_ble_configs
...
nrf_ble: Expose configuration of max characteristics and descriptors
2018-10-09 10:35:11 -05:00
Martin Kojtal
9c28794b2e
Merge pull request #8210 from JarkkoPaso/master
...
platform timer: Call timer start in enable
2018-10-09 10:34:57 -05:00
Martin Kojtal
7c1cdc85ed
Merge pull request #8225 from juhoeskeli/IAR_STM32F412xG
...
Adjust stack & heap for IAR on STM32F412xG
2018-10-09 10:34:25 -05:00
Martin Kojtal
7491482a6c
Merge pull request #8243 from jarlamsa/interrupt_disable
...
mcr20a use core_util_critical_section functions
2018-10-09 10:34:09 -05:00
Martin Kojtal
17762b4998
Merge pull request #8263 from juhoeskeli/flash_api_stm32l4
...
STM32L4: clear error programming flags before erase & program operations
2018-10-09 10:33:50 -05:00
Martin Kojtal
18d613111f
Merge pull request #8286 from jeromecoutant/PR_RTCWRITE
...
STM32 RTC : write RTC time while LPTICKER is enabled
2018-10-09 10:33:37 -05:00
Martin Kojtal
9b15646270
Merge pull request #8323 from yossi2le/add-blockdevice-example-back-to-ci
...
Add blockdevice example back to CI
2018-10-09 10:33:15 -05:00
Martin Kojtal
4a0e2bdb31
Merge pull request #8330 from theotherjimmy/force-int-time
...
Tools: Fix Python3 + firmware header traeback
2018-10-09 10:31:26 -05:00
Deepika
08051f5c23
SiLabs: Fix alignment of execute region to 8-byte boundary
...
--legacyalign, --no_legacyalign are deprecated from ARMC6 compiler, in order to
remove deprecated flags all linker files (GCC and IAR as well to have uniformity)
should strictly align to 8-byte boundary
2018-10-09 10:15:07 -05:00