Commit Graph

24184 Commits (15d0a9422daf6a4cbcd574ee91cdaf464fad8c7f)

Author SHA1 Message Date
Hasnain Virk 99fcf65a95 CREG can handle lac/ci/lat
AT+CREG command can also provide information regarding lac/ci/lat etc so
we should set the mode correctly in cellular properties structure.
2019-04-24 13:37:42 +01:00
Hasnain Virk b59c26468c Removing left over tracing
A test trace was left lurking around. Removed in this commit.
2019-04-24 13:37:42 +01:00
Hasnain Virk f2b44f5f51 Basic driver for Quectel EC25/EC21
Provides basic power up / power down sequences for Quectel EC2X series
modems. Can be used in PPP mode. For using the on-board IP stack, we
will need to add and implement classes that provide context.

Driver constructor takes power and reset control pins along with the
FileHandle. A default construction is provided which can be chosen by
the application in its mbed_app.json. Otherwise the user is free to
construct as per demand.
2019-04-24 13:37:42 +01:00
Hasnain Virk 9b90f52e46 Using new rather than malloc in debug_print
Using malloc will require us to add stdlib.h somewhere in the path for
the application. Maybe the CI apps are adding stdlib.h and that's why
the code would have worked. In a custom app, it can happen that the
header is not included. Using new avoids the need to add stdlib.h
anywhere and it is more in line with C++.
2019-04-24 13:37:42 +01:00
Leszek Rusinowicz 87c50f245d FUTURE SEQUANA: Fixed linker scripts for ARMC6
Also enabled ARMC6 compiler for FUTURE_SEQUANA family of targets.
2019-04-24 13:37:42 +01:00
Leszek Rusinowicz 3a149aa3a4 FUTURE_SEQUANA: Fixed ARMC6 compiler errors and warnings 2019-04-24 13:37:42 +01:00
Leszek Rusinowicz 492ead2fdb FUTURE_SEQUANA: Flatten PDL library paths
This change moves all PDL drivers into common source and include
directories to alleviate issue with Windows version of GNU Make 4.x
maximum command line length limit.
2019-04-24 13:37:42 +01:00
Mirela Chirica 1680d07442 Cellular: Check for URC during AT response stop 2019-04-24 13:37:42 +01:00
Brian Daniels 5251ec69ac Remove outdated projectfiles case for makefiles 2019-04-24 13:37:42 +01:00
Brian Daniels 5ceedf11ec Fixing zipped makefile exports.
When zipping up projects, the makefile exporter brings every directory
supplied as --source under the same directory, even if they are in a
parent directory. There was some code that was clearing the leading
"../" components. This lead to an empty string ("") being supplied to
the "into_path" arg for "resources.add_directory". Since "" is not None,
the default behavior to place it in the same directory was not being
used. The extra "" caused a leading "/" to be added, making everything
placed a the absolute root of the filesystem ("/").

Now we check to see if the "into_path" is an empty string and ignore it
if that's the case.
2019-04-24 13:37:42 +01:00
Brian Daniels a21c0611da Fixing copying of static filerefs 2019-04-24 13:37:42 +01:00
Brian Daniels 286a3690bf Add c_cpp_properties file to gen_files for zipping 2019-04-24 13:37:42 +01:00
Brian Daniels e29f9838f3 Create template for missing generated vscode file
This file was being dumped to the filesystem without going through the
"gen_file" mechanism, thus it was missed when being zipped up.
2019-04-24 13:37:42 +01:00
Brian Daniels dac6e3c1be Fix incorrect reference to a filetype 2019-04-24 13:37:42 +01:00
Brian Daniels 44fad8467d Move all generated file paths to FileRefs in the exporters.
The FileRefs allow you to preserve the correct file paths in the online
compiler. It also allows you to preserve the correct file paths for
generated files.
2019-04-24 13:37:42 +01:00
Brian Daniels 7ec8ce4445 Fixing path comparisons on Windows 2019-04-24 13:37:42 +01:00
Aleksi Klasila 8786f4c692 rm ["python", "-m"] from build_command 2019-04-24 13:37:42 +01:00
alekla01 c923ae3eac examples test compile optional verbose 2019-04-24 13:37:42 +01:00
Kari Haapalehto 770bc91fe8 Crash with MTB_MXCHIP_EMW3166 has been corrected. There was undined pin, which was causing EMW3166 to crash. Correction has been done and new binaries genearated 2019-04-24 13:37:42 +01:00
Michal Paszta 4069781677 Relax TLSSOCKET_RECV_TIMEOUT sigio timeout 2019-04-24 13:37:42 +01:00
Michal Paszta d75000de26 Test udpsocket_recv_timeout does not check packet reception ratio 2019-04-24 13:37:42 +01:00
Brian Daniels b8ed898642 Break up large prints from --supported 2019-04-24 13:37:42 +01:00
Brian Daniels 39205aed8b Allow toolchain paths to be wrapped in quotes 2019-04-24 13:37:42 +01:00
Oren Cohen 69ee1efa9d Check that required toolchains are in PATH 2019-04-24 13:37:42 +01:00
Teppo Järvelin e4aa999d48 Cellular: Fix deleting of state machine to correct class 2019-04-24 13:37:42 +01:00
paul-szczepanek-arm a9115c36d6 missing default impl 2019-04-24 13:37:42 +01:00
paul-szczepanek-arm 7994484a90 fix missing implementation call 2019-04-24 13:37:42 +01:00
Vincent Veron 5c872a4c06 TARGET_STM32F7: Reset QSPI in default mode on abort for all versions.
This patch is missing in F7 HAL.
Fix #10049

Signed-off-by: Vincent Veron <vincent.veron@st.com>
2019-04-24 13:37:42 +01:00
Qinghao Shi 452b295fde FastModel: Add SPDX License Identifier 2019-04-24 13:37:42 +01:00
Qinghao Shi 724c0bc79a FastModel: Enable low-power ticker and sleep 2019-04-24 13:37:42 +01:00
Qinghao Shi b36c32de34 FastModel: Skip low-power ticker time drifting test for models
FastModels are a software simulator for Arm platform/cores.
They mean to be used as a tool for testing or early prototype stage development.
Due to the nature of software simulator can't grantee the timing accuracy like HW.
So time drifting test is skipped for software models.
2019-04-24 13:37:42 +01:00
Qinghao Shi 9e1a4787a1 FastModel: refactor us_ticker code, make names intuitive
- reanme US_TICKER_TIMER1 to US_TICKER_COUNTER
 - reanme US_TICKER_TIMER2 to US_TICKER_INTERRUPT
2019-04-24 13:37:42 +01:00
Qinghao Shi c4726f9d8f FastModel: add HAL sleep implementation 2019-04-24 13:37:42 +01:00
Qinghao Shi f6f92d73e7 Fastmodel: add HAL low-power ticker implementation 2019-04-24 13:37:42 +01:00
Jan Jongboom 60b524b73e test_soap_connection_handler leaks memory when open_connection fails
sckt_data is not free'd when `coap_connection_handler_open_connection` fails.
2019-04-24 13:37:42 +01:00
RFulchiero bf95f43a24 Fix single-threaded apps for IAR v8 builds
For single-threaded apps __iar_Initlocks() is not required and must
not be called because the proper IAR library is brought in only if
"--threaded_lib" is defined in the linker command.
2019-04-24 13:37:42 +01:00
Martin Kojtal 0063e5de32
Merge pull request #10326 from ARMmbed/release-candidate
Release candidate for mbed-os-5.12.1
2019-04-08 12:59:25 +02:00
adbridge 869028cf79 "Update secure binaries for LPC55S69_S" 2019-04-05 18:12:53 +01:00
adbridge 3aca6d8ae5 "Update secure binaries for FUTURE_SEQUANA_M0_PSA" 2019-04-05 16:33:23 +01:00
adbridge 4af9124e36 "Update secure binaries for CY8CKIT_062_WIFI_BT_M0_PSA" 2019-04-05 16:19:34 +01:00
Michal Paszta 51bc848c62 Add INTERRUPTIN compilation guard for ESP8266 2019-04-05 15:55:56 +01:00
Ashok Rao a07dbd7445 SPDX license identifier changed to Apache-2.0 2019-04-05 13:59:51 +01:00
Ashok Rao 731cd1633f Adding SPDX identifier 2019-04-05 13:59:49 +01:00
Ashok Rao 76cde7702a Incorporating review comments Removing USBDEVICE since USB pins are NOT brought out on the MTB/MCB. 2019-04-05 13:59:48 +01:00
Ashok Rao 438cf8ce17 Incorporating review comments 2019-04-05 13:59:47 +01:00
Ashok Rao f3f2cedbbf Adding STM32_F429 + S2_LP (WiSUN) as a new MTB target 2019-04-05 13:59:45 +01:00
Ashok Rao aa4803f9d6 Removing all content related to EMAC 2019-04-05 13:59:44 +01:00
Ashok Rao d7347ccc6d Adding STM S2_LP as a new target 2019-04-05 13:59:42 +01:00
Ashok Rao a71a08cbf5 Changing SPI flash's CS ine, Errata on SCH 2019-04-05 13:59:40 +01:00
Ashok Rao 997ad6c766 Pin map changes
Based on v1.1.0 of S2_LP MCB using STM32F429ZIT6.
2019-04-05 13:59:38 +01:00