Kyle Kearney
1a0925e5dc
Add missing arduino form factor to CYW9P62S1-43438EVB-01
2019-11-22 08:30:40 -08:00
RAJKUMAR KANAGARAJ
93f3db2c3d
Incorporated review comment
2019-11-22 07:38:44 -08:00
RAJKUMAR KANAGARAJ
ada250c7d6
Fixed greentea FileHandle test for microlib.
...
As per "Difference between microlib and the default c library" from "http://arminfo.emea.arm.com/help/index.jsp?topic=/com.arm.doc.100073_0612_00_en/chr1358938938431.html " Microlib is not supported feof() and ferror() functions so modified all the test cases to pass without using feof() and ferror().
2019-11-22 07:38:44 -08:00
Janne Kiiskila
cfbbc6944a
Add FlashIAP to NUCLEO_L4R5ZI
...
It is supported and we need it.
2019-11-22 15:48:30 +02:00
Martin Kojtal
eb60e67d92
Merge pull request #11913 from VeijoPesonen/tdbstore_min_size
...
LPC55S69_NS default TDBStore size increased to 32kB
2019-11-22 14:47:56 +01:00
Martin Kojtal
b6edc5b0cc
Merge pull request #11923 from AriParkkila/cell-ppp-wait-connect
...
Cellular: Fix PPP to wait until connected event from (LWIP) PPP
2019-11-22 14:12:03 +01:00
Martin Kojtal
cc120f3cd0
Merge pull request #11870 from jeromecoutant/PR_F7_LINKER
...
STM32F7: linker scripts updates
2019-11-22 13:50:16 +01:00
Martin Kojtal
04ed9c5c8c
Merge pull request #11851 from amq/patch-2
...
Enable FAT ChaN lib configuration with mbed_lib.json
2019-11-22 13:38:56 +01:00
adbridge
fa02380b22
Remove unecessary text and reinstate sub headings
2019-11-22 12:10:21 +00:00
RAJKUMAR KANAGARAJ
2fa57d6ba0
Incorporated review comment
2019-11-22 03:42:43 -08:00
Martin Kojtal
bd0cbdbad2
Merge pull request #11890 from JarkkoPaso/nanostack_driver_update_for_mbed_os_5.15
...
S2-LP: sync with development repository
2019-11-22 12:41:27 +01:00
adbridge
ba0bca9462
Remove release notes section
...
Feedback has shown that having similar fields in the release notes
section to the main headings is confusing. This PR simplifies the
sections and removes the release notes section completely.
Changes will be required to the release scripts and the docs to
reflect these changes.
2019-11-22 11:29:09 +00:00
Seppo Takalo
7c579f2da2
Speed up unittests by not limitting Make to spawn more processes
2019-11-22 13:14:15 +02:00
Seppo Takalo
c54d76eddf
Allow MBED_ASSERT to throw errors in unittests, so we can verify it.
...
GoogleTest allows you to check whether certain function throws errors.
For example:
ASSERT_ANY_THROW(mbed::HeapBlockDevice one(3050, 100));
or
ASSERT_NO_THROW(bd.init());
As MBED_ERROR is now only function that can throw errors, there is
no need to check the type of thrown object.
2019-11-22 13:10:46 +02:00
Martin Kojtal
38a8c0e28f
Merge pull request #11914 from michalpasztamobica/refactor_string_based_apis
...
Deprecate string-based APIs in IPCore
2019-11-22 12:00:56 +01:00
RAJKUMAR KANAGARAJ
c5b9e867ef
Baremetal: Fix ARM-microlib Greentea test compilation minimal-printf test case run for NUCLEO_F411RE
2019-11-22 02:59:20 -08:00
Hugues Kamba
157d126769
UBLOX_EVK_ODIN_W2: Fix baremetal build and greentea tests
...
Remove lwIP reliant networking and BLE tests for baremetal
Mbed OS 5 ported lwIP in its OS mode and uses threads. Networking
that rely on lwIP needs to be removed so it can be compiled with the
baremetal profile.
The BLE cordio Greentea tests are also disabled given that the feature
is not supported without an RTOS.
2019-11-22 10:55:39 +00:00
Martin Kojtal
55bfb00dcf
Merge pull request #11919 from yarbcy/pr/spi-async-improvement2
...
Cypress: FPGA: Improve SPI async calls
2019-11-22 10:33:25 +01:00
Michal Paszta
fd5b4b9119
Deprecate string-based APIs in IPCore
...
MBED_DEPRECATE macros is added to string-based APIs.
New, non-string-based APIs are added in their place.
Wiced binaries rebuilt
Any existing stubs or mocks are adjusted to compile and run with the newly added non-string based functions.
2019-11-22 11:31:12 +02:00
Martin Kojtal
4b41a6f164
Merge pull request #11915 from AriParkkila/tests-sendtimeout
...
TESTS: Fix TCP/TLS send_timeout test to non-blocking
2019-11-22 09:16:11 +01:00
Martin Kojtal
869df2d280
Merge pull request #11889 from JarkkoPaso/nanostack_release_for_mbedos_5_15
...
Nanostack release for mbedos 5 15
2019-11-22 09:05:45 +01:00
Ari Parkkila
90d7748514
Cellular: Fix PPP to wait until connected event from (LWIP) PPP
2019-11-21 23:14:18 -08:00
Graham Hammond
32a9a8b9f6
Minor fixes
2019-11-21 16:27:19 +00:00
adbridge
3f2fd47a06
Simplify headers and instructions
...
There is confusion with having sub headings below Description.
This commit removes teh Description header completely and promotes
sub headings to full headings.
Some of the notes under each heading have also been updated to
provide better clarity.
2019-11-21 16:18:19 +00:00
Graham Hammond
d2b968142d
Updates to *.py in 'tools/' for Python 3
2019-11-21 16:06:59 +00:00
yarb
b204acbe3a
Cypress: FPGA: Improve SPI async calls
...
1. Fix for FPGA async test case.
2. Enabled events in proper place
3. Added check in async operation is in progress
2019-11-21 17:22:02 +02:00
Graham Hammond
e723571474
Updates to `/tools` for Python 3 compatibility
2019-11-21 15:02:37 +00:00
Martin Kojtal
2bde6581a6
Merge pull request #11720 from mtomczykmobica/ONME-4405
...
ATCmdParser: merge scanf and recv functions
2019-11-21 15:29:29 +01:00
Martin Kojtal
784b03b8b4
Merge pull request #11877 from cy-arsm/cy-arsm/topic/dualstack-ipv6-linklocal-fix
...
Fix for sending IPv6 UDP packet over link local interface
2019-11-21 14:27:43 +01:00
Ari Parkkila
d2f87a141d
TESTS: Fix TCP/TLS send_timeout test to non-block
2019-11-21 04:15:44 -08:00
Martin Kojtal
30bab0942b
Merge pull request #11899 from ARMmbed/feature-pr-template-bulislaw
...
Fixes to PR template
2019-11-21 12:38:27 +01:00
Martin Kojtal
ab7f602512
Merge pull request #11908 from yarbcy/pr/i2c-improvement3
...
I2C byte read/write transmition improvement
2019-11-21 12:21:59 +01:00
Bartek Szatkowski
dd7f557fc7
Fix an article
...
An -> A for "user"
2019-11-21 10:31:47 +00:00
Martin Kojtal
a99d9be3bb
Merge pull request #11875 from rajkan01/feature_arm_greentea_test
...
Baremetal: Fix ARM toolchain Greentea test compilation for NUCLEO_F411RE
2019-11-21 11:15:45 +01:00
Martin Kojtal
9588fad72b
Merge pull request #11911 from anttiylitokola/mbed-coap-5.1.2
...
Update mbed-coap to version 5.1.2
2019-11-21 10:57:32 +01:00
Martin Kojtal
9f4119e84b
Merge pull request #11885 from morser499/pr/whd1.60
...
Update to WHD 1.60 release
2019-11-21 10:57:14 +01:00
Martin Kojtal
d0d3462781
Merge pull request #11846 from manchoz/manchoz_makerdiary-nrf52840-mdk
...
Add support for Makerdiary nRF52840-MDK
2019-11-21 10:54:21 +01:00
yarb
3d09a5a4f1
I2C byte read/write transmition improvement. Added CY_SCB_I2C_READ_XFER to clear CY_SCB_I2C_WRITE_XFER status in i2c_byte_write() API.
2019-11-21 11:41:40 +02:00
Veijo Pesonen
8a0af607f3
LPC55S69_NS: Sets default TDBStore size to 32kB
...
Previously it was 2 pages - 1kB - which isn't sufficient to store
Reserved Area and Master Record. Reserved are requires one page and Master
Record takes two pages. With 512B page size and having two areas, active and
inactive, the minimum size requirement becomes 2 areas * 3 pages = 3kB. That
isn't enough to store any keys though.
2019-11-21 11:28:59 +02:00
Veijo Pesonen
458f5f43f3
TDBStore: Adds sanity check for storage size when compiled with debug profile
2019-11-21 11:28:59 +02:00
Balaji Subramanyam
f51cc6494e
Cypress Target update to support Manufacturing Test. ( #11868 )
...
Cypress Target update to support WiFi Manufacturing Test
Adding IOCTLS in WhdSTAInterface for MFG Test.
Fix WHD EMAC interface to release buffer when emac is not powered up or callback
is not registered.
2019-11-21 10:12:35 +01:00
Martin Kojtal
e638486be1
Merge pull request #11895 from AriParkkila/cell-ignore-linklocal
...
TESTS: Allow ipv6_link_local_address() as unsupported
2019-11-21 09:19:59 +01:00
Martin Kojtal
deaafa84ce
Merge pull request #11902 from AriParkkila/cell-bg96-epco
...
Cellular: Enable ePCO IE for BG96 driver
2019-11-21 09:14:18 +01:00
Maciej Bocianski
683ba969b5
IAR: Enable inline linker optimizations for develop/release profile
...
- add --inline option to linker flags
Some routines are so small that they can fit in the space of the
instruction that calls the routine. Use this option to make the
linker replace the call of a routine with the body of the routine,
where applicable.
2019-11-21 09:05:03 +01:00
Marcin Tomczyk
1d3a1b7c6c
ATCmdParser: unittests implementation
2019-11-20 22:37:01 -08:00
Marcin Tomczyk
15eb2a6e4f
ATCmdParser: merge scanf and recv functions.The goal is to give a configuration parameter for this function which would indicate are we trying to find a match from one line(scanf) or do we might end up processing multiple lines(recv) to find a match.
2019-11-20 22:35:55 -08:00
Antti Yli-Tokola
4a491b99df
Update mbed-coap to version 5.1.2
...
Compiler warning cleanups.
2019-11-20 22:36:25 +02:00
Ryan Morse
174adcf9b7
Update MPN for CYW9P62S1_43012EVB_01 board
...
- Enabled support for CRC & TRNG as the new MPN has a crypto block.
2019-11-20 07:52:50 -08:00
Martin Kojtal
9dc0c3737e
Merge pull request #11888 from fredlee12001/master
...
Pelion enable for UNO_91H
2019-11-20 16:31:56 +01:00
Martin Kojtal
48f38a420b
Merge pull request #11654 from tymoteuszblochmobica/mesh
...
Adjustment of netsocket tests to the lossy mesh network limitation.
2019-11-20 16:31:30 +01:00