Seppo Takalo
b60454fac5
Clarify mesh configuration values.
...
Most of the help fields were correct. Just add field specifying
acceptable ranges.
2018-04-25 15:33:40 +03:00
Martin Kojtal
675528b6c0
Merge pull request #6534 from c1728p9/rtos_suspend
...
Update idle loop to reduce calls to suspend
2018-04-25 13:21:47 +01:00
Martin Kojtal
ef35abb5cc
Merge pull request #6671 from SenRamakri/sen_DoxyStripNoCommentsFix
...
Update doxygen options rules to not strip code comments
2018-04-25 13:17:57 +01:00
Martin Kojtal
5ee2658dae
Merge pull request #6701 from SiliconLabs/feature/update-rail
...
Update to EFR32 15.4 driver
2018-04-25 13:17:33 +01:00
Martin Kojtal
a858454451
Merge pull request #6717 from marcuschangarm/fix-spi-pins
...
Fix NRF52 SPI pin initialization
2018-04-25 13:17:05 +01:00
Martin Kojtal
beb8da965c
Merge pull request #6735 from codeauroraforum/Add_GPIO_IRQ_Check
...
LPC546XX: Add check for GPIO IRQ
2018-04-25 13:16:01 +01:00
Vincent Coubard
2c8b9ab3dc
BLE: Remove example section from cordio porting guide.
...
This section is not applicable in the public version of mbed-os.
2018-04-25 12:15:28 +01:00
Mirela Chirica
c0629c8d11
Cellular: Remove unnecessary NULL assignment
2018-04-25 14:09:20 +03:00
Mirela Chirica
042586938d
Cellular: Common routine for string and hexstring reading
2018-04-25 14:09:20 +03:00
Mirela Chirica
b48238997d
Cellular: BC95 update max packet size
2018-04-25 14:09:19 +03:00
Mirela Chirica
1998173ede
Cellular: Added read hex string support to AT handler
2018-04-25 14:09:19 +03:00
Mirela Chirica
928082b64b
Cellular: Fix greentea sendto test to clear socket event flags
2018-04-25 14:09:19 +03:00
Mirela Chirica
7e684cd789
Cellular: Destructor added for CellularList
2018-04-25 14:09:19 +03:00
Mirela Chirica
658358cbf1
Cellular: BG96 remove IPv6 stack support
2018-04-25 14:09:19 +03:00
Vincent Coubard
6bb80317f8
BLE: Update cordio porting guide
...
Remove the section "Include prebuilt libraries" as it is not applicable
anymore.
2018-04-25 11:48:23 +01:00
Kimmo Vaisanen
e9eb32b3ab
Lora: Fix max tx power check
...
In LoRa TX power value 0 means the maximum allowed TX power and values >0
are limiting the allowed TX power to lower.
tx_config was incorrectly checking the power level and causing the maximum
TX power to be always used. Lora gateway can request node to use lower TX
power with LinkAdrReq MAC command.
2018-04-25 11:59:19 +03:00
Martin Kojtal
b5b35fb8f0
Merge pull request #6723 from jeromecoutant/PR_RTC_INIT
...
STM32 RTC Init minor update
2018-04-25 09:39:57 +01:00
Martin Kojtal
d768b6f468
Merge pull request #6677 from jarvte/cellular_fsm_crash_bug
...
Cellular: fixed null pointer bug in cellular fsm
2018-04-25 08:24:49 +01:00
Kimmo Vaisanen
e7f01e3ccc
Lora: Split add_mac_command() into separate methods
...
In order to have smaller and better testable methods, instead of having a big
switch-case -style add_mac_command(), each MAC command is now separated to an
own method.
2018-04-25 08:42:02 +03:00
Cruz Monrreal
2e4966a842
Merge pull request #6727 from 0xc0170/fix-url-template
...
Update URL that points at a blank page.
2018-04-24 16:00:11 -05:00
Mahesh Mahadevan
6513091173
LPC546XX: Add check for GPIO IRQ
...
GPIO IRQ is available on pins for Ports 0 & 1. Add
a check to return error for other ports.
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-04-24 14:26:20 -05:00
Cruz Monrreal
8a90249628
Merge pull request #6718 from bridadan/echo_test_change
...
Modifying echo test to be driven more from the device.
2018-04-24 13:05:44 -05:00
Cruz Monrreal
4c973e3aa0
Merge pull request #6702 from AriParkkila/single-stack
...
Cellular: Fix to prefer IPv6 single stack with fallback to IPv4
2018-04-24 12:16:34 -05:00
Cruz Monrreal
0e86fa2529
Merge pull request #6692 from kivaisan/remove_singleton
...
Lora: Remove singleton pattern
2018-04-24 12:14:05 -05:00
Cruz Monrreal
b33ab748a7
Merge pull request #6540 from theotherjimmy/compile-check
...
Prevent compiling with unsupported compilers
2018-04-24 12:12:38 -05:00
Mahesh Mahadevan
2670f790ce
LPC546XX: Set the pin function to Digital mode
...
We cannot rely on the default value as a pin could
be use for Analog purposes in which this bit is cleared
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-04-24 11:24:23 -05:00
Keyur Hariya
fc7c70dbc6
Fix the initialization of a structure
2018-04-24 11:13:19 -05:00
Jimmy Brisson
da69f0165b
Correct test finding behavior
...
Scan resources ignores the build dir so we can't set it to something
dumb like the directory we want to scan
2018-04-24 10:07:16 -05:00
jeromecoutant
7b5a79f56e
STM32 RTC Init minor update
2018-04-24 13:50:57 +02:00
Martin Kojtal
7c9aa63389
Issue template: match with PR template
...
Add same notes about the list of available issue types
2018-04-24 12:32:43 +01:00
Sam Grove
27f2789b3f
Update the issue template to reduce clutter
...
Lots of issues filed didnt take the time to remove the boilerplate
text and give the details needed. This format mimics the update to
pull requests but inverts type and description.
2018-04-24 12:32:43 +01:00
Sam Grove
8aec9e6638
Update URL that points at a blank page.
...
Looks like the URL changed where #workflow became workflow.html
2018-04-24 12:19:40 +01:00
Marcus Chang
3edfc77949
Fix bug in Nordic SDK 14.2 I2C driver
...
Interrupts were not enabled before transmitting data leading to
missed interrupts.
2018-04-23 16:38:31 -07:00
Marcus Chang
cba7e0df06
Fix bug in Nordic SDK 14.2 SPI driver
...
Interrupts were not enabled before transmitting data leading to
missed interrupts.
2018-04-23 16:08:44 -07:00
Brian Daniels
631e5ebdee
Modifying echo test to be driven more from the device.
...
Previously, the echo test followed a flow like the following:
-STEP- -HOST PC- -DEVICE-
0 send _sync
1 echo back _sync
2 send echo_count
3 echo back echo_count
4 send first echo packet
5 echo back echo packet
(repeat echo steps)
However, as noted by issue #6659 , this test would somtimes fail between
steps 4 and 5. To ensure each KV pair makes to the correct destination,
we usually write the KV back. Step 4 does not wait for this to happen
and starts sending echo packets. So the device is acting as the "echo
server".
This change makes the host PC the "echo server". The idea being that the
device will be slower and the host pc should always be able to keep up
with it, not the other way around.
2018-04-23 17:56:13 -05:00
Keyur Hariya
0ca1a61ba0
Remove the redundant input parameter
2018-04-23 16:37:55 -05:00
Keyur Hariya
1f0809a56b
Add the missing input parameter
2018-04-23 16:37:55 -05:00
Keyur Hariya
85bc74cc1d
Fix the return type to allow returning error
2018-04-23 16:37:55 -05:00
Keyur Hariya
11cf79ecb0
Add type cast
2018-04-23 16:37:55 -05:00
Marcus Chang
6db4425351
Fix NRF52 SPI pin initialization
...
SPI pins are not initialized correctly according to the current
SPI mode.
This commit changes how the SPI instance is configured and ensures
that:
1. SPI pins are initialized on each object initialization.
2. SPI pins are reinitialized on each mode or object change.
3. SPI instance is only initialized when a change has occured.
2018-04-23 14:27:33 -07:00
Jimmy Brisson
d0e09851ac
Use rel path for the ONLY arm asm include statement
2018-04-23 15:23:35 -05:00
Jimmy Brisson
d8becaa652
Remove ASM include paths for ARM compiler
2018-04-23 15:23:00 -05:00
Cruz Monrreal
b033a6e42e
Merge pull request #6703 from 0xc0170/fix_kl27z_flash
...
KL27Z: Flash protection macro addition
2018-04-23 15:14:13 -05:00
Cruz Monrreal
5fcc9617de
Merge pull request #6486 from deepikabhavnani/thread_class_tz
...
Thread class tz
2018-04-23 11:03:08 -05:00
Cruz Monrreal
11b6a4eaf9
Merge pull request #6602 from 0xc0170/fix_req_future
...
requirements: add future
2018-04-23 11:02:43 -05:00
Cruz Monrreal
f372bcb69b
Merge pull request #6611 from pauluap/compiler_warning_UARTSerial
...
Uninitialized variable warning in UARTSerial at -O3
2018-04-23 11:01:49 -05:00
Cruz Monrreal
a15c2f0b22
Merge pull request #6666 from bcostm/PULL_REQUEST_CUBE_UPDATE_L0_V1.10.0
...
STM32L0: Update with CubeL0 V1.10.0
2018-04-23 11:01:13 -05:00
Cruz Monrreal
f7a707ace8
Merge pull request #6669 from ithinuel/make_pr_template_fancier
...
make PR type box list "fancier" without making it a github tasklist
2018-04-23 10:59:09 -05:00
Cruz Monrreal
35bd8b9de1
Merge pull request #6682 from jarvte/fix_cellular_unittests
...
Fixed cellular unittests
2018-04-23 10:57:50 -05:00
Cruz Monrreal
a27700da33
Merge pull request #6683 from ganesh-ramachandran/master
...
Add IAR export and nvstore page size fix for TMPM46B
2018-04-23 10:53:55 -05:00