Martin Kojtal
801e555121
Merge pull request #9981 from janjongboom/patch-8
...
test_soap_connection_handler leaks memory when open_connection fails
2019-04-08 10:39:56 +02:00
Martin Kojtal
43cbc10616
Merge pull request #10020 from TacoGrandeTX/fix_iar_single_threaded
...
Fix single-threaded apps for IAR v8 builds
2019-04-08 10:38:42 +02:00
Martin Kojtal
71c84e851f
Merge pull request #10299 from NXPmicro/Fix_MXRT1050_ENET
...
MIMXRT1050: Fix ENET issues
2019-04-04 16:03:24 +02:00
Martin Kojtal
c2ebb79723
Merge pull request #9814 from LMESTM/dev_NUCLEO_WB55RG
...
Adding NUCLEO_WB55RG support
2019-04-04 15:30:07 +02:00
Martin Kojtal
2aa559c7a1
Merge pull request #10317 from ganesh-ramachandran/master
...
Fix for DigitalOut(NC) instantiation for all Toshiba targets
2019-04-04 14:59:14 +02:00
Martin Kojtal
06b60e3f68
Merge pull request #10295 from AndriiLishchynskyi/eclipse_configurations
...
eclipse_gcc_arm export improvement
2019-04-04 12:42:34 +02:00
Martin Kojtal
0b6983730f
Merge pull request #10304 from kjbracey-arm/equeue_align
...
equeue: align passed-in buffer
2019-04-04 12:42:03 +02:00
Ganesh Ramachandran
0b84c30d7c
Fixed support for DigitalOut(NC) instantiation
2019-04-04 15:16:29 +05:30
Martin Kojtal
6081727cbf
Merge pull request #10115 from enebular/raven
...
Uhuru RAVEN: Adding platform HAL
2019-04-04 11:05:23 +02:00
Martin Kojtal
8b5157ba47
Merge pull request #10282 from OpenNuvoton/nuvoton_export-iar8
...
Nuvoton: Support export IAR8 project
2019-04-04 10:52:19 +02:00
Martin Kojtal
25371d47c5
Merge pull request #10288 from bridadan/allow_armc5_for_renesas_targets
...
Revert limiting Renesas targets to ARMC6
2019-04-04 10:30:46 +02:00
Martin Kojtal
46dc15e2cd
Merge pull request #10302 from paul-szczepanek-arm/fix-service-order
...
BLE: force mandatory services to have lowest handles
2019-04-04 10:23:30 +02:00
Andrii Lishchynskyi
7eb44cb40f
Fix applying all possible setting
2019-04-03 19:14:10 +03:00
Kevin Bracey
db18c2252e
equeue: align passed-in buffer
...
Make equeue_create_inplace align the passed-in buffer and size to
sizeof(void *).
Really we should be aiming to align more for ARM, as blocks should be
8-byte aligned, but the internal heap mechanisms only work to 4-byte
alignment at the moment. More work would be needed to ensure 8-byte
alignment of allocated blocks.
2019-04-03 18:29:54 +03:00
Mahesh Mahadevan
65942ba906
MIMXRT1050: Fix ENET issues
...
This is a fix for Issue 10239. The change aligns
the receive buffer lengths
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-04-03 08:18:58 -05:00
Martin Kojtal
d1da622797
Merge pull request #10296 from jeromecoutant/PR_NOLINKER
...
Build script: add explicit console log in case of linker script error
2019-04-03 14:30:16 +02:00
Martin Kojtal
b501aeda09
Merge pull request #10294 from jeromecoutant/PR_L4REXPORT
...
NUCLEO_L4R5ZI_P: enable sw4stm32 export
2019-04-03 14:28:16 +02:00
Martin Kojtal
2369c12dea
Merge pull request #10269 from TeemuKultala/cellular_valgrind_fix
...
cellular: valgrind defect fix
2019-04-03 13:49:26 +02:00
paul-szczepanek-arm
20d6cd9cc5
add default services first
2019-04-03 12:14:06 +01:00
Andrii Lishchynskyi
1f16fec408
Replace 'resolution_order_names' and 'extra_labels' with 'labels'
...
Get rid of 'next' function
2019-04-03 12:37:45 +03:00
jeromecoutant
c537869a79
NUCLEO_L4R5ZI_P: enable sw4stm32 export
2019-04-03 11:13:58 +02:00
Martin Kojtal
0066ba9b0d
Merge pull request #10267 from cy-vivekp/pr/psoc_32_bit_lp_ticker
...
PSOC6: Modify lp_ticker to 32 bit
2019-04-03 11:13:25 +02:00
Teemu Kultala
453d7b86af
cellular: valgrind defect fix
...
at_cellulardevicetest.cpp: fix potential memory leak
at_cellularsmstest.cpp: fix potential memory leak, uninitialized memory conditional
athandlertest.cpp: fix potential memory leak, uninitialized memory conditional,
uninitialized memory read
ATHandler_stub.cpp, ATHandler_stub.h: fix potential memory leak, uninitialized memory conditional
2019-04-03 10:35:15 +03:00
Martin Kojtal
8cbcc55f88
Merge pull request #10121 from kivaisan/improve_at_trace
...
Cellular: Improve ATHandler AT debug traces
2019-04-03 09:00:30 +02:00
Martin Kojtal
1d26dbb068
Merge pull request #10291 from lrusinowicz/sequana_psa_deepsleep
...
FUTURE_SEQUANA: Fixed LP ticker for M0 core
2019-04-03 08:59:20 +02:00
jeromecoutant
ab9890072d
Build script: add explicit console log in case of linker script error
2019-04-02 18:03:32 +02:00
Andriy.Lishchynskyi
71e041689d
Enhancement to remove duplicates in Eclipse launch configurations
2019-04-02 17:31:22 +03:00
Cruz Monrreal
d8dc981fd1
Merge pull request #10289 from cydriftcloud/pr/wiced-lib-rebuild-03
...
PSOC6: Rebuild WICED libraries
2019-04-02 09:14:28 -05:00
Cruz Monrreal
14cef76509
Merge pull request #10290 from janjongboom/patch-11
...
README link to license guide 404s
2019-04-02 09:14:12 -05:00
Leszek Rusinowicz
f0e0e9f5cd
FUTURE_SEQUANA: Fixed LP ticker for M0 core
...
Fixed interrupt vector settings on M0 core. Wrong vector settings prevented
LP_TICKER from working, resulting in deep sleep tests failing on M0
or PSA variant.
2019-04-02 13:33:33 +02:00
Martin Kojtal
2a694cf1d9
Merge pull request #10143 from jeromecoutant/PR_ADC_RESETINTERNAL
...
STM32 ADC INTERNAL CHANNEL reset after read
2019-04-02 13:02:14 +02:00
Martin Kojtal
82e6b2fba4
Merge pull request #10229 from u-blox/cellular_device_test
...
Cellular: Power ON Wait Increased for C030_U201
2019-04-02 09:32:06 +02:00
Leszek Rusinowicz
73f486dd2f
index on master: 040388370f
Merge pull request #10171 from offirko/offir_qspi_bus_mask_fix
2019-04-02 08:40:47 +02:00
Jan Jongboom
67363a4acd
README link to license guide 404s
...
This updates the link
2019-04-02 08:02:13 +02:00
Cruz Monrreal
4950178db5
Merge pull request #10246 from NXPmicro/Fix_LPC55S69_Flash_ClockSpeed
...
LPC55S69: Update Flash driver to set clock frequency
2019-04-01 21:53:18 -05:00
ccli8
50f6870868
[Nuvoton] Support export IAR8 project
...
1. Override IlinkOverrideProgramEntryLabel and IlinkProgramEntryLabel to specify
entry point for debuger.
2. Refer to doc at the link below for post-export steps. Usually, 'export' is nearly
out of the box and just install 'Nu-Link Driver (IAR)' to update Nuvoton device
database in IAR.
https://github.com/OpenNuvoton/NuMaker-mbed-docs/blob/master/IAR/DEBUG_IAR.md
2019-04-02 10:09:18 +08:00
Lei Zhang
d6f70065bb
PSOC6: Rebuild WICED libraries
...
- Modify WICED to RTOS priority mapping
2019-04-01 15:46:50 -07:00
Cruz Monrreal
d2c9d9ddc8
Merge pull request #9111 from embeddedteam103/can_signness_mismatch
...
CAN: Fix signness mismatch in `CANMessage` constructors
2019-04-01 17:06:09 -05:00
Cruz Monrreal
136e0e32de
Merge pull request #10276 from theotherjimmy/armc6-parse
...
Parse Errors and Warnings from Arm Compiler 6
2019-04-01 17:04:54 -05:00
Cruz Monrreal
cdc2579b7b
Merge pull request #10248 from VVESTM/issue_9934
...
TARGET_STM32F7: Refresh cache when erasing or programming flash
2019-04-01 17:04:26 -05:00
Cruz Monrreal
4dd55d2db6
Merge pull request #10281 from ashok-rao/S2_LP
...
Adding support for S2_LP (WiSUN) as a new MTB target
2019-04-01 17:03:37 -05:00
Cruz Monrreal
0d47e23ed6
Merge pull request #10280 from davidsaada/david_remove_cfstore_version
...
Remove CFSTORE VERSION file (colliding with an ARM 6.12 C++ header file)
2019-04-01 17:03:31 -05:00
Cruz Monrreal
cf4118f4ae
Merge pull request #10056 from jarvte/context_act_ppp_retry_logic
...
Cellular: retry logic for CellularContext connect
2019-04-01 17:03:17 -05:00
Brian Daniels
57cfa0bfa2
Revert "Only enable ARMC6 for a few targets"
...
These targets appear to run fine with ARMC5.
This reverts commit 2b75dfda0f
.
2019-04-01 15:20:29 -05:00
Mahesh Mahadevan
1b9531d1af
LPC55S69: Update Flash driver to set clock frequency
...
This is to ensure the flash access time is set correctly
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-04-01 12:10:24 -05:00
Ashok Rao
1f572f987e
SPDX license identifier changed to Apache-2.0
2019-04-01 15:17:06 +01:00
Martin Kojtal
333da46815
Merge pull request #10275 from cmonr/switch-aws-bucket
...
Updated AWS url for astyle.
2019-04-01 15:28:23 +02:00
Ashok Rao
5cb1c64d59
Adding SPDX identifier
2019-04-01 11:21:45 +01:00
Ashok Rao
479bcfdbfe
Incorporating review comments
...
Removing USBDEVICE since USB pins are NOT brought out on the MTB/MCB.
2019-04-01 11:16:16 +01:00
Martin Kojtal
040388370f
Merge pull request #10171 from offirko/offir_qspi_bus_mask_fix
...
Fix QSPIF Bus mode mask and quad enable write SR size
2019-04-01 11:17:23 +02:00