Senthil Ramakrishnan
07a6ab0864
Fix for filename capture not working
2018-05-31 10:39:58 -05:00
Cruz Monrreal
dbc42f696a
Merge pull request #7031 from OpenNuvoton/nuvoton_5.9_rtc
...
Nuvoton: Adhere to reworked RTC spec to release with Mbed OS 5.9
2018-05-31 10:12:50 -05:00
Cruz Monrreal
26b5f9782f
Merge pull request #7005 from kivaisan/loraradio_tests
...
Lora: Add greentea tests for LoRaRadio API
2018-05-31 10:12:05 -05:00
Cruz Monrreal
98a27a687f
Merge pull request #7054 from VeijoPesonen/gethostbyname_empty_hostname_check
...
gethostbyname must reject empty name
2018-05-31 10:11:00 -05:00
Veijo Pesonen
3e6bc32df6
Makes UDPSOCKET_SENDTO_INVALID part of the netsocket extended test set
2018-05-30 12:17:53 +03:00
Veijo Pesonen
aafeef7401
gethostbyname won't accept empty name
...
Considers both versions - synchronous and asynchronous. Earlier the
underlying stack was trusted to do this check.
2018-05-30 12:07:07 +03:00
Cruz Monrreal
24cebbaec3
Merge pull request #7016 from mikaleppanen/async_dns_corr
...
Corrected asynchronous DNS functionality
2018-05-29 10:48:17 -05:00
Cruz Monrreal
19fb80442d
Merge pull request #7035 from mprse/ticker_fix
...
tests-mbed_hal-common_tickers: Fix increment test case implementation
2018-05-29 10:44:57 -05:00
Cruz Monrreal
231f4cf9c1
Merge pull request #7034 from TomoYamanaka/master
...
Fix redeclaration of type name "bool_t" for Renesas
2018-05-29 10:44:29 -05:00
Cruz Monrreal
0f41831afd
Merge pull request #7033 from AriParkkila/cellular-at-fix
...
Cellular: Fix AT URC handler not to dismiss incoming chars
2018-05-29 10:44:00 -05:00
Cruz Monrreal
cb3f8a5ad3
Merge pull request #7022 from marcuschangarm/fix-gpio
...
Fix array overflow in gpio configuration code for NRF5x
2018-05-29 10:43:23 -05:00
Cruz Monrreal
1b168b6717
Merge pull request #7020 from marcemmers/iar-add-stm32l433
...
Add STM32L433RC to IAR exporter definitions
2018-05-29 10:42:43 -05:00
Cruz Monrreal
7418260b78
Merge pull request #7014 from KariHaapalehto/interface_check
...
Add check for _interface
2018-05-29 10:42:19 -05:00
Cruz Monrreal
b70f6e056d
Merge pull request #7011 from mharringADI/fix-cces-export-float-abi
...
Fixed float-abi linker option for CCES exporter.
2018-05-29 10:41:34 -05:00
Cruz Monrreal
42b3ef7bd5
Merge pull request #6991 from amq/efm32-universal-rtx
...
EFM32: make mbed_rtx.h depend of families instead of targets
2018-05-29 10:39:27 -05:00
Cruz Monrreal
88d863aaeb
Merge pull request #6984 from stevew817/'efm32_irq_bugfix'
...
EFM32 IRQ handling fix
2018-05-29 10:38:55 -05:00
Cruz Monrreal
1a0c2d0600
Merge pull request #6970 from stevew817/efm32_flash_bugfix
...
Fixes to EFM32 port
2018-05-29 10:38:30 -05:00
Cruz Monrreal
206cab97ac
Merge pull request #6965 from mirelachirica/fix_unittests
...
Cellular: Unit tests fixes
2018-05-29 10:37:35 -05:00
Cruz Monrreal
fe43377939
Merge pull request #6947 from evva-sfw/hotfix/EFM32PG12_STK3402_Expansion_Header
...
EFM32PG12_STK3402 - Correct wrong Expansion-Header pin namings
2018-05-29 10:36:31 -05:00
Cruz Monrreal
917fe08752
Merge pull request #6928 from jarvte/fix_cellular_connect_disconnect
...
Cellular: Fixed con-disc sequence can now be called multiple times.
2018-05-29 10:36:11 -05:00
Kimmo Vaisanen
4ba82c0892
Lora: Add greentea tests for LoRaRadio API
...
This LoRaRadio test set adds basic tests which can be run with a single HW.
2018-05-29 15:00:49 +03:00
ccli8
6065e3a943
[Nuvoton] Fix RTC cannot cross reset cycle
2018-05-29 17:22:02 +08:00
ccli8
ee7efb556d
[Nuvoton] Add back RTC to device_has target configuration
2018-05-29 10:37:03 +08:00
ccli8
2cefe7d8d5
[Nuvoton] Power down RTC access from CPU domain in rtc_free
...
After rtc_free, RTC gets inaccessible from CPU domain but keeps counting.
2018-05-29 10:33:01 +08:00
Martin Kojtal
5d8570be39
Merge pull request #7030 from kjbracey-arm/emac_ppp_fix
...
Fix lwIP PPP glue
2018-05-28 15:19:12 +02:00
Przemyslaw Stekiel
12be24c98c
tests-mbed_hal-common_tickers: Fix increment test case implementation
...
In case when base tick count is different than next tick count check first if the difference is equal to 1 tick (this is what we are looking for) if not then decrease the tick count.
Repeat counting process few times before incrementing the number of cycles in case when base tick count is equal to next tick count.
2018-05-28 12:39:09 +02:00
Martin Kojtal
501a7b6949
Merge pull request #7009 from bulislaw/merge_feature_branches_for_5.9
...
Bring in improved HAL APIs to master
2018-05-28 12:31:14 +02:00
TomoYamanaka
f34857792a
Fix redeclaration of type name "bool_t"
...
I fixed redeclaration of type name "bool_t" for target Renesas because this typedef has been defined in rtx_core_ca.h by #6273 .
2018-05-28 18:55:13 +09:00
Ari Parkkila
c8287e5470
Cellular: Fix AT URC handler not to dismiss incoming chars
2018-05-28 10:32:14 +03:00
Kevin Bracey
cedbf72a3b
Fix lwIP PPP glue
...
EMAC changes broke PPP glue - fix it up. In particular, PPP steals
the netif->state pointer, so we can't use it as a back pointer to
our LWIP::Interface.
2018-05-28 10:30:42 +03:00
Bartek Szatkowski
4ae6491fd5
Disable sleep tests as they are unstable
2018-05-27 23:31:20 -05:00
Bartek Szatkowski
a1ff22d439
Disable FLASH algo for AD boards
2018-05-27 23:31:20 -05:00
Bartek Szatkowski
dc6ad34994
Disable FLASH for AD boards as they fail the tests intermittently
2018-05-27 23:31:20 -05:00
Bartek Szatkowski
817bf0b092
Disable intermittently failing sleep test
2018-05-27 23:31:20 -05:00
Bartek Szatkowski
1224b3894d
Disable RTC on MAX32630FTHR due to failing tests
2018-05-27 23:31:20 -05:00
Cruz Monrreal
9c62ea311d
Merge pull request #7023 from adbridge/master
...
Add new examples to example list for CI.
2018-05-25 20:27:51 -05:00
Cruz Monrreal
e3aa140aaa
Merge pull request #6981 from yogpan01/master
...
Remove ns_event_loop_thread_start() from NDInterface and ThreadInterface connect()
2018-05-25 16:51:04 -05:00
Cruz Monrreal
d597a8b3f3
Updated blockdevice example to target only K64F
2018-05-25 15:23:26 -05:00
Cruz Monrreal
45dc00dfaa
Merge pull request #6665 from VeijoPesonen/greentea_netsocket_more_tests
...
Greentea netsocket more tests
2018-05-25 15:20:17 -05:00
Bartek Szatkowski
195ef38618
Fix missmatch between targets.son
2018-05-25 13:59:04 -05:00
Jesse Marroquin
11d418b749
mbed-os v5.9 RTC implementation
2018-05-25 13:06:56 -05:00
Bartek Szatkowski
7624a6625c
Sleep was not ported to MAX32630FTHR
2018-05-25 13:06:56 -05:00
Bartek Szatkowski
7dbd025ba1
NRF52 is not compatible with new RTC HAL spec
2018-05-25 13:06:56 -05:00
Bartek Szatkowski
a305d849a8
Rename LOWPOWERTIMER to LPTICKER
2018-05-25 13:06:56 -05:00
Przemyslaw Stekiel
500be1fbac
Fix tolerance definition in ticker tests.
2018-05-25 13:04:23 -05:00
Martin Kojtal
e1fc81dc41
max32600: fix lp ticker functions - do not inline
...
Wrong linkage specified, causing build to fail.
2018-05-25 13:04:23 -05:00
Martin Kojtal
73de4e6e48
efm32: remove unused undefined function from rtc
2018-05-25 13:04:23 -05:00
Martin Kojtal
6781ee88cd
maxim: fix rtc if lp ticker not defined
...
lp ticker handler defined only if lp ticker is defined. In case not,
use only overflow, rtc0 not used.
2018-05-25 13:04:23 -05:00
Bartek Szatkowski
9b53c1e9e1
Fix target definition for Odin boards
2018-05-25 13:04:23 -05:00
Bartek Szatkowski
b9814fae9b
Fix missmatch between feature branches and new CMSIS
2018-05-25 13:04:23 -05:00