Kevin Bracey
|
9ad90691a3
|
CellularBase -> CellularInterface tidy
Remove remaining references to deprecated CellularBase in code, avoiding
one warning.
Add deprecation to Doxygen.
|
2019-03-20 10:12:14 +02:00 |
Brian Daniels
|
6e629ded84
|
Version check the compiler in all build functions
This enables the use of Mbed Studio's version of ARMC6.
|
2019-03-19 17:37:55 -05:00 |
Brian Daniels
|
9824c3ccc3
|
Clean up some whitespace
|
2019-03-19 17:37:18 -05:00 |
Brian Daniels
|
c4a9fb3851
|
Test detection of Mbed Studio version of ARMC6
|
2019-03-19 17:36:28 -05:00 |
Brian Daniels
|
b13570907e
|
Remove stray prints and whitespace
|
2019-03-19 17:36:02 -05:00 |
Brian Daniels
|
bc06c535d0
|
Conditionally enable --ide=mbed from ARMC6 based on compiler version.
If the Mbed Studio build of ARMC6 is found, add the --ide=mbed to all
necessary executables.
|
2019-03-19 17:33:40 -05:00 |
Brian Daniels
|
9ac08e6313
|
Whitespace clean up
|
2019-03-19 17:33:09 -05:00 |
Jimmy Brisson
|
dabad7a074
|
Deduplicate RAM defines to linker command line
|
2019-03-19 13:38:45 -05:00 |
Jimmy Brisson
|
c37a31c5d4
|
Use PSA overrides for RAM
|
2019-03-19 13:38:44 -05:00 |
Jaeden Amero
|
20598bcea1
|
tls: Update Mbed TLS to 2.17.0
There are no differences from the previously imported version of Mbed
TLS other than the version number.
|
2019-03-19 16:55:56 +00:00 |
Vincent Coubard
|
339c57f6a7
|
BLE - Use low power timeout in cordio::BLE::callDispatcher .
|
2019-03-19 16:26:29 +00:00 |
Vincent Coubard
|
63b7e69d89
|
BLE - Signal to the HCI driver when the host stack is inactive
|
2019-03-19 16:25:24 +00:00 |
Vincent Coubard
|
7ee811141b
|
BLE - Add CordioHCIDriver::on_host_stack_inactivity
This callback should be called by the host stack when it has no pending activities. It allows a driver to put its controller to sleep.
|
2019-03-19 16:08:04 +00:00 |
itayzafrir
|
2dfafe6299
|
Crypto acl tests destroy keys
|
2019-03-19 17:57:24 +02:00 |
itayzafrir
|
f1722cb8dc
|
Add crypto acl test - key agreement
|
2019-03-19 17:47:48 +02:00 |
Jimmy Brisson
|
0bb3031ef2
|
Deduplicate MBED_ROM_xxxx defines on IAR linker command line
|
2019-03-19 09:17:52 -05:00 |
itayzafrir
|
c8eb51d576
|
Add crypto acl test - key derivation
|
2019-03-19 13:35:24 +02:00 |
Ashok Rao
|
3661957401
|
Changing SPI flash's CS ine, Errata on SCH
|
2019-03-19 09:47:38 +00:00 |
Ashok Rao
|
fd241ddeaf
|
Pin map changes
Based on v1.1.0 of S2_LP MCB using STM32F429ZIT6.
|
2019-03-19 09:47:38 +00:00 |
Ashok Rao
|
496308e4aa
|
Removing all content related to EMAC
|
2019-03-19 09:47:38 +00:00 |
Ashok Rao
|
04270f75ba
|
Adding MTB aliases to PinNames
|
2019-03-19 09:47:38 +00:00 |
Ashok Rao
|
01f2b0426d
|
Adding STM S2_LP as a new target
|
2019-03-19 09:47:38 +00:00 |
itziar
|
4c1fedd72a
|
Applied suggested astyle fix(es)
|
2019-03-19 10:11:15 +01:00 |
itziar
|
5beef7405c
|
Bug related to downlink sequence counter rollover
|
2019-03-19 10:11:14 +01:00 |
Martin Kojtal
|
54602f55ba
|
Merge pull request #10108 from theamirocohen/fix_is_valid_erase
Fix functionality for FlashIAPBD & SlicingBD
|
2019-03-19 09:31:33 +01:00 |
Martin Kojtal
|
a23d105dd2
|
Merge pull request #10105 from VeijoPesonen/esp32_app_config
test_configs: generic app config for boards with Wi-Fi
|
2019-03-19 09:30:00 +01:00 |
Malavika Sajikumar
|
00863c2664
|
Renaming SDP-K1 to SDP_K1.
|
2019-03-18 15:50:14 -07:00 |
Jaeden Amero
|
11ef5a0a72
|
crypto: Update Mbed Crypto to 1.0.0
There are no differences from Mbed Crypto 1.0.0d7 other than the version
number.
|
2019-03-18 16:17:02 +00:00 |
Kevin Bracey
|
b81cefb48c
|
Sleep manager: optimise counter
No need for a critical section - can just use atomic ops.
|
2019-03-18 18:10:17 +02:00 |
jeromecoutant
|
75a771c583
|
STM32H7 ADC internal channels
|
2019-03-18 16:55:37 +01:00 |
Kevin Bracey
|
b7171d1bbf
|
RTOS API: minor tidies
Remove unneeded memsets and an unneeded cast.
Add missing initialisation of EventFlags attributes - no all fields were
being initialised.
|
2019-03-18 17:27:07 +02:00 |
Kevin Bracey
|
9ad6b10b43
|
Atmel RF: use system wait_ns
This driver's delay_ns was used as the basis of the system wait_ns -
migrate to that refined implementation.
|
2019-03-18 17:22:17 +02:00 |
Ashok Rao
|
339f806c71
|
Removing redundant code.
MCO pins are not brought out on MTB / MCB design.
|
2019-03-18 12:37:27 +00:00 |
Amir Cohen
|
4d6240d26e
|
Add flashiap block device comment
|
2019-03-18 14:34:00 +02:00 |
Arto Kinnunen
|
0c34a13538
|
Nanostack 802.15.4 RF drivers update
Sync Nanostack RF drivers from master copies:
-Atmel: v3.0.7
-MCR20A: v1.0.3
-S2LP: v0.0.4
|
2019-03-18 14:21:02 +02:00 |
Teppo Järvelin
|
de7520bd97
|
Cellular: fix astyle for files that already in master
|
2019-03-18 13:50:10 +02:00 |
Teppo Järvelin
|
174d95709c
|
Cellular: don't allow ATHandler read/write if filehandle not usable
For example after going to ppp mode we must block at write and
read as filehandle is not usable.
|
2019-03-18 13:37:48 +02:00 |
Martin Kojtal
|
6b84b14ab6
|
Merge pull request #10081 from jarvte/move_call_CGEREP
Cellular: call AT+CGEREP after sim is ready
|
2019-03-18 11:26:41 +01:00 |
itayzafrir
|
95b0a18ac5
|
Remove uneeded TODO comment from the code
|
2019-03-18 10:28:21 +02:00 |
Teemu Kultala
|
614b014d05
|
cellular: remove last CELLULAR_DEVICE references
|
2019-03-18 10:07:30 +02:00 |
Martin Kojtal
|
964f5ad321
|
Merge pull request #10098 from ghseb/credentials-for-connection-profile
Cinterion Cellular: Setup connection profile with username and password
|
2019-03-18 08:13:32 +01:00 |
Martin Kojtal
|
e665df9c47
|
Merge pull request #10045 from bridadan/uvision_exporter_fixes
Uvision exporter fixes for Python 3, CPM updates, and Windows path issues
|
2019-03-18 08:12:47 +01:00 |
Martin Kojtal
|
4cf22b39d6
|
Merge pull request #10029 from AriParkkila/cellular-device_serial
Cellular: Remove compile dependency of UARTSerial
|
2019-03-18 08:12:27 +01:00 |
Teppo Järvelin
|
dba3d42362
|
Cellular: call AT+CGEREP after sim is ready
Current implementation did call AT+CGEREP before sim was ready
and it was failing in most modems.
|
2019-03-18 08:10:09 +02:00 |
Ashok Rao
|
e4f8b400f8
|
Adding STM32_F439 as a new MTB target
|
2019-03-17 19:20:43 +00:00 |
Cruz Monrreal
|
e417ad2a3a
|
Merge pull request #10122 from kjbracey-arm/mbed_error_warnings
mbed_error.c: fix warnings
|
2019-03-16 23:01:49 -05:00 |
Cruz Monrreal
|
2b7fee3fbe
|
Merge pull request #10118 from arskanov/master
Selectively append changes to exported config files
|
2019-03-16 23:01:29 -05:00 |
Cruz Monrreal
|
05f18fc7f6
|
Merge pull request #10100 from ghseb/support-ehs5-e
Cellular: Support Cinterion EHS5-E cellular module
|
2019-03-16 23:00:51 -05:00 |
Cruz Monrreal
|
c81a292921
|
Merge pull request #10092 from desmond-blue/fix-ble-on_phy_update_complete
BLE:fix on_phy_update_complete function
|
2019-03-16 23:00:37 -05:00 |
Cruz Monrreal
|
6c4b4a5212
|
Merge pull request #10084 from mirelachirica/info_resp_issue_8829
Cellular: AT information response to return false on empty prefix
|
2019-03-16 22:59:24 -05:00 |