Veijo Pesonen
ba75924c28
tests-netsocket-tls: TLSSOCKET_ECHOTEST deletes socket on failure case
2019-02-07 12:01:09 +02:00
Martin Kojtal
7e18cc5b6a
Merge pull request #9596 from vmedcy/make-cmd-files
...
Implement Linker command/response files in make export
2019-02-07 09:36:19 +01:00
Michal Paszta
9db97247a2
TLSSocket returns WOULD_BLOCK error instead of ALREADY
...
In case mbedtls fails to execute handshake advertising
MBEDTLS_ERR_SSL_WANT_READ or MBEDTLS_ERR_SSL_WANT_WRITE,
TLSSocketWrapper::continue_handshake returns NSAPI_ERROR_WOULD_BLOCK.
2019-02-07 10:33:37 +02:00
Martin Kojtal
09db995c73
Merge pull request #9625 from kfnta/tools_arm_fix
...
Fix cortex-m33 armlink error
2019-02-07 09:24:42 +01:00
Martin Kojtal
9bda4494ca
Merge pull request #9614 from kfnta/tools_gcc_fix
...
Fix cortex-m33-S gcc compilation error
2019-02-07 09:24:00 +01:00
Volodymyr Medvid
5c47eb4b20
PSOC6: add BSP generated sources for Cypress kits
...
Code generated for pioneer kits:
* CY8CKIT-062-4343W
* CY8CKIT-062-BLE
* CY8CKIT-WIFI-BT
Prototyping boards:
* CY8CPROTO-062-4343W
The source is generated with ModusToolbox Device Configurator.
The origin design.modus files used to produce the GeneratedSource
will be submitted in the consequent pull requests.
2019-02-06 19:39:42 +02:00
Volodymyr Medvid
7aeb2ff361
Add prebuilt CM0+ images for Cypress kits
2019-02-06 19:39:42 +02:00
Volodymyr Medvid
769b725601
PSOC6: add BSPs for Cypress kits
2019-02-06 19:39:42 +02:00
Volodymyr Medvid
432c29d806
PSOC6: add CRC and TRNG APIs
...
Exclude the labels from inherited FUTURE_SEQUANA targets.
2019-02-06 19:39:42 +02:00
Volodymyr Medvid
6d932c69e6
PSOC6: update the HAL implementation to latest PDL
...
Integrate the latest fixes to the PSoC 6 HAL.
2019-02-06 19:39:41 +02:00
Volodymyr Medvid
4713de29db
PSOC6: add the latest Cypress PDL sources
2019-02-06 19:39:38 +02:00
Volodymyr Medvid
cd98eb619a
PSOC6: reuse FUTURE_SEQUANA porting layer
...
Copy the porting layer from TARGET_PSOC6_FUTURE to TARGET_PSOC6.
This commit is intended to make the history and changes applied easier
to follow.
ipcpipe_transport.c, ipcpipe_transport.h, rpc_api.h, rpc_defs.h
are excluded (not used by Cypress port).
PeripheralNames.h is moved to BSP layer introduced in subsequent
commits (the peripheral names and count are board-specific).
2019-02-06 18:56:19 +02:00
Volodymyr Medvid
6b0658dd30
Move FUTURE_SEQUANA port to TARGET_PSOC6_FUTURE
...
The targets/TARGET_Cypress/TARGET_PSOC6 is dedicated to the mbed-os HAL
and PSoC 6 MCU targets developed by Cypress Semiconductor. Move the
existing port developed by Future Electronics to TARGET_PSOC_FUTURE
and update the labels in targets.json appropriately.
2019-02-06 18:56:19 +02:00
Conrad Braam
4965d3c8a7
address astyle issues in the last buffer refactoring change
2019-02-06 15:36:07 +00:00
Conrad Braam
d43ad08fd4
files case sensitive
2019-02-06 15:36:05 +00:00
Conrad Braam
ec806bdb3e
removed t4t,removed unnecessary buffer on stack, nfcerror moved into class
2019-02-06 15:36:03 +00:00
Conrad Braam
37ec35f671
simplify gathering hex values
2019-02-06 15:36:02 +00:00
Conrad Braam
4ff7ebbb3f
resolved free and long datas
2019-02-06 15:36:01 +00:00
Conrad Braam
dea37cb97e
code review from paul,don addressed:compilers fixed
2019-02-06 15:35:59 +00:00
Conrad Braam
c509af32ce
python removed extra plumbing
2019-02-06 15:35:58 +00:00
Conrad Braam
d285b5f23e
cpp refactored, refactor the python next
2019-02-06 15:35:57 +00:00
Conrad Braam
c36f5406ae
Merged buffer size in config
2019-02-06 15:35:56 +00:00
Conrad Braam
7095b82126
removed 'using nn' +listed issues +uri types
2019-02-06 15:35:54 +00:00
Michal Paszta
ea3d70e0b1
Publish tests documentation for DNS, Emac, NetworkInterface and Wifi
...
Documentation moved from internal Confluence pages.
2019-02-06 16:22:21 +02:00
Oren Cohen
04a22a2e69
Improvement to artifact delivery method
...
A target can define a delivery directory instead of the default option
2019-02-06 15:26:59 +02:00
Seppo Takalo
43a53df505
Fix ns_list for C++03 compilers, like IAR 7
2019-02-06 15:26:06 +02:00
Ganesh Ramachandran
a9a79dfecf
Added MBED_APP_START to linker script
2019-02-06 17:38:19 +05:30
Michael Schwarcz
965410bef0
Fix cortex-m33-S armlink error
...
Add "-mfpu=none" compilation flag
2019-02-06 10:28:28 +02:00
Martin Kojtal
57d8915a89
Merge pull request #9615 from lrusinowicz/updated_hex_images
...
FUTURE_SEQUANA: Remove special "tags" from M0 hex images
2019-02-05 17:13:42 +01:00
Martin Kojtal
4ce6ed0f47
Merge pull request #9606 from deepikabhavnani/core_arch_v8m
...
Correct typo no_dsp - nodsp
2019-02-05 16:59:13 +01:00
Martin Kojtal
ad97936f30
Merge pull request #9526 from bridadan/remove_os3_NCS36510
...
Remove yotta and minar references in NCS36510
2019-02-05 16:58:52 +01:00
deepikabhavnani
07ccd82719
Correct the dsp flag from no_dsp to nodsp
2019-02-05 09:35:46 -06:00
Alexander Zilberkant
911d138534
Restore MBEDTLS_PSA_CRYPTO_C for PSA targets
...
Removed by mistake in 763cb4c157
2019-02-05 15:53:34 +02:00
Alexander Zilberkant
4a204015ac
Simplify entropy seed injection configuration
...
Move NVSEED callbacks configuration to a header file
2019-02-05 15:48:41 +02:00
Alexander Zilberkant
0622cc9865
Add header guard
2019-02-05 15:48:41 +02:00
Alexander Zilberkant
6e87615dc4
Fix compilation warning
...
Fix warning in entropy.c caused by injecting seed read & write callbacks
2019-02-05 15:48:41 +02:00
Przemyslaw Stekiel
292f1a155d
K64/ARM: Update to 2-region model for HEAP and Stack Memory
2019-02-05 14:13:58 +01:00
Michael Schwarcz
0e7d172d0f
Fix cortex-m33-S compile error
...
Compilation error was due to due to bug in gcc.py
2019-02-05 14:48:29 +02:00
Leszek Rusinowicz
caaaaff3e6
FUTURE_SEQUANA: Removed special "tags" from M0 hex images for better tools compatibility
...
This fixes issue #9611
2019-02-05 13:43:30 +01:00
Martin Kojtal
95906f1062
Merge pull request #9579 from JarkkoPaso/timer_fhss_singleton
...
FHSS timer: Use singleton pointer
2019-02-05 10:53:42 +01:00
Martin Kojtal
7106d0d201
Merge pull request #9557 from SeeedJP/hal-wio_bg96-9026
...
[Wio BG96] Modified pin map
2019-02-05 10:51:59 +01:00
Martin Kojtal
d7a442b717
Merge pull request #9593 from c1728p9/standard_form_factor
...
Standardize Arduino form factor
2019-02-05 10:51:32 +01:00
Martin Kojtal
a0ec77d9a8
Merge pull request #9378 from oscarh/master
...
Add get_connection_status() override in CellularContext
2019-02-05 10:39:00 +01:00
Kevin Bracey
9e7c65925d
Add signed atomics
...
All signed implementations are inline - either directly or as inline
calls to out-of-line unsigned definitions.
2019-02-05 10:57:23 +02:00
Kevin Bracey
694adaae8b
Add atomic exchange
2019-02-05 10:53:30 +02:00
Kevin Bracey
a71984093a
Add bool atomics
2019-02-05 10:46:40 +02:00
Kevin Bracey
f8e3f5dc2c
Add 64-bit atomics
2019-02-05 10:45:40 +02:00
Deepika
b49a6b2ad8
Correct typo no_dsp - nodsp
...
armclang - nodsp
armlink - no_dsp
diff --git a/tools/t
2019-02-04 15:40:53 -06:00
Volodymyr Medvid
6918e6a76b
makefile export: create .link_options.txt with echo
...
$(file > $@.in, $(filter %.o, $^)) is not supported in GNU Make 3.81.
Create the linker response file with pipe redirect from echo command.
This is tested with Cygwin make and make 3.8.1 shipped with macOS.
Also, change the linker responce file name to .link_options.txt.
This is an internal file, not a build artifact.
2019-02-04 20:10:47 +02:00
Martin Kojtal
1c483e87b0
Merge pull request #9589 from bridadan/fix_export_exception_msg
...
Improve error message for exports for OS2-only targets
2019-02-04 17:26:10 +01:00