Cruz Monrreal
1608fbbe54
Merge pull request #8542 from cmonr/fix-python_module_versions
...
Update python module versions in requirements.txt
2018-11-01 09:59:09 -05:00
Cruz Monrreal
274f8b92d3
Merge pull request #8588 from mprse/ice_tea_test_order_fix
...
Fix Ice Tea test execution order to be sorted by names.
2018-11-01 09:55:29 -05:00
Seppo Takalo
f92108c0f3
Make sure that close() is called before the transport is destroyed.
...
Transport is a member of TLSSocket which is derived from TLSSocketWrapper.
Make sure that TLSSocketWrapper::close() is called before the transport is
destroyed.
2018-11-01 15:30:27 +02:00
adbridge
b28d0811df
Fix up subprocess calls
...
subprocess.call() does not by default return a status value.
Update the commands to add shell=True which forces a return value.
Also convert the commands to a single string rather than a list as
this plays more nicely with both linux and windows.
Also fix a spurious :
2018-11-01 13:07:16 +00:00
Antti Kauppila
8cdf1d34fc
Unittest fixes
2018-11-01 14:57:18 +02:00
Jeroen de Bruijn
1f4f623339
feat: Name PPP thread
2018-11-01 13:57:03 +01:00
Jeroen de Bruijn
56a12ce7d6
feat: Name cellular FSM queue thread
2018-11-01 13:55:44 +01:00
Jaakko Korhonen
0d04f03882
Added missing mutex to DataFlash for thread safety.
2018-11-01 14:51:07 +02:00
Christopher Haster
761405592b
Added mutex to DataFlash for thread safety
2018-11-01 14:51:07 +02:00
Jaakko Korhonen
c3e0e3e75d
Add generic BlockDevice test for get_erase_value().
2018-11-01 14:51:07 +02:00
Jaakko Korhonen
ebef79a05c
Add generic BlockDevice test for contiguous erase/write/read.
2018-11-01 14:51:07 +02:00
Cruz Monrreal
b1904a5d65
Merge pull request #8599 from bcostm/F769NI_bootloader
...
DISCO_F769NI: Add bootloader support
2018-10-31 20:41:43 -05:00
Cruz Monrreal
8d014bcce6
Merge pull request #8585 from JarkkoPaso/IOTTHD-2884
...
Phy drivers: Added S2-LP driver
2018-10-31 20:41:24 -05:00
Cruz Monrreal
3d09f3bd98
Merge pull request #8598 from VeijoPesonen/fix_atcmdparser_oob_handling
...
ATCmdParser: Fix OOB handling performance-wise
2018-10-31 18:52:21 -05:00
Cruz Monrreal
d8e4daebc4
Merge pull request #8593 from cmonr/travis-doxygen-fix
...
Build and run latest released doxygen in Travis CI
2018-10-31 16:15:08 -05:00
adbridge
a7c777d5c1
Make examples commands return a failure
...
Currently the following commands in examples.py,
do_import()
do_deploy()
do_versionning()
do_clone()
all return a success status (ie 0) irrespective of any errors
originating from their sub-functions.
This PR fixes this. Now these commands will return one of:
0 - success
1 - general failure
x - failure returned by a subprocess.call function
2018-10-31 17:40:15 +00:00
Cruz Monrreal
b35799dd8c
Merge pull request #8329 from paul-szczepanek-arm/fix-namespace
...
Platform: fix missing namespace for SharedPtr
2018-10-31 12:35:25 -05:00
William Kelly III
74f72597a8
Fix off-by-one-error in BusIn/Out
2018-10-31 12:28:53 -05:00
Amanda Butler
c58c80e042
Make minor copy edits to mbed_wait_api.h
...
Make minor edits to existing text.
2018-10-31 11:12:35 -05:00
Seppo Takalo
e3623b91fa
Increase EMAC test timeout to 1400 seconds
2018-10-31 17:14:05 +02:00
Qinghao Shi
60cc0c295d
fixed NetworkInterface Class missing in doxy
2018-10-31 14:50:59 +00:00
Qinghao Shi
b01c8570e5
exclude vendor's EMAC driver from doxy
2018-10-31 14:49:21 +00:00
Arto Kinnunen
135a894b07
Sync with MCR20a RF driver v1.0.2
2018-10-31 16:12:03 +02:00
Arto Kinnunen
a215d9d856
Sync with Atmel RF driver v3.0.5
2018-10-31 16:01:16 +02:00
Kari Haapalehto
4440612d42
This is a initial version of Wi-Sun interface implementation.
...
To get Wi-Sun mesh network working, also nanostack with Wi-Sun support
is needed. ws_empty_functions.c and ws_management_api.h are temporary
included here, so that wisun_tasklet will compiled without problems.
They will replaced with the official versions with next nanostack release.
2018-10-31 15:48:33 +02:00
Martin Kojtal
56293af0e7
Merge pull request #8584 from kjbracey-arm/noreturn
...
system_reset is MBED_NORETURN
2018-10-31 14:46:46 +01:00
Kevin Bracey
3da44f67ce
Add format checking to RawSerial::printf
2018-10-31 15:36:32 +02:00
Jarkko Paso
425e7a96e6
S2-LP: Needs Nanostack configuration and device SPI
2018-10-31 15:14:08 +02:00
Kevin Bracey
fc32d954ac
FATFileSystem: fix format specifiers
2018-10-31 14:49:22 +02:00
Kevin Bracey
f4708bbb36
Fix up types in SDBlockDevice
...
Correct types passed to debug() calls - as part of this, block size and
erase size are changed to be 32-bit - using 64-bit variables for these
will cause unnecessary code bloat.
Many uses of bd_size_t in the BlockDevice API should really be uint32_t
or size_t, but that would be a bigger API change.
2018-10-31 14:49:22 +02:00
Kevin Bracey
638e071820
mbed_error.c: Fix format specifiers
2018-10-31 14:49:22 +02:00
Kevin Bracey
82a90721eb
Fault handler: fix printf format specifiers
2018-10-31 14:49:21 +02:00
Kevin Bracey
814d631c55
Add format checking to Stream methods
2018-10-31 14:26:35 +02:00
Kevin Bracey
51df320614
Add format check to debug()
2018-10-31 14:26:33 +02:00
Kevin Bracey
1f56fbe397
Add format checking to mbed_error_printf
2018-10-31 14:26:29 +02:00
Martin Kojtal
2015a61b37
Merge pull request #8580 from tz-arm/fix_incorrect_comment_in_socket_h
...
Fix the incorrect comment for set_blocking()
2018-10-31 13:10:35 +01:00
Martin Kojtal
8976709c9c
Merge pull request #8564 from kegilbert/driver-doxy-typo-fix
...
Drivers: fix typos in doxygen
2018-10-31 11:39:04 +01:00
Kevin Bracey
644022890c
Fixes ATCmdParser OOB handling performance-wise
...
The issue is that the process_oob check would only return immediately
if no data at all on entry, or when receiving a known OOB. Any other
line noise or unknown OOBs could lead to a timeout delay - read the
noise or unknown OOB then timeout waiting for another line of input.
This revised version modifies the parser to recheck readable after each
line end when only looking for OOBs, so it can immediate exit.
2018-10-31 11:28:17 +02:00
bcostm
38a5f1e0f7
DISCO_F769NI: enable bootloader in targets.json
2018-10-31 10:15:17 +01:00
bcostm
3e547e2101
DISCO_F769NI: add definitions for bootloader
2018-10-31 10:15:17 +01:00
Jarkko Paso
0f08b35510
S2-LP: Renamed GPIO to RF_S2LP_GPIO as it had conflict with some platforms
2018-10-31 10:26:05 +02:00
Jarkko Paso
2cb017bf47
S2-LP: Removed license files
2018-10-31 09:23:34 +02:00
Cruz Monrreal
fba0669194
Merge pull request #8563 from marcuschangarm/default_qspif
...
Add QSPIF block device to default system storage
2018-10-30 22:32:01 -05:00
Mo Chen
2c77c1edd6
Put quotes around include path options
...
This fixes a compile error when the path has space characters.
2018-10-30 17:15:54 -05:00
kegilbert
e8e9076662
Fix typos in Drivers doxygen
2018-10-30 15:04:54 -05:00
Deepika Bhavnani
5a87f04872
Update doc for wait_ms
2018-10-30 13:07:59 -05:00
Cruz Monrreal II
5ad4b3481b
Disable current failing doxygen command until fixes are made
2018-10-30 11:45:41 -05:00
Cruz Monrreal II
948531fc2f
Added compilation of latest doxygen release.
...
Tweaked doxygen failure command
2018-10-30 11:41:07 -05:00
Amanda Butler
2418d9c0ae
Edit Kernel.h
...
Make minor copy edits for active voice, branding and deletion of extra spaces.
2018-10-30 10:25:25 -05:00
Amanda Butler
f5e28fe729
Edit mbed_wait_api.h
...
Standardize unit of time measurements, and change passive to active voice.
2018-10-30 10:06:30 -05:00