Cruz Monrreal
c8d72c524d
Merge pull request #6693 from kjbracey-arm/equeue-ticks
...
Make event queue use RTOS tick count
2018-04-26 20:20:42 -05:00
Cruz Monrreal
d06ad9b834
Merge pull request #6696 from hug-dev/cm3ds-cleaning
...
CM3DS Maintenance Pull Request: Cleaning
2018-04-26 20:20:31 -05:00
Cruz Monrreal
1f259a4064
Merge pull request #6644 from OpenNuvoton/nuvoton_fix_armc6_armv8m
...
Fix build tool with ARMC6/ARMv8M
2018-04-26 20:20:12 -05:00
Cruz Monrreal
380973aa9a
Merge pull request #6691 from mirelachirica/cellular_fixes
...
Cellular fixes
2018-04-26 20:19:58 -05:00
Cruz Monrreal
6ccc963b61
Merge pull request #6733 from maximmbed/fix-compiler-warnings
...
Fix compiler warnings for Maxim platforms
2018-04-26 20:18:32 -05:00
Cruz Monrreal
95156ce02f
Merge pull request #6698 from kjbracey-arm/poll-ticks
...
Make poll() use RTOS tick count
2018-04-26 20:17:54 -05:00
Cruz Monrreal
487576972b
Merge pull request #6720 from marcuschangarm/fix-sdk-spi
...
Fix bug in Nordic SDK 14.2 SPI driver
2018-04-26 20:17:36 -05:00
Cruz Monrreal
9d6d8c7273
Merge pull request #6721 from marcuschangarm/fix-sdk-i2c
...
Fix bug in Nordic SDK 14.2 I2C driver
2018-04-26 20:17:25 -05:00
Cruz Monrreal
4e1c04feba
Merge pull request #6734 from codeauroraforum/Fix_LPC54XXX_GPIO
...
LPC54XXX: Set the pin function to Digital mode
2018-04-26 20:17:07 -05:00
Cruz Monrreal
a19a528b65
Merge pull request #6745 from SeppoTakalo/mesh_docs
...
Clarify mesh configuration values.
2018-04-26 20:16:40 -05:00
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
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
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
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
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
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