Teppo Järvelin
c26311b071
async works. Retry logic needs refining.
2018-04-11 09:31:44 +03:00
Teppo Järvelin
83ea9be5f5
temp commit while changing work...
2018-04-11 09:31:44 +03:00
Teppo Järvelin
1661fc2744
Modified state machine, added cellular state and callback.
2018-04-11 09:31:44 +03:00
Cruz Monrreal
3bc2d2e1db
Merge pull request #6564 from ARMmbed/g-fix-rate-limit
...
Travis: Fix rate-limit issue with Github requests
2018-04-10 18:09:25 -05:00
Cruz Monrreal
96a562ab7d
Merge pull request #6550 from theotherjimmy/remove-m1
...
Remove MPS2 M1
2018-04-10 18:08:57 -05:00
Cruz Monrreal
e913e917c0
Merge pull request #6544 from ithinuel/add_rak811_adc
...
add ADC_AN0-2 mapped on PA_0-2
2018-04-10 18:08:03 -05:00
Cruz Monrreal
d9e5c4ba8c
Merge pull request #6505 from netanelgonen/remove_target
...
remove MODULE_UBLOX_ODIN_W2 from targets.json
2018-04-10 18:07:41 -05:00
Cruz Monrreal
1c6d485da0
Merge pull request #6572 from TeemuKultala/at_send_wait
...
cellular: ATHandler send delay
2018-04-10 17:58:00 -05:00
Cruz Monrreal II
85ce95d0ff
Modified error formatting to remove unicode character.
...
jsonschema's error.message returns either u' or ' in strings depending on the python version.
2018-04-10 15:19:34 -05:00
Cruz Monrreal II
b286838ebf
Updated python tools to be cimpliant with PEP 3113
2018-04-10 13:37:47 -05:00
Russ Butler
044eb1e8ce
Update the SysTimer test
...
Update the SysTimer test to match the updated API. Changes are:
- increment_tick() renamed to _increment_tick() and explicitly
synchronized
-update_tick() replaced with resume() and a call to suspend() was added
before this
2018-04-10 10:54:31 -05:00
Mahesh Mahadevan
9a1e749780
LPC546XX: Fix deepsleep implementation
...
Add a check to return to 220MHz on LPC54628
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-04-10 08:16:41 -05:00
Mahesh Mahadevan
72011173fc
MCUXpresso: Fix deepsleep implementation for Kinetis parts
...
1. Fix the check to look for if MCG has a PLL
2. Do setup before and after deep sleep mode execution
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-04-10 08:16:41 -05:00
Mahesh Mahadevan
e163a2769f
MCUXpresso: Update Kinetis flash driver
...
Flash functions needed to be called before entering deepsleep mode
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-04-10 08:16:41 -05:00
Martin Kojtal
495ae06c70
Merge pull request #6509 from k-stachowiak/nvseed-check
...
Add an NV_SEED test to the config adjustment script
2018-04-10 14:38:47 +02:00
Antti Kauppila
67157fc3bd
LoRa: Internal include paths corrected
2018-04-10 14:04:18 +03:00
Kimmo Vaisanen
19883f12f8
Lora: Introduce new receive API which returns port and flags
...
This is a fix for issue #6389 .
Currently when application receives RX_DONE event from stack, it has to provide the correct port
value to receive method in order to read the received message. The problem is that current
API does not provide any way to know in to which port message was received.
This commit introduces a new receive() method, which instead of checking these values, will return
them to application.
2018-04-10 13:04:23 +03:00
Kimmo Vaisanen
01fd8804df
Fix Coverity warning
...
Fixed Coverity warning "stored value is overwritten before it can be used".
2018-04-10 10:19:03 +03:00
Kimmo Vaisanen
10c269bcfa
Add some debug traces
2018-04-10 10:19:03 +03:00
Kimmo Vaisanen
f6decc0131
Initialize mcps_indication status
...
_mcps_indication.status is not initialized properly and it can cause incorrect
status value to be returned.
2018-04-10 10:13:40 +03:00
Martin Kojtal
5e62d17a9d
Merge pull request #6566 from AnttiKauppila/stack_cleanup
...
LoRa: Stack cleanup
2018-04-10 09:05:21 +02:00
Netanel Gonen
3569d2482b
replace tab with spaces
2018-04-09 23:18:56 +03:00
Martin Kojtal
8b2eb20a54
Merge pull request #6553 from theotherjimmy/stmL4-armc6
...
Correct armc6 detection logic for STM32L4
2018-04-09 17:36:52 +02:00
Jimmy Brisson
854e436d92
Merge pull request #6481 from tsailer/exporter-codeblocks
...
Code::Blocks project file exporter
2018-04-09 10:13:43 -05:00
Martin Kojtal
96084a3c67
Merge pull request #6561 from LMESTM/Stm32DeepSleepClock
...
Stm32 deep sleep clock
2018-04-09 17:11:23 +02:00
Martin Kojtal
a3faf58a9e
Merge pull request #6511 from ashok-rao/MTB_USI_BM22
...
Add new target USI WM-BN-BM-22
2018-04-09 17:07:00 +02:00
Martin Kojtal
1b2f63a418
Merge pull request #6503 from maximmbed/add-platform-MAX32620C
...
[MAX32620C] Add new target
2018-04-09 17:05:42 +02:00
Jimmy Brisson
e80d9947e2
Shorten lines in get config
2018-04-09 09:29:43 -05:00
Jimmy Brisson
c3b9cbe3fd
Heed filters in macro printing
2018-04-09 09:27:09 -05:00
Jimmy Brisson
b384834db5
Print macros in a readable way
2018-04-09 09:26:11 -05:00
Jimmy Brisson
aac1099858
Simplify config param printing logic
2018-04-09 09:25:38 -05:00
Jimmy Brisson
cdb4e98df3
Remove needless _exit call
2018-04-09 09:25:18 -05:00
Jimmy Brisson
498afc97fa
Cleanup get_config imports
2018-04-09 09:23:15 -05:00
Kevin Bracey
96610a6aed
LoRa: Improved region macro handling
2018-04-09 15:22:48 +03:00
Teemu Kultala
328919c852
cellular: doxygen correction
2018-04-09 14:09:44 +03:00
Teemu Kultala
d7960620b6
cellular: ATHandler send delay
2018-04-09 13:46:40 +03:00
Antti Kauppila
1a86bb3604
Removed default values from internal functions
...
- Also removed useless else from loraphy_target.h
2018-04-09 13:30:08 +03:00
Joris Aerts
9e06a3047b
Change detault output_ext for LPC11C24 to hex (for flashmagic)
2018-04-09 11:27:00 +02:00
Antti Kauppila
db167af3c1
LoRa: Fixed doxygen error, enabled commented out code
2018-04-09 11:48:03 +03:00
bcostm
63b56d5ffc
DISCO_F769NI: set clock_source to USE_PLL_HSE_EXTC
2018-04-09 10:17:42 +02:00
Antti Kauppila
fa062fff76
LoRa: Moved connect logic from LoRaWANStack to LoRaMac class
...
- Internal change only
2018-04-09 11:10:40 +03:00
Antti Kauppila
1310392d1b
LoRa: Removed unneeded function and cleaned up some code
2018-04-09 11:10:40 +03:00
Antti Kauppila
d1bbd21e01
LoRa: Improved handling of region selection
...
- This implements IOTCELL-697
- This touches API, but does not break it, old ones still work in a same manner!
2018-04-09 11:10:40 +03:00
ccli8
571e89048f
[Nuvoton] Remove dead code with '#if 0' in SPI
2018-04-09 09:33:52 +08:00
Christopher Haster
876603004e
Fixed Travis rate-limit issue with Github requests
...
Using credentials avoids rate-limiting based on Travis's IP address
2018-04-07 13:04:47 -05:00
Jimmy Brisson
192a8e5094
Merge pull request #6530 from theotherjimmy/exclude-dot-files
...
Exclude files like `.main.cpp` from builds
2018-04-06 10:45:26 -05:00
Jimmy Brisson
89301b1a0e
Merge pull request #6552 from theotherjimmy/error-invalid-lib
...
Error on invalid mbed_lib JSON
2018-04-06 10:44:00 -05:00
Martin Kojtal
83100d20a5
Merge pull request #6497 from bcostm/PULL_REQUEST_CUBE_UPDATE_L1_V1.8.1
...
STM32L1: Update ST HAL driver to CubeL1 V1.8.1
2018-04-06 17:11:14 +02:00
Laurent MEUNIER
ad4a250292
Style fix
2018-04-06 17:03:53 +02:00
Martin Kojtal
65ac615d2d
Merge pull request #6557 from AnttiKauppila/IOTCELL-754
...
LoRa: Fixed cflist decoding issue
2018-04-06 16:40:18 +02:00