Commit Graph

17291 Commits (mbed-os-5.9)

Author SHA1 Message Date
Cruz Monrreal 949cb49ab0
Merge pull request #8035 from ARMmbed/release-candidate
Release candidate for mbed-os-5.9.7
2018-09-09 22:52:09 -05:00
adbridge 3a72d7b749 Update Mbed version block 2018-09-07 17:29:01 +01:00
Jimmy Brisson 107dbe9afb SImplify linkerscirpt usage
Avoids assigning to things that we can't assign
2018-09-07 17:28:57 +01:00
MateuszM 38652c8a61 Fix for issue #7707 PwmOut inverted
since obj->sequence = &obj->pulse
and most significant bit of sequence denotes the polarity, we should set it.
2018-09-07 17:28:57 +01:00
MateuszM e93472c2c3 Fix for issue #7743 NRF52 Cannot initialize PWM
Deleted lines that caused the problem. Note that, in nrf_drv_pwm_init there are lines that check if pwm instance is already running, so we don't even need to check it in nordic_pwm_init.
nrf_drv_uninit should be used in nordic_pwm_restart.
2018-09-07 17:28:57 +01:00
Mahesh Mahadevan fbfa1aa7fb MIMXRT1050_EVK: Update SPI HAL driver
Use a different SDK API to write to the SPI Bus

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-09-07 17:28:57 +01:00
Jarno Lamsa 7fd1bdf353 Add tests for synchronous dns 2018-09-07 17:28:57 +01:00
Ari Parkkila a4214b259a Cellular: Fixed AT+COPN 2018-09-07 17:28:57 +01:00
Thomas Kemmer c95cfd8cef Remove unused cmsis includes. 2018-09-07 17:28:57 +01:00
Juha Ylinen 257df50d6a Update Greentea EMAC tests
Increase timeout for EMAC tests. Old timeout (600 seconds) was not
enough for slower devices to complete the tests.

Check that connection was successful when running test case
emac_test_initialize.
2018-09-07 17:28:57 +01:00
Aashish chaddha 7959873045 ifndef some macros to allow overriding during compilation or be able to get some warnings during redefinition 2018-09-07 17:28:57 +01:00
Ben Cooke 440983f3fd Increase max func exec time to allow slower sys clock 2018-09-07 17:28:57 +01:00
ben 08414e8ea2 enable MOTE_L152 for OS5 2018-09-07 17:28:57 +01:00
Andrew Leech 577cb8d8b1 NRF5x: Fix config of LFCLK source / settings. 2018-09-07 17:28:57 +01:00
David Saada 5b47136125 When stack stats enabled, prevent exceptions if memory allocations fail 2018-09-07 17:28:57 +01:00
Amanda Butler dc54ac7c86 Copy edit EventQueue.h
Copy edit file for consistent capitalization, tense and voice.
2018-09-07 17:28:57 +01:00
kegilbert 3d1c2596f5 Final cleanup of eventqueue doxy comments 2018-09-07 17:28:57 +01:00
kegilbert 1ae9ce9ecc Finish basic examples for all eventqueue methods 2018-09-07 17:28:57 +01:00
kegilbert 693f0bdf88 Add inline doxy examples for eventqueue method calls 2018-09-07 17:28:57 +01:00
kegilbert 5422eb5cac Patch EventQueue doxygen to remove templatewall
In the doxygen only segment define generic function declarations for the docs

Finished initial rework, pending TODOs for param comments
2018-09-07 17:28:57 +01:00
Timo Urhonen 7278d1d672 Updated file comment 2018-09-07 17:28:57 +01:00
Timo Urhonen 5e477d2078 Modified Jenkinsfile into one-liner format. 2018-09-07 17:28:57 +01:00
Jiwon Yune 752f667b8d fixed errors related to MAX32625_NO_BOOT 2018-09-07 17:28:57 +01:00
Jiwon Yune da386b11c4 SDT8195B removed 2018-09-07 17:28:57 +01:00
Jiwon Yune ec47853b86 Generic pin names added 2018-09-07 17:28:57 +01:00
Jiwon Yune 1701943077 SDT64B in targets.json simplified 2018-09-07 17:28:57 +01:00
Jiwon Yune 0a3caa01ed SDT52832B added 2018-09-07 17:28:57 +01:00
Jiwon Yune b1558ec4e0 SDT51822B added 2018-09-07 17:28:57 +01:00
Jiwon Yune 31b7eb1676 SDT32625B added 2018-09-07 17:28:57 +01:00
Jiwon Yune 480333f602 SDT32620B added 2018-09-07 17:28:57 +01:00
Jiwon Yune 91eda522cd SDT8195B added 2018-09-07 17:28:57 +01:00
Jiwon Yune f443a78646 SDT64B added 2018-09-07 17:28:57 +01:00
Martin Kojtal 0fdfcf7350
Merge pull request #7874 from ARMmbed/release-candidate
Release candidate for mbed-os-5.9.6
2018-08-24 11:00:14 +02:00
Arto Kinnunen 13ac199675 Squashed 'features/nanostack/sal-stack-nanostack/' changes from 82bbdcc..3abd82e
3abd82e Merge branch 'release_internal_v8.1.1' into release_external_v8.1.1
f2ca069 Update apache license to config-files (#1781)
b2179ee Rename cfg-files to h-files (#1780)

git-subtree-dir: features/nanostack/sal-stack-nanostack
git-subtree-split: 3abd82e07a733fbb84e786f138541b5a0ef50c26
2018-08-23 19:55:01 -05:00
David Saada 93b3991cc0 RTOS threads test: Handle out of memory cases 2018-08-23 19:13:46 -05:00
Mahesh Mahadevan 5023f48729 MIMXRT1050: Fix I2C Byte transfer functions
1. Added a flag to issue START command
2. Do not send START command inside i2c_start function as
   the LPI2C hardware will issue a STOP on reception
   of a NACK
3. Remove the i2c_address global variable, this is not
   required

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-08-23 19:11:02 -05:00
kert 31309e3923 Add combined hex target to CMake 2018-08-23 19:11:02 -05:00
Kimmo Vaisanen 6ce5e1a1b6 Lora: Fix join-response failure handling
Thix commit fixes a bug where stack was resending join-accept already
after RX1 if received join-response was invalid.

Stack should wait for RX2 before resending the join-accept.
2018-08-23 19:06:58 -05:00
jeromecoutant 838a69d695 STM32 : update LPTICKER_DELAY_TICKS value
- decreased to 1 for low freq targets
- removed for high freq targets
- not changed for targets with LPTIM
2018-08-23 19:06:58 -05:00
jeromecoutant c158112225 STM32 RTC : remove compilation warning with unused variable 2018-08-23 19:06:16 -05:00
jeromecoutant 09aac9b0d5 STM32 LPTICKER : RTC wake up timer is reset before settign a new one 2018-08-23 19:06:16 -05:00
Juha Ylinen 37404941a1 Nanostack: Fix return code for unsupported socket options 2018-08-23 19:06:14 -05:00
Steven 244c10d9b3 Fix stack size for LwIP on EFM32GG11
Typo in the config file made the LwIP stack way too small on EFM32GG11 STK3701 target. Additionally, the EMAC thread stack was slightly too small when debug printing is on.
2018-08-23 19:06:12 -05:00
Mahesh Mahadevan d70f6ffb0c MIMXRT1050_EVK: Update the I2C driver
1. Remove the repeated_start flag and code as this is not needed
   for the LPI2C module
2. Enable the SION bit on the I2C pins
3. Enable 22K Pullup option of the I2C pins
4. Update the 0 byte write implementation to ensure the START
   command gets flushed out of the FIFO

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2018-08-23 19:06:11 -05:00
Hasnain Virk d5abbcbd8c unused variable warning in LoRaMac.h for release build
In release builds where MBED_ASSERT macro is syphoned off, we were hitting
an unused variable warning. To mitigate that we could direct the variable
used in MBED_ASSERT to void.
2018-08-23 19:06:09 -05:00
Simo Sillankorva f5ec83c076 Change NUCLEO_F303RE IAR Linker script heap size * Change the heap size value to be the stated 1/4 of the RAM. 2018-08-23 19:06:09 -05:00
Simo Sillankorva 2dc749f1db Add bootloader support for target NUCLEO_F303RE 2018-08-23 19:06:09 -05:00
jeromecoutant a6cf01f948 STM32L4 assert in SetSysClock replaced 2018-08-23 19:06:06 -05:00
jeromecoutant dbcaafe561 STM32L1 assert in SetSysClock replaced 2018-08-23 19:06:06 -05:00
jeromecoutant ae0872ed92 STM32L0 assert in SetSysClock replaced 2018-08-23 19:06:06 -05:00