Commit Graph

15236 Commits (mbed-os-5.8)

Author SHA1 Message Date
Ashok Rao bb56e152d3 Adding USI WM-BN-BM-22 as a new target 2018-04-20 15:31:55 +01:00
Keyur Hariya d2fd74bb83 Fix assembly file extension 2018-04-20 15:31:55 +01:00
Keyur Hariya 5282d37a6b Add new target 2018-04-20 15:31:55 +01:00
Martin Kojtal f9ee4e849f
Merge pull request #6579 from ARMmbed/release-candidate
Release candidate for mbed-os-5.8.2
2018-04-10 14:36:34 +02:00
Kimmo Vaisanen 153b137953 Lora: Fix resetting of max_eirp and antenna_gain values
This is a fix for issue #6391

max_eirp and antenna_gain are floating point variables. Values of these
were incorrectly read from MIB as integer and therefore incorrect values
were set.
2018-04-09 15:06:27 +01:00
adbridge db78710240 Update Mbed version block for patch release 2018-04-09 15:00:51 +01:00
Jimmy Brisson 42a51efbe6 Error on invalid mbed_lib JSON 2018-04-09 15:00:48 +01:00
bcostm 6d8cb38aad Update stm32l151xba.h 2018-04-09 15:00:48 +01:00
bcostm e513e64e42 STM32L1: allow redefinition of FLASH_SIZE macro 2018-04-09 15:00:48 +01:00
bcostm 97676e40cd Fix typos causing ARM build error 2018-04-09 15:00:48 +01:00
bcostm 54045323fc L1 ST CUBE V1.8.1 2018-04-09 15:00:48 +01:00
Antti Kauppila aa65a10e06 LoRa: Fixed cflist decoding issue
- This fixes defect IOTCELL-754
2018-04-09 15:00:48 +01:00
Max Payne 9b4491c14d Fix IPv4 address parsing due to not-so-portable scanf modifier
Bug is raised when using newlib-based toolchains.
%hh format is only avaliable in scanf if newlib is compiled
with _WANT_IO_C99_FORMATS option.
2018-04-09 15:00:48 +01:00
Deepika 0c950a6589 Default constructor for template class should be part of header file 2018-04-09 15:00:48 +01:00
Deepika cc7e16cefe Added test for MbedCRC.h 2018-04-09 15:00:48 +01:00
Edmund Hsu 81445a017c Fix EV_COG_AD3029LZ `us_ticker_fire_interrupt()` minimal time interval
- ensure us_ticker_irq_handler() is called only when GP2 timer expires
- set us_ticker_set_interrupt() time interval to be 9.846 us
- set us_ticker_fire_interrupt() time interval to be 0.03846 us
2018-04-09 15:00:48 +01:00
Edmund Hsu 9bc9f2fd9e Fix EV_COG_AD4050LZ `us_ticker_fire_interrupt()` minimal time interval
- ensure us_ticker_irq_handler() is called only when GP2 timer expires
- set us_ticker_set_interrupt() time interval to be 9.846 us
- set us_ticker_fire_interrupt() time interval to be 0.03846 us
- convert tab to space
2018-04-09 15:00:48 +01:00
Senthil Ramakrishnan 07ea79cc59 Fix doxygen comments to reflect the deprecated functions 2018-04-09 15:00:48 +01:00
Antti Yli-Tokola 5b7e67e098 Update mbed-coap to version 4.4.1
- Fixes error: IOTCLT-2539 Block wise messaging call-backs not working logically
- Allow TCP+TLS transport method to send larger messages without blockwising.

NOTE! These are internal changes required for cloud client. This has no direct relevance to any mbed-os functionality.
2018-04-09 15:00:48 +01:00
Olli-Pekka Puolitaival 204aa9f36c Test line-ending problems 2018-04-09 15:00:48 +01:00
Russ Butler 62626649f7 Fix deep sleep locking for Timeout class
Detach in the Timeout::handler so deep sleep is properly unlocked.
2018-04-09 15:00:48 +01:00
Marcus Chang de417d6487 Inrease thread stack size to 1024 bytes in NVStore test for NRF52 2018-04-09 15:00:48 +01:00
Jimmy Brisson 42eda19e76 Move Mbed 5 support check so that it affects the exporters 2018-04-09 15:00:48 +01:00
Wilfried Chauveau 14558c6793 add IAR to the supported toolchain 2018-04-09 15:00:48 +01:00
Wilfried Chauveau 23ba0441d4 fix device name (an mixed tab/space) 2018-04-09 15:00:48 +01:00
Wilfried Chauveau ea42e6d157 add the target to travis build script & sw4stm32 export script. 2018-04-09 15:00:48 +01:00
Wilfried Chauveau c9e37d984e switch to stm32l151cb-a & work around flash size field width. 2018-04-09 15:00:48 +01:00
Wilfried Chauveau 9602e1d2ec add RF_TXCO_EN on PH1 and set HSI calibration to its default value 2018-04-09 15:00:48 +01:00
Wilfried Chauveau 14892d9f1d add support for the RAK811 2018-04-09 15:00:48 +01:00
Donatien Garnier a84d08ec59 Fixed inconsistent casing issue for SecurityDb 2018-04-09 15:00:48 +01:00
Steven Cooreman ae0f38a5b2 Enable tickless mode on Silicon Labs targets 2018-04-09 15:00:48 +01:00
ccli8 0d914a9c54 Add missing delay in lp_ticker
mbed-os-tests-mbed_drivers-lp_ticker/Test multi ticker test fails inconstantly.
This commit is mainly to fix the issue.
2018-04-09 15:00:48 +01:00
ccli8 f6ac93a1c1 Check timer active flag after enabling timer counting in us_ticker/lp_ticker 2018-04-09 15:00:48 +01:00
ccli8 85a1139056 Remove unnecessary TIMER_Start in the end of lp_ticker_set_interrupt 2018-04-09 15:00:48 +01:00
Ganesh Ramachandran f645ba53da Low power consumption mode for deepsleep 2018-04-09 15:00:48 +01:00
Ganesh Ramachandran cc29812f04 Dynamic vector relocation and formatting changes 2018-04-09 15:00:48 +01:00
Ganesh Ramachandran fb98c9b8fb CI build - case sensitive include header resolved 2018-04-09 15:00:48 +01:00
Ganesh Ramachandran 704bc6c7dd Modified ESG reset process 2018-04-09 15:00:48 +01:00
Ganesh Ramachandran ac504f9782 Added Support for Toshiba TMPM46B 2018-04-09 15:00:48 +01:00
toyowata 8ef66c704d Add alignment check in the flash_program_page
* Add source address word alignment check
* malloc and memcpy are called only if data is unaligned
* malloc size is now copySize (program page size), rather than whole buffer to be written
2018-04-09 15:00:48 +01:00
toyowata cd07a81c39 LPC176X: Fix flash program size
This patch fix flash write issue when program size is more than page size (= 1024 bytes).  See detail - https://github.com/ARMmbed/mbed-os/issues/6165
Source data always use aligned data in heap memory.
2018-04-09 15:00:48 +01:00
Steven Cooreman 7360771063 Set up the ISR stack pointer in the right location on ARMCC
EFR32MG1, EFR32MG12 and EFM32PG12 didn't have a fixed ARMCC linker script yet.
2018-04-09 15:00:48 +01:00
Mahesh Mahadevan 957e1ce56e KL82Z: Fix the clock selection for LPUART module
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-04-09 15:00:48 +01:00
Martin Kojtal bb59226cd0 flash: add docs for user defined data
This should make some of the data more clear to a user
2018-04-09 15:00:48 +01:00
Jimmy Brisson 1ea2e57b98 Minimize include path size in uvision export 2018-04-09 15:00:48 +01:00
Jimmy Brisson 6988e8e2d1 Move filter dot into exporter base class 2018-04-09 15:00:48 +01:00
Seppo Takalo 7cd9919496 Add missing Doxygen descriptions for Nanostack
Fix couple of parameter issues as well.
2018-04-09 15:00:48 +01:00
Kevin Bracey 37fbb7c133 lwIP: fix some IPv6 errors, eg TCP keepalive
Glue code was inspecting lwIP's netconn "type", checking directly for
NETCONN_UDP and NETCONN_TCP.

Unfortunately the type byte has some flag bits like
"IPv6", which means the tests fail if it's an IPv6 socket. So, for
example, TCP socket options were rejected for IPv6.

Add the necessary NETCONNTYPE_GROUP macros to fix this.
2018-04-09 15:00:48 +01:00
cyliangtw ddccbdf507 Support v3.0 pin map 2018-04-09 15:00:48 +01:00
Jimmy Brisson a6e05a011e Avoid incorrect config errors on export 2018-04-09 15:00:48 +01:00