Martin Kojtal
61f12b48ad
PR template: fix target update list
...
Not only new target, any target update goes to own section. This covers
target updates to SDK, HAL implementation, target list, etc.
All these go to patch releases.
2018-08-03 09:57:00 +01:00
Cruz Monrreal
8f7024a226
Merge pull request #7383 from davidsaada/david_flashiap_timing_test
...
FlashIAP: Add timing test
2018-08-02 23:08:54 -05:00
Cruz Monrreal
ae40a09036
Merge pull request #7508 from mprse/ticker_free
...
Ticker free() - requirements, pseudo code, tests, implementation
2018-08-02 23:05:14 -05:00
Cruz Monrreal
88316e87e7
Merge pull request #7660 from deepikabhavnani/namespace_fs_update
...
Remove inclusion of mbed.h and mbed namespace from filesystem code
2018-08-02 23:04:45 -05:00
David Saada
7cf5b3a008
FlashIAP: Add timing test
2018-08-02 18:39:07 +03:00
Cruz Monrreal
1023280bd9
Merge pull request #7676 from OpenNuvoton/nuvoton_organize_file_struct
...
Nuvoton: Organize file structure
2018-08-02 10:13:36 -05:00
Cruz Monrreal
e016d8d84d
Merge pull request #7675 from TomoYamanaka/improve_flashiap
...
Renesas : Improve Flash iap
2018-08-02 10:12:21 -05:00
Cruz Monrreal
4000e009c1
Merge pull request #7564 from wajahat-ublox/ublox_idle_mode
...
Cellular: Make ATHandler::cmd_start() virtual
2018-08-02 10:11:55 -05:00
Cruz Monrreal
952930c23f
Merge pull request #7495 from hasnainvirk/scheduling_failure_report
...
LoRaWAN: Reporting scheduling failures
2018-08-02 10:10:47 -05:00
Cruz Monrreal
2261ad29b4
Merge pull request #7374 from jarvte/fix_cellular_greentea
...
Cellular: fix greentea tests C027 and BG96
2018-08-02 10:09:51 -05:00
Przemyslaw Stekiel
2fe6b98922
tests-mbed_hal-common_tickers: use low level ticker API for time measuring.
...
In `ticker speed` test case execution time of ticker API functions is measured using Timer object. Test replaces original ticker handler for testing purposes, so test should not relay on higher level ticker based features(like Timer).
Use low level ticker API for time measuring.
2018-08-02 15:24:29 +02:00
Przemyslaw Stekiel
6eb66ccd7a
TESTS-MBEDMICRO-RTOS-MBED-SYSTIMER: include ticker_free() function in the ticker interface.
2018-08-02 09:48:36 +02:00
Przemyslaw Stekiel
6874fde3d3
TESTS-MBED_DRIVERS-TIMER: include ticker_free() function in the ticker interface.
2018-08-02 09:48:36 +02:00
Przemyslaw Stekiel
ace821017f
Add implementation of ticker_free() function to CI boards.
...
This PR provides implementation of ticker_free() function for the following boards:
ARCH_PRO
EV_COG_AD3029LZ
EV_COG_AD4050LZ
K22F
K64F
K82F
KW24D
KW41Z
LPC546XX
NRF51_DK
NRF52_DK
NUCLEO_F207ZG
NUCLEO_F401RE
NUCLEO_F429ZI
NUCLEO_F746ZG
REALTEK_RTL8195AM
2018-08-02 09:48:10 +02:00
Teppo Järvelin
b761e7b5a3
Cellular: fixed greentea tests C027 and BG96.
2018-08-02 08:10:32 +03:00
TomoYamanaka
04fcd33f15
Renesas : Improve Flash iap
...
I modified the _page_program() because when the request of the size exceeding the maximum size(256 byte) per one writing of Flash recieved, it was not able to loop the writing with sifting the address every 256 byte.
Also I modified the return value of flash_get_page_size() because I found that the minimum size per one writing of Flash is 1 byte by reviewing Flash spec.
"FLASH_PAGE_SIZE" macro's value is remain 256, it doesn't be used at flash_get_page_size(), used at _page_program() for refferencing of the maximum page size.
2018-08-02 13:48:56 +09:00
Cruz Monrreal
f9862b84e5
Merge pull request #7668 from bcostm/fix_cleanup_f7_hal_inittick
...
STM32F7: remove HAL_InitTick() declaration in us_ticker_data.h files
2018-08-01 21:42:22 -05:00
Cruz Monrreal
35fb35a3b2
Merge pull request #7661 from EnsilicaEdd/fix_lorawan_incomplete_connect
...
Clear CONN_IN_PROGRESS flag after incomplete connect()
2018-08-01 21:36:59 -05:00
Cruz Monrreal
4cab24f696
Merge pull request #7623 from theotherjimmy/reduce-includes
...
Tools: Omit include path parents when they're scan rules
2018-08-01 13:58:20 -05:00
Cruz Monrreal
7f73a6dddf
Merge pull request #7646 from theotherjimmy/fix-incr
...
Tools: Fix incrimental compile dep tracking
2018-08-01 12:32:43 -05:00
Cruz Monrreal
893c571066
Merge pull request #7664 from bmcdonnell-ionx/typo
...
fix comment copy/paste error
2018-08-01 09:32:50 -05:00
Cruz Monrreal
94d1b98d95
Merge pull request #7621 from 0xc0170/fix_cellular_style
...
cellular: astyle fix
2018-08-01 08:57:07 -05:00
Hasnain Virk
b07c3e791f
Reporting scheduling failures
...
It is quite possible that the user request for scheduling an uplink is deferred because of backoff or if it was a CONFIRMED message, a retry may take place on a different datarate and different channel.
We didn't have a hook for such deferred scheduling, telling the user whether the async rescheduling worked or not. This commit adds that capability and now we can tell the application if a scheduling failure took place after the original schedule request was accepted.
2018-08-01 16:28:00 +03:00
Martin Kojtal
d65e614a14
Merge pull request #7648 from davidsaada/david_init_ref_count
...
Add init reference count to all block devices
2018-08-01 15:06:57 +02:00
Martin Kojtal
d5f70f0d21
Merge pull request #7465 from davidsaada/david_tests_not_enough_memory
...
Skip a few tests if not enough memory can be allocated for them
2018-08-01 15:03:45 +02:00
Martin Kojtal
b74a1ddf0d
Merge pull request #7552 from TomoYamanaka/feature-lp-ticker
...
Renesas: Add LPTICKER
2018-08-01 15:01:30 +02:00
Martin Kojtal
9df48f561b
Merge pull request #7606 from bcostm/PULL_REQUEST_CUBE_UPDATE_F1_V1.6.1
...
STM32F1: update to CubeF1 V1.6.1
2018-08-01 15:00:21 +02:00
Martin Kojtal
03ad9d63ec
Merge pull request #7620 from kivaisan/fix_cancel_sending
...
Lora: Fix cancel_sending
2018-08-01 15:00:04 +02:00
Martin Kojtal
2ec99158ef
Merge pull request #7642 from ashok-rao/SPI_CS_fix
...
Changing default SPI CS pin to SD card on MTB
2018-08-01 14:57:26 +02:00
Martin Kojtal
1a7ff86a7a
Merge pull request #7655 from mikaleppanen/emac_gt_rm_emac_check
...
Remove device emac check from emac greentea tests
2018-08-01 14:56:35 +02:00
Martin Kojtal
c6aeaf0e52
Merge pull request #7658 from KariHaapalehto/update_wiced
...
Add default interface for wiced WiFi.
2018-08-01 14:55:53 +02:00
Wajahat Abbas
dfc8ca91fa
made destructor virtual as class has a virtual method now
2018-08-01 16:59:18 +05:00
ccli8
6909159420
[Nuvoton] Organize file structure
...
This re-organization is to avoid duplicates regarding targets of the same MCU series.
2018-08-01 18:00:16 +08:00
bcostm
2c96c5d270
STM32F7: remove HAL_InitTick() declaration in us_ticker_data.h files
2018-08-01 09:56:39 +02:00
Brendan McDonnell
b2480d6281
fix comment copy/paste error
2018-07-31 18:14:31 -04:00
Cruz Monrreal
63f62165d8
Merge pull request #7565 from OpenNuvoton/nuc472_emac_rst
...
Nuvoton: Fix NUC472 SD-Host HW IP reset definition
2018-07-31 11:44:01 -05:00
Cruz Monrreal
f4a804fff1
Merge pull request #7653 from anttiylitokola/master
...
Update mbed-coap version to 4.5.1
2018-07-31 11:41:56 -05:00
David Saada
235f175cba
Add init reference count to all block devices
2018-07-31 19:41:55 +03:00
Cruz Monrreal
4e0a076612
Merge pull request #7641 from hasnainvirk/abp_armc6_fix
...
LoRaWAN: Fixing incorrect NetID causing ABP Failures
2018-07-31 11:41:34 -05:00
Cruz Monrreal
4e6942fef1
Merge pull request #7632 from deepikabhavnani/remove_print
...
Remove debug print
2018-07-31 11:41:15 -05:00
Cruz Monrreal
41bd4c48b9
Merge pull request #7628 from SenRamakri/sen_RtxEvrOptimization
...
Optimize the configuration for RTX evr events
2018-07-31 11:40:03 -05:00
Cruz Monrreal
642fb9cc2c
Merge pull request #7622 from nismad01/myfix
...
MPS2 platform: Enable interrupt on rx for UART
2018-07-31 11:39:50 -05:00
Cruz Monrreal
b8a2a461cf
Merge pull request #7545 from SenRamakri/sen_StackMaxStackIssue
...
Fix for Thread::max_stack not returning right value when OS_STACK_WATERMARK is enabled
2018-07-31 11:37:15 -05:00
Cruz Monrreal
d65abb662f
Merge pull request #7289 from mikaleppanen/odin_iar_heap_inc
...
On STM32F439xI IAR linker file decreased stack size and increased heap
2018-07-31 11:36:52 -05:00
Cruz Monrreal
cf84b05473
Merge pull request #6985 from OpenNuvoton/nuvoton_fix_rtosless_heap
...
Fix heap base/limit error with ARM_LIB_STACK/ARM_LIB_HEAP in RTOS-less
2018-07-31 11:36:42 -05:00
deepikabhavnani
079b751df5
Remove inclusion of mbed.h and mbed namespace from filesystem code
2018-07-31 11:24:42 -05:00
Edd Inglis
88b2858af4
An incomplete connect (either abandoned with a disconnect() or just
...
failed of its own accord) would prevent futher connect()'s due to the
CONN_IN_PROGRESS_FLAG remaining set. This change clears that flag in
the two cases described.
2018-07-31 17:01:54 +01:00
Kari Haapalehto
83c8571e68
WiFiInterface::get_target_default_instance() added to TARGET_WICED.
2018-07-31 15:54:20 +03:00
Martin Kojtal
85ef7a008f
cellular: fix tests that astyle breaks
...
Ignore TEST_GROUP by AStyle. As this uses macro, is not visible to formatter.
By default, it assumes it is a function and treats methods as blocks inside a
function (inlined {}). We ignore it.
We might just not format UNITTESTS in the future if we face similar issues
in the future.
2018-07-31 13:15:57 +01:00
TomoYamanaka
87496df078
Add the clear process of "inited" flag in lp_ticker_free()
...
I added "lp_ticker_inited = 0" in lp_ticker_free() of lp_ticker.c, so
re-initialization will work.
2018-07-31 19:22:04 +09:00