Kimmo Vaisanen
0f0b3be7e9
Lora: Check for valid ABP params
...
Check that ABP dev_addr and nwk_id is non-zero and keys are not null.
2018-06-01 12:41:16 +03:00
Hasnain Virk
493ae2bd91
dr_range bitfield should be unsigned integer
...
If the value is an integer, the 4th bit is used for sign, so you can store
values upto 7 only whereas the datarate values could go upto 15. That's why
we need to turn this to an unsigned integer so that the last bit can also be used.
2018-06-01 12:41:15 +03:00
Hasnain Virk
9ac7f21140
Style changes only
...
Travis astyle check pointed out some of the style mismatches in the code.
Not all of them are worth changing as they make the code unreadable and
some of them are semantically wrong.
So in this commit, we have attempted to pick the most important style
mismatches and rectify.
2018-06-01 12:41:09 +03:00
Hasnain Virk
e438846c2d
Moving missing public data structures
...
A few of the structures were missing from the storage space which is
visible topublic APIs. Suc structures are now being added.
2018-06-01 12:30:07 +03:00
Kimmo Vaisanen
d3327c3f5a
Lora: All API methods should check if stack has been initialized
2018-06-01 12:29:25 +03:00
Antti Yli-Tokola
7b1484fb11
Update mbed-coap to version 4.4.4
...
Fixes one error: IOTCLT-2638 Hardfault during reconnection retry with Thread
2018-06-01 10:04:10 +03:00
Andrew Leech
bf313aa1db
Move mbed_lib.json from targets folder to feature_ble folder
...
The functionality added all affects BLE features in use so this location is a better fit.
2018-06-01 13:37:16 +10:00
Andrew Leech
c1c425af08
Expose softdevice configurations via new nordic-ble library definition file
2018-06-01 13:37:15 +10:00
Andrew Leech
ff5ca11253
Allow configuration (via defines) of some of the key settings for the NRF51 softdevice.
...
* CENTRAL_LINK_COUNT
* PERIPHERAL_LINK_COUNT
* gatts_enable_params.attr_tab_size
* gatts_enable_params.service_changed
* common_enable_params.vs_uuid_count
These settings control the range of functionality enabled in the softdevice as well as ram consumption.
In particular reducing these values is critical to enable usage of 16K nrf51 devices.
2018-06-01 13:23:01 +10:00
ccli8
f51d036ecd
Fix mbed_crc_ctor is missing in some MbedCRC constructor
...
This error leaves MbedCRC/_mode uninitialized and may cause mbed-os-tests-mbed_drivers-crc/
Test SD CRC polynomials failed.
2018-06-01 09:49:33 +08:00
Cruz Monrreal II
0e85dd821a
Updated local variable in memap/parse_test.py to be lower case.
2018-05-31 16:54:58 -05:00
Cruz Monrreal II
d2538bfb92
Added windows path separator to list of alphabet characters to ignore.
...
Corrected instance of hard-coded unix path separator.
2018-05-31 16:32:43 -05:00
Cruz Monrreal II
5cfcf86872
Modified memap tests to perform file path comparisons agnostic of the path separator.
2018-05-31 16:31:17 -05:00
Cruz Monrreal II
eb49274a27
Removed test that needs to be rearchitected due to subprocess limitations
2018-05-31 16:28:43 -05:00
Cruz Monrreal
52cb119571
Merge pull request #7059 from deepikabhavnani/os_verison_fix
...
OS version not update in mbed_stats
2018-05-31 12:54:52 -05:00
Senthil Ramakrishnan
576bd61d96
Do not capture filename for release builds
2018-05-31 11:30:33 -05:00
Senthil Ramakrishnan
68e59a11b9
Fix for error report not printing when calling error API
2018-05-31 11:27:20 -05:00
Donatien Garnier
5da5ef45c0
Cordio H4: Added some comments explaining the use of RawSerial as opposed to using Serial
2018-05-31 11:11:28 -05:00
Cruz Monrreal
f92c227558
Merge pull request #7027 from c1728p9/timer_fix
...
Fix possible bug with SysTimer
2018-05-31 11:07:34 -05:00
Cruz Monrreal
0abf0cfa5b
Merge pull request #7039 from shuoo/feature-cm3ds-misc
...
FPGAIO: Add MISC IO initialization support
2018-05-31 10:56:43 -05:00
Cruz Monrreal
e18ee80ecb
Merge pull request #7053 from OpenNuvoton/nuvoton_fix_rtosless_cmsis
...
Fix RTOS-less build failed with cmsis/RTE_Components.h
2018-05-31 10:47:56 -05:00
Senthil Ramakrishnan
07a6ab0864
Fix for filename capture not working
2018-05-31 10:39:58 -05:00
Donatien Garnier
0cb86ded76
BLE: Replace Serial with RawSerial in Cordio H4 Transport Driver
2018-05-31 10:28:45 -05:00
Ron Eldor
9049860b25
Remove redundant Cryptocell libraries
...
Remove additional redundant libraries, that were accidently added in merges
2018-05-31 18:15:25 +03:00
Cruz Monrreal
dbc42f696a
Merge pull request #7031 from OpenNuvoton/nuvoton_5.9_rtc
...
Nuvoton: Adhere to reworked RTC spec to release with Mbed OS 5.9
2018-05-31 10:12:50 -05:00
Cruz Monrreal
26b5f9782f
Merge pull request #7005 from kivaisan/loraradio_tests
...
Lora: Add greentea tests for LoRaRadio API
2018-05-31 10:12:05 -05:00
Cruz Monrreal
98a27a687f
Merge pull request #7054 from VeijoPesonen/gethostbyname_empty_hostname_check
...
gethostbyname must reject empty name
2018-05-31 10:11:00 -05:00
Oren Cohen
a4f323c4a6
Update uvisor_deprecation.h
2018-05-31 16:56:44 +03:00
Oren Cohen
2cba4cc585
Edit warning about FEATURE_UVISOR being deprecated
2018-05-31 15:37:48 +03:00
Maciej Bocianski
f6d3058899
NRF52_DK: SLEEP enable
2018-05-31 14:32:02 +02:00
Wilfried Chauveau
3745c73e91
set the tolerance to 5% if NO_SYSTICK is enabled
2018-05-31 13:05:37 +01:00
jeromecoutant
2d0890b989
DISCO_F413ZH : pin value error
2018-05-31 13:55:55 +02:00
jeromecoutant
422e124854
DISCO_F413ZH : map SPI3 to WIFI module
2018-05-30 17:56:46 +02:00
Olli-Pekka Puolitaival
a4f8c0789b
Check that no GPL licence inside code
2018-05-30 17:13:35 +03:00
Wilfried Chauveau
1c7b91aa8c
us_ticker is not yet initialised at this stage
2018-05-30 15:01:18 +01:00
deepikabhavnani
d764a7c627
OS version is not available in code, need a fix for this in next patch release
2018-05-30 08:57:47 -05:00
zzw
4fc8eb1591
fix realtek_rtl8195am IPv6 build fails update
...
fix for #6909
-remove the "dhcps.h" and "dhcps.c" files
-edit "wifi_conf.c" "wifi_conf.h" and "rtw_emac.cpp" to fix compile error
rebase for #6974
2018-05-30 18:53:08 +08:00
Marc Emmers
046cf1dc58
Ticker test: Add ticker_irq_handler call because the time reaching the previous interrupt_timestamp would have triggered one anyway
2018-05-30 11:36:21 +02:00
Marc Emmers
b01b173214
Only schedule mbed_ticker interrupt if queue->head is changed
...
Reverts change from commit 1057720114
2018-05-30 11:36:20 +02:00
Veijo Pesonen
3e6bc32df6
Makes UDPSOCKET_SENDTO_INVALID part of the netsocket extended test set
2018-05-30 12:17:53 +03:00
Veijo Pesonen
aafeef7401
gethostbyname won't accept empty name
...
Considers both versions - synchronous and asynchronous. Earlier the
underlying stack was trusted to do this check.
2018-05-30 12:07:07 +03:00
ccli8
58608ec589
Fix RTOS-less build failed with cmsis/RTE_Components.h
2018-05-30 15:25:01 +08:00
ccli8
23dcd82fab
Remove superfluous MOVT in mbed_start_application/start_new_application
2018-05-30 09:39:07 +08:00
Cruz Monrreal
24cebbaec3
Merge pull request #7016 from mikaleppanen/async_dns_corr
...
Corrected asynchronous DNS functionality
2018-05-29 10:48:17 -05:00
Cruz Monrreal
19fb80442d
Merge pull request #7035 from mprse/ticker_fix
...
tests-mbed_hal-common_tickers: Fix increment test case implementation
2018-05-29 10:44:57 -05:00
Cruz Monrreal
231f4cf9c1
Merge pull request #7034 from TomoYamanaka/master
...
Fix redeclaration of type name "bool_t" for Renesas
2018-05-29 10:44:29 -05:00
Cruz Monrreal
0f41831afd
Merge pull request #7033 from AriParkkila/cellular-at-fix
...
Cellular: Fix AT URC handler not to dismiss incoming chars
2018-05-29 10:44:00 -05:00
Cruz Monrreal
cb3f8a5ad3
Merge pull request #7022 from marcuschangarm/fix-gpio
...
Fix array overflow in gpio configuration code for NRF5x
2018-05-29 10:43:23 -05:00
Cruz Monrreal
1b168b6717
Merge pull request #7020 from marcemmers/iar-add-stm32l433
...
Add STM32L433RC to IAR exporter definitions
2018-05-29 10:42:43 -05:00
Cruz Monrreal
7418260b78
Merge pull request #7014 from KariHaapalehto/interface_check
...
Add check for _interface
2018-05-29 10:42:19 -05:00