bcostm
ed63943fc4
DISCO_L496AG: add system clock file (same as Nucleo)
2018-03-26 18:52:24 +01:00
bcostm
e9a2373ae2
DISCO_L496AG: add platform in targets.json file
2018-03-26 18:52:24 +01:00
bcostm
1bbcd08dc3
DISCO_L496AG: add other pins related files
2018-03-26 18:52:24 +01:00
bcostm
615ac588a4
DISCO_L496AG: remove QSPI2
...
Base adress not found in registers map file but found in CubeMX xml file.
2018-03-26 18:52:24 +01:00
bcostm
b4ac1a5a03
DISCO_L496AG: add PeripheralPins.c
2018-03-26 18:52:24 +01:00
Teppo Järvelin
b7526edf68
Fixed correct includes so that compile log is not polluted.
2018-03-26 18:52:24 +01:00
Teppo Järvelin
08d681a82a
PR review findings, updated deprecated comments.
2018-03-26 18:52:24 +01:00
Antti Kauppila
6dd0a79e39
MBED_DEPRECATED_SINCE taken into use
2018-03-26 18:52:24 +01:00
Teppo Järvelin
51558781af
Moved APN_db.h under new cellular.
2018-03-26 18:52:24 +01:00
Teppo Järvelin
dbaa387a31
Added deprecation notes to old cellular interfaces.
2018-03-26 18:52:24 +01:00
zzw
e97939e95f
fix mbed-ci build error L6216E
...
fix mbed-ci build error L6216E
* (.ARM.exidx) and *(.init_array) must be placed explicitly, otherwise it is shared between two regions, and the linker is unable to decide where to place it.
2018-03-26 18:52:24 +01:00
zzw
8b557f2317
rtl8195am : fix gpio toggle slow
...
Ameba has two memory blocks: SDRAM(2M) and SRAM(512KB). SRAM has better access performance than SDRAM. So some timing critical codes must be moved to SRAM.
fix for mbed-os issue #5778
rebase for #6289
2018-03-26 18:52:24 +01:00
Christopher Haster
c2b61e5472
Removed mbed 2 builds from Travis
2018-03-26 18:52:24 +01:00
Alan Chuang
941dccac14
Enable iar export option for MTB_ADV_WISE_1510
2018-03-26 18:52:24 +01:00
jeromecoutant
322fe96440
STM32 RTC init
...
When LSE is configured for RTC, LSI is not affected
2018-03-26 18:52:24 +01:00
Martin Kojtal
4b31413f9c
WISE_1570: use hex as output
...
Fixes #6252 . Use hex rather than binary - use the hex format validation.
2018-03-26 18:52:24 +01:00
Martin Kojtal
abb9c74d13
STM32L486: fix two ram region define for GCC ARM
...
Based on the changes for other targets, these 2 were left.
2018-03-26 18:52:24 +01:00
David Saada
1525bc0f2b
NVStore: add comments in header file for Doxygen formatting sake.
2018-03-26 18:52:24 +01:00
Jimmy Brisson
90da5a5037
Convert option list to unicode
2018-03-26 18:52:24 +01:00
Teemu Kultala
2af9b5cf8b
callback API added
2018-03-26 18:52:24 +01:00
Teppo Järvelin
20cefbf462
Cellular: Fixed sms unit tests.
2018-03-26 18:52:24 +01:00
Juha Ylinen
3508c200e0
rtl8195am - improve credentials handling
...
Add checks for empty strings
set_channel() not supported for STA mode wifi driver
2018-03-26 18:52:24 +01:00
Kevin Bracey
2df1f47ed2
mbed-mesh-api: revise some Thread JSON help
2018-03-26 18:52:24 +01:00
Kevin Bracey
d63f07bd6f
mbed-mesh-api: add JSON help
2018-03-26 18:52:24 +01:00
Filip Jagodzinski
f003b98e97
Tests: Drivers: Timeout: Update unit tests
...
Added unit tests for Timeout API.
Added unit tests for LowPowerTimeout API.
Moved all existing test cases to a header file.
2018-03-26 18:52:24 +01:00
Brendan McDonnell
1d97921326
revert accidentally-included change from 7094e13891
2018-03-26 18:52:24 +01:00
Brendan McDonnell
c59380dc82
revert typos in external sources
2018-03-26 18:52:24 +01:00
Brendan McDonnell
43db7b3258
a few grammar corrections
2018-03-26 18:52:24 +01:00
Brendan McDonnell
f94dd8d2e7
typos
2018-03-26 18:52:24 +01:00
Mahesh Mahadevan
d6dcebeaba
Flash support: Add flash support for LPC54114 & LPC546XX
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-03-26 18:52:24 +01:00
Christopher Haster
2e9a0ebd25
events: Added note about immediate firing of periodic events
2018-03-26 18:52:24 +01:00
TomoYamanaka
b2e31fb0d9
Fix macro definition of iodefine_typedef for RZ_A1H
...
Regarding RZ_A1H, Since I removed the macro definition accidentally in iodefine_typedef, I fixed the lack of it.
2018-03-26 18:52:24 +01:00
Kimmo Vaisanen
92f4b989ce
Fix verification of RX2 datarate
...
Datarate verification passed only if given datarate was a minimum
possible value. Instead datarate should be checked that it is less
than maximum value.
2018-03-26 18:52:24 +01:00
Kimmo Vaisanen
a8915ba45f
Fix initialization of phy_params.payloads_with_repeater.size
2018-03-26 18:52:24 +01:00
Wolfgang Betz
7c7d89731b
Align `ATCmdParser::process_oob()` to `ATCmdParser::vrecv()`'s newline handling
2018-03-26 18:52:24 +01:00
Mahesh Mahadevan
29ab0cd3a1
MCUXpresso: Update the I2C implmentation for byte read and write
...
1. Start function: Issue repeat start when bus is busy
2. Byte write function: Do not call SDK function as this does
not work for some of the Kinetis device
3. Byte read function: Do not call SDK function as this would
issue a START and STOP signal which is not required for
I2C byte functions
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-03-26 18:52:24 +01:00
Mahesh Mahadevan
4cd58fe41a
MCUXpresso: Enable I2C SDA & SCL pins internal pullup resistors
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-03-26 18:52:24 +01:00
Mahesh Mahadevan
28f5d8e47d
K82F: Fix I2C test failures seen with ci-test shield
...
I2C3 clock define was missing. I2C3 is connected to the Arduino
connector which is used by the ci-test shield
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-03-26 18:52:24 +01:00
Evan Hosseini
923541089f
mts_mdot_f411re: Fix for Multi-Tech mDot IAR linker script
2018-03-26 18:52:24 +01:00
Teppo Järvelin
5f848b175d
Cellular: ATHandler write improvements.
2018-03-26 18:52:24 +01:00
amq
2a3d6d4349
Make gpio interrupts faster by offloading expected state check to user
2018-03-26 18:52:24 +01:00
Mahesh Mahadevan
aa05e88992
MCUXpresso_MCUS: Apply K64F us_ticker fix across all MCU's
...
Applied changes from commit b6a01de070
for other MCUXpresso MCUs
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-03-26 18:52:24 +01:00
Teppo Järvelin
c279da61fc
Fixed Cellular unit tests by adding one missing stub after changes in mbed-os.
2018-03-26 18:52:24 +01:00
Senthil Ramakrishnan
997a69c8ee
Add mode and privilege info to crash dump
2018-03-26 18:52:24 +01:00
Senthil Ramakrishnan
4aa652f5f8
Fix linefeed issues in crash dump output
2018-03-26 18:52:24 +01:00
Ashok Rao
dc0beb7293
Incorporating review comments
2018-03-26 18:52:24 +01:00
Ashok Rao
46e7fa873c
Adding Laird BL652 as new target
2018-03-26 18:52:24 +01:00
zzw
f8d0c279cd
mbed-os_ci-test-fixed_rtl8195am
...
fix section error, ARM compiler uses IRAM1.bss to calculate the heap size
fix conflict of _memset between Ameba's library and ARM compiler's library, use standard memset() instead of _memset() in case of ARM compiler
2018-03-26 18:52:24 +01:00
Laurence de Bruxelles
bedf76c8bb
Allow build profiles to omit language entries
2018-03-26 18:52:24 +01:00
jiangkun1994
4c67a9f041
fixes a typo in README.md
2018-03-26 18:52:24 +01:00