Commit Graph

15008 Commits (41050c13ddb47e01cbfff6648093a35cc07085cc)

Author SHA1 Message Date
Christopher Haster 41050c13dd Fixed Travis rate-limit issue with Github requests
Using credentials avoids rate-limiting based on Travis's IP address
2018-04-20 15:31:55 +01:00
Jimmy Brisson b2ace0485b Remove MPS2 M1
There's not a port
2018-04-20 15:31:55 +01:00
Wilfried Chauveau 12eaf402c9 add ADC_AN0-2 mapped on PA_0-2 2018-04-20 15:31:55 +01:00
Netanel Gonen a4f44c4f1c replace tab with spaces 2018-04-20 15:31:55 +01:00
Netanel Gonen f3afbae28e remove MODULE_UBLOX_ODIN_W2 from targets.json
remove this target from json file as this is not a real target
 but a parent target

fix error removing the target
2018-04-20 15:31:55 +01:00
Teemu Kultala 6a5cd54ac4 cellular: doxygen correction 2018-04-20 15:31:55 +01:00
Teemu Kultala cd2477fb6f cellular: ATHandler send delay 2018-04-20 15:31:55 +01:00
Krzysztof Stachowiak 1a529090de Move the new check into the end of the previous line 2018-04-20 15:31:55 +01:00
Krzysztof Stachowiak 0b402f9044 Add an NV_SEED test to the config adjustment script 2018-04-20 15:31:55 +01:00
Jimmy Brisson 0e49953dc3 Correct armc6 detection logic 2018-04-20 15:31:55 +01:00
Thomas Sailer f60cc145aa generate .mbedignore files in bin and obj to prevent mbed compile from getting confused 2018-04-20 15:31:55 +01:00
Thomas Sailer b0ed38113d proper compile flags for Release target; add fib/trim files to .mbedignore so mbed compile doesn't pick them up 2018-04-20 15:31:55 +01:00
Thomas Sailer 60becff3e3 exporter: properly export libraries 2018-04-20 15:31:55 +01:00
Thomas Sailer 0b11c62005 skip -c, sort compiler options and file list 2018-04-20 15:31:55 +01:00
Thomas Sailer 73a52ebf5b copy ncs36510addfib.py into project root, because it cannot be relied to be accessible in the template directory 2018-04-20 15:31:55 +01:00
Thomas Sailer e006e279f8 remove NCS36510 specific changes from this branch 2018-04-20 15:31:55 +01:00
Thomas Sailer ff488cf6fb some modifications from review 2018-04-20 15:31:55 +01:00
Thomas Sailer da353a6adb Code::Blocks project file exporter 2018-04-20 15:31:55 +01:00
Laurent MEUNIER 49468021e0 Style fix 2018-04-20 15:31:55 +01:00
Laurent MEUNIER 55f1851199 Add delay to let clock stabilize when out of deep sleep
Tests have shown that there is hich-up on MSI clock during the setup phase.
If this stabilization phase happens when application has restarted again
this can have side effects, like grambled UART characters typically.

So we're adding a delay before hading-over back to application.

With this modification, on NCULEO_L476RG, the wake-up time is increased
from 2ms to 2,5ms.
If possible this should be improved in the future to save 500 microseconds
of wak-up time.  See TODO
2018-04-20 15:31:55 +01:00
Laurent MEUNIER ad411b99f8 Use temporarily MSI or HSI when exiting Deep Sleep
There are cases where HW registers are found in unpexcepted state when
exiting Deep Sleep only few micro-seconds after it was entered.

By using an internal clock that does not depend on anythin and clocking
the system without using PLL, this allows SetSysClock default configuration
to run fine whatever possible configuration we find the HW in when
exiting Deep Sleep.

Also we shall restore interrupts only after all cloks are back to
expected running state.
2018-04-20 15:31:55 +01:00
Ashok Rao 4dbd77a166 Remove irrelevant comments 2018-04-20 15:31:55 +01:00
Ashok Rao bb56e152d3 Adding USI WM-BN-BM-22 as a new target 2018-04-20 15:31:55 +01:00
Keyur Hariya d2fd74bb83 Fix assembly file extension 2018-04-20 15:31:55 +01:00
Keyur Hariya 5282d37a6b Add new target 2018-04-20 15:31:55 +01:00
Martin Kojtal f9ee4e849f
Merge pull request #6579 from ARMmbed/release-candidate
Release candidate for mbed-os-5.8.2
2018-04-10 14:36:34 +02:00
Kimmo Vaisanen 153b137953 Lora: Fix resetting of max_eirp and antenna_gain values
This is a fix for issue #6391

max_eirp and antenna_gain are floating point variables. Values of these
were incorrectly read from MIB as integer and therefore incorrect values
were set.
2018-04-09 15:06:27 +01:00
adbridge db78710240 Update Mbed version block for patch release 2018-04-09 15:00:51 +01:00
Jimmy Brisson 42a51efbe6 Error on invalid mbed_lib JSON 2018-04-09 15:00:48 +01:00
bcostm 6d8cb38aad Update stm32l151xba.h 2018-04-09 15:00:48 +01:00
bcostm e513e64e42 STM32L1: allow redefinition of FLASH_SIZE macro 2018-04-09 15:00:48 +01:00
bcostm 97676e40cd Fix typos causing ARM build error 2018-04-09 15:00:48 +01:00
bcostm 54045323fc L1 ST CUBE V1.8.1 2018-04-09 15:00:48 +01:00
Antti Kauppila aa65a10e06 LoRa: Fixed cflist decoding issue
- This fixes defect IOTCELL-754
2018-04-09 15:00:48 +01:00
Max Payne 9b4491c14d Fix IPv4 address parsing due to not-so-portable scanf modifier
Bug is raised when using newlib-based toolchains.
%hh format is only avaliable in scanf if newlib is compiled
with _WANT_IO_C99_FORMATS option.
2018-04-09 15:00:48 +01:00
Deepika 0c950a6589 Default constructor for template class should be part of header file 2018-04-09 15:00:48 +01:00
Deepika cc7e16cefe Added test for MbedCRC.h 2018-04-09 15:00:48 +01:00
Edmund Hsu 81445a017c Fix EV_COG_AD3029LZ `us_ticker_fire_interrupt()` minimal time interval
- ensure us_ticker_irq_handler() is called only when GP2 timer expires
- set us_ticker_set_interrupt() time interval to be 9.846 us
- set us_ticker_fire_interrupt() time interval to be 0.03846 us
2018-04-09 15:00:48 +01:00
Edmund Hsu 9bc9f2fd9e Fix EV_COG_AD4050LZ `us_ticker_fire_interrupt()` minimal time interval
- ensure us_ticker_irq_handler() is called only when GP2 timer expires
- set us_ticker_set_interrupt() time interval to be 9.846 us
- set us_ticker_fire_interrupt() time interval to be 0.03846 us
- convert tab to space
2018-04-09 15:00:48 +01:00
Senthil Ramakrishnan 07ea79cc59 Fix doxygen comments to reflect the deprecated functions 2018-04-09 15:00:48 +01:00
Antti Yli-Tokola 5b7e67e098 Update mbed-coap to version 4.4.1
- Fixes error: IOTCLT-2539 Block wise messaging call-backs not working logically
- Allow TCP+TLS transport method to send larger messages without blockwising.

NOTE! These are internal changes required for cloud client. This has no direct relevance to any mbed-os functionality.
2018-04-09 15:00:48 +01:00
Olli-Pekka Puolitaival 204aa9f36c Test line-ending problems 2018-04-09 15:00:48 +01:00
Russ Butler 62626649f7 Fix deep sleep locking for Timeout class
Detach in the Timeout::handler so deep sleep is properly unlocked.
2018-04-09 15:00:48 +01:00
Marcus Chang de417d6487 Inrease thread stack size to 1024 bytes in NVStore test for NRF52 2018-04-09 15:00:48 +01:00
Jimmy Brisson 42eda19e76 Move Mbed 5 support check so that it affects the exporters 2018-04-09 15:00:48 +01:00
Wilfried Chauveau 14558c6793 add IAR to the supported toolchain 2018-04-09 15:00:48 +01:00
Wilfried Chauveau 23ba0441d4 fix device name (an mixed tab/space) 2018-04-09 15:00:48 +01:00
Wilfried Chauveau ea42e6d157 add the target to travis build script & sw4stm32 export script. 2018-04-09 15:00:48 +01:00
Wilfried Chauveau c9e37d984e switch to stm32l151cb-a & work around flash size field width. 2018-04-09 15:00:48 +01:00
Wilfried Chauveau 9602e1d2ec add RF_TXCO_EN on PH1 and set HSI calibration to its default value 2018-04-09 15:00:48 +01:00