Martin Kojtal
2cde31c3f3
license: rename to apache 2.0 txt file
2019-02-13 11:28:01 +00:00
Steve Cartmell
3f12c19adf
revert: "Refactor sleep tracing driver identifier to be pointer to the driver filepath."
...
This reverts commit 9a0e8797b9
.
2019-02-13 11:27:22 +00:00
Martin Kojtal
a477354292
Merge pull request #9693 from naveenkaje/mbed_error_warning_fix
...
platform: fix build warning in mbed_error
2019-02-13 11:40:46 +01:00
Martin Kojtal
ba7aa88715
Merge pull request #9678 from lrusinowicz/sequana_psa_deepsleep
...
FUTURE_SEQUANA_PSA: fixed deep sleep mode
2019-02-13 11:33:09 +01:00
Ari Parkkila
56badd8616
Change TESTS/netsocket/ for cellular testing
2019-02-13 01:30:42 -08:00
Cruz Monrreal
709e6ff795
Merge pull request #9600 from kjbracey-arm/atomic_exchange_64
...
Atomic extensions: 64-bit, bool, exchange
2019-02-12 20:28:00 -06:00
Cruz Monrreal
270ff3b6de
Merge pull request #9679 from u-blox/R412M_Fix_After_Cellular_Driver_update
...
Default behavior of C030-R412M should be to use modem IP stack
2019-02-12 20:27:42 -06:00
Cruz Monrreal
e84319fe70
Merge pull request #9326 from hasnainvirk/nfc_doxy
...
Doxygen correction
2019-02-12 20:27:17 -06:00
Cruz Monrreal
3e6cd4e89d
Merge pull request #9501 from caixue1102/mbed-os-rda
...
Add WIFI support for RDA target UNO_91H
2019-02-12 20:05:27 -06:00
Cruz Monrreal
0ccb4dd44c
Merge pull request #9680 from lrusinowicz/sequana_arduino_mappings
...
FUTURE_SEQUANA: Fixed Arduino signal mappings
2019-02-12 20:05:12 -06:00
Cruz Monrreal
3d7995ef9a
Merge pull request #9673 from cmonr/fix-py3-MDOT-build
...
Fix Py3.7 mdot target build
2019-02-12 20:04:52 -06:00
Naveen Kaje
de271d4ba8
platform: fix build warning in mbed_error
...
Fix the following build warning
Compile [ 83.4%]: mbed_error.c
[Warning] mbed_error.c@71,21: 'compute_crc32' defined but not used [-Wunused-function]
compute_crc32 usage is guraded with #define, but not the definition.
Use the same #define around the definition of compute_crc32()
2019-02-12 16:20:25 -06:00
Naveen Kaje
02e42fef3e
target: UBLOX: Fix build warning in UBLOX_AT_CellularNetwork.cpp
...
Fix this build warning seen when building with ARMCC
Compile [ 13.7%]: UBLOX_AT_CellularNetwork.cpp
[Warning] UBLOX_AT_CellularNetwork.cpp@65,0: #111-D: statement is unreachable
2019-02-12 15:50:23 -06:00
Russ Butler
73403b02bc
Update pinmap design document
...
Update the pinmap design document to reflect the current design and to
match the design document template.
2019-02-12 15:20:29 -06:00
Wilfried Chauveau
50be53b853
fix according to @donatieng's review
2019-02-12 14:34:14 -06:00
Wilfried Chauveau
852749c92c
update according to @bulislaw 's review
2019-02-12 14:34:14 -06:00
Wilfried Chauveau
860e536d71
add precision about static arrays and fix functions' names
2019-02-12 14:34:14 -06:00
Wilfried Chauveau
fb8eb59c11
fix types names.
2019-02-12 14:34:14 -06:00
Wilfried Chauveau
d1531daa39
add form_factors
2019-02-12 14:34:14 -06:00
Wilfried Chauveau
a762fe2e11
add the RFC for PinMap's extension
2019-02-12 14:34:14 -06:00
Cruz Monrreal II
b59bb465ba
Removed decode since deeper tools always return strings
2019-02-12 12:05:28 -06:00
Cruz Monrreal II
8c10cb0b8d
Prefixed string to properly be parsed as bytes
2019-02-12 12:05:28 -06:00
Cruz Monrreal
36e65d2cb1
Merge pull request #9677 from kfnta/fix_master
...
Add MBEDTLS_ENTROPY_NV_SEED to NUCLEO_F411RE to fix the build
2019-02-12 11:45:40 -06:00
Cai
d92e33dcee
Add WIFI support for RDA target UNO_91H
2019-02-12 22:59:53 +08:00
Neil MacMullen
f29c5b22a1
Keep style linter happy
2019-02-12 14:37:07 +00:00
Michal Paszta
b5c00aa6b7
Greentea tests: set correct port to test against google.com
2019-02-12 15:40:11 +02:00
Neil MacMullen
a7f4cbcdce
Make a few trivial syntactic changes to better support cross-compilation
2019-02-12 12:01:05 +00:00
Leszek Rusinowicz
03d7b15e47
FUTURE_SEQUANA: Fixed Arduino signal mappings
...
Fixed Arduino signal mappings for production version of Sequana board.
2019-02-12 12:20:01 +01:00
Hasnain Virk
2670eaf82d
Doxygen correction
...
Adding to proper group so that the API doxygen appears into the class
hierarchy group rather than data strutures.
2019-02-12 12:53:53 +02:00
Martin Kojtal
9de5297bca
readme: storage license under one folder
2019-02-12 10:21:55 +00:00
Martin Kojtal
bec003353d
readme: license update
...
Fix licenses based on latest Fossology scan. Using -style licenses for specific type licenses
Add paths to the readme.
2019-02-12 10:13:32 +00:00
Leszek Rusinowicz
92b019f110
FUTURE_SEQUANA_PSA: fixed deep sleep mode
...
Enabled tickless mode for Sequana PSA M0 core code to allow it to enter
deep sleep mode. This fixes issue #9094 where tests were failing due to
M0 core not entering deep sleep mode, blocking the whole chip.
Fixed incorrect resource management on M0 core, which crashed tickless
mode.
2019-02-12 10:32:49 +01:00
Oren Cohen
8a5ccf25aa
Add MBEDTLS_ENTROPY_NV_SEED to NUCLEO_F411RE to fix the build
2019-02-12 11:22:15 +02:00
Martin Kojtal
091509705f
Merge pull request #9570 from VeijoPesonen/bugfix-tests-netsocket-udp_udpsocket_echotest_nonblock
...
tests-netsocket-udp: UDPSOCKET_ECHOTEST_NONBLOCK fixes
2019-02-12 09:55:20 +01:00
Martin Kojtal
db1d8fd56d
Merge pull request #9602 from jeromecoutant/PR_VERYHIGH
...
STM32 GPIO: use maximum speed
2019-02-12 09:53:17 +01:00
Martin Kojtal
e1d891b858
Merge pull request #9587 from naveenkaje/fix_build_warning_QUECTEL
...
targets: QUECTEL: Fix build warning
2019-02-12 09:52:06 +01:00
Martin Kojtal
26751eeaa9
Merge pull request #9658 from alekla01/patch-1
...
REALTEK_RTL8195AM binary timestamp
2019-02-12 09:51:34 +01:00
Martin Kojtal
1bbb76dfd1
Merge pull request #9514 from mirelachirica/bg96_netsocket_tests
...
BG96 netsocket tests
2019-02-12 09:06:09 +01:00
Cruz Monrreal
799476dd55
Merge pull request #9630 from michalpasztamobica/publish_documentation
...
Publish tests documentation for DNS, Emac, NetworkInterface and Wifi
2019-02-11 18:47:55 -06:00
Cruz Monrreal
1712a2b76c
Merge pull request #9656 from OpenNuvoton/nuvoton_m2351_fix-crypto-ac-mgmt
...
M2351: Fix crypto AC management
2019-02-11 18:46:48 -06:00
Cruz Monrreal
a12d9bb2a0
Merge pull request #9650 from offirko/offir_fix_random_block_in_general_bd_test
...
Multi thread Block Device Tests Fix - Ensure unique block address
2019-02-11 18:46:34 -06:00
Cruz Monrreal
87a9d7c45a
Merge pull request #9605 from kfnta/alzix/pelion-psa
...
Restore MBEDTLS_PSA_CRYPTO_C for PSA targets
2019-02-11 18:46:12 -06:00
Cruz Monrreal
92e1464024
Merge pull request #9584 from michalpasztamobica/tlssocket_would_block
...
TLSSocket send/recv return WOULD_BLOCK error instead of NO_CONNECTION
2019-02-11 18:45:50 -06:00
Cruz Monrreal
5c4d5e346d
Merge pull request #9582 from michalpasztamobica/greentea_socket_improvements
...
Greentea Socket test improvements
2019-02-11 18:45:38 -06:00
Cruz Monrreal
58cba25799
Merge pull request #9372 from pan-/fix-cryptotoolbox
...
BLE - Nordic: Release crypto cell when not in use.
2019-02-11 18:45:17 -06:00
Cruz Monrreal
f04d51b2cd
Merge pull request #9652 from kfnta/tools_fixes
...
Fix minor bugs in secure targets file filtering
2019-02-11 16:41:05 -06:00
Brian Daniels
3ff0ca4b23
Do not provide a default Pelion host address.
...
This moves the default pelion host address to be assigned by the cloud
sdk. It also cleans up the logic a bit to be shorter.
2019-02-11 16:11:43 -06:00
Cruz Monrreal
760aadf36d
Merge pull request #9657 from ARMmbed/revert-9496-Add_MXRT_IAR_Support
...
Revert "MIMXRT1050_EVK: Add IAR support in the exporter"
2019-02-11 16:10:30 -06:00
Deepika
80eb887f5b
Update linker files and resolve build issue
...
Linker files for LPC11U68 and LPC1549 updated as Mbed OS memory model
1. LPC1549
Has multiple memory banks, 4K bank used for stack exclusively and 16K for Heap
Its is mbed 2 only target hence 4K for stack.
2. LPC11U68
Added Heap and Stack sections in linker files. Resolved build issues.
2019-02-11 14:44:41 -06:00
Nicolas Graziano
e85bbdd767
Vscode export: replace obsolete ${workspaceRoot}
...
Replace with ${workspaceFolder}
2019-02-11 19:05:25 +01:00