Martin Kojtal
965f15da82
Merge pull request #9231 from kjbracey-arm/critical_volatile
...
critical sections: remove unnecessary volatile
2019-01-07 16:26:38 +00:00
Martin Kojtal
8c55b0a5d2
Merge pull request #9239 from VeijoPesonen/events_shared-stacksize_2K
...
Increases events.shared-stacksize to 2K
2019-01-07 16:20:44 +00:00
deepikabhavnani
7e5e5361bf
Use mbed_error_printf instead of debug for ISR friendly prints
...
Internally in sleep tracing `debug` was used for trace prints, but
all sleep API's are ISR safe and used in interrupts. This resulted in
hardfaults / errors.
Solution is to use `mbed_error_printf` instead for printing on UART
2019-01-07 10:09:20 -06:00
Yossi Levy
71afcf6c40
Adding return MBED_ERROR_UNSUPPORTED in _storage_config_default if no component is defined.
2019-01-07 16:50:06 +02:00
Yossi Levy
bdeb54592f
This commit fixes an issue in which boards with FlashIAP block device enabled fails the FlashIAP block device tests exists under the component directory. That's because they have no start address and size configured in the mbed_lib.json file. In order to simplify the test for targets with no definitions in the mbed_lib.json, the test will calculate the start address as the first sector after the application ends and up to the max size available.
2019-01-07 15:20:58 +02:00
Martin Kojtal
0eabafa551
Merge pull request #9135 from yossi2le/yossi_get_type_for_bd
...
Get type for BlockDevice
2019-01-07 12:26:29 +00:00
Martin Kojtal
4ec7dd722d
Merge pull request #9251 from hasnainvirk/randomizing_join_retrial
...
LoRaWAN: Randomizing backoff for Join process
2019-01-07 10:24:30 +00:00
Martin Kojtal
6fd0eea7db
Merge pull request #9267 from orenc17/astyleignore_fix
...
Fix travis astyle usage of .astyleignore
2019-01-07 09:28:35 +00:00
Kari Haapalehto
7068e456dd
Correcting the error-case trace from mesh-api interfaces
2019-01-07 10:48:46 +02:00
heejungPark
4f3c50b87e
Added TARGET_SDT64B, a bootloader file on SDT64B
2019-01-07 10:52:34 +09:00
David Saada
72f6f6c92f
TDBStore: Perform garbage collection on failed writes
...
Partial writes may turn storage unusable. GC clears this scenario.
2019-01-06 15:03:40 +02:00
Oren Cohen
05f4a1867f
Fix travis astyle usage of .astyleignore
2019-01-06 14:23:22 +02:00
offirko
a270cffe39
reduce info traces to debug level to prevent logs overflow
2019-01-06 12:11:30 +02:00
Cruz Monrreal
90fd6cdf27
Merge pull request #9252 from jeromecoutant/PR_L4VBAT
...
STM32L4 ADC : power optimisation for VBAT channel
2019-01-04 11:36:10 -06:00
Cruz Monrreal
c580260504
Merge pull request #9114 from cmonr/astyle-simplification
...
Simplified astyle travis test to be easier to reason about
2019-01-04 11:35:12 -06:00
Cruz Monrreal
2352e18b5d
Merge pull request #9249 from ithinuel/disco_f469ni_bootloader
...
add bootloader support to the DISCO_F469NI
2019-01-04 10:32:53 -06:00
Cruz Monrreal
54f759176b
Merge pull request #9210 from AnttiKauppila/mbed_h_fix
...
mbed.h includes removed
2019-01-04 10:27:30 -06:00
Cruz Monrreal
a857e95872
Merge pull request #9056 from bcostm/add_NUCLEO_H743ZI
...
NUCLEO_H743ZI: add new platform
2019-01-04 10:27:14 -06:00
Cruz Monrreal II
2ef6fe314f
Add back statements adding ppa repos...
2019-01-04 10:21:17 -06:00
Senthil Ramakrishnan
3e6dafa71a
Removed extra space
2019-01-04 09:33:33 -06:00
Senthil Ramakrishnan
f10ed4b286
Add more information to error url to enhance error analytics
2019-01-04 09:24:31 -06:00
jeromecoutant
ef2fcebf57
STM32 L0 & L1: FLASH is EEPROM
2019-01-04 15:37:16 +01:00
Veijo Pesonen
30a1dd8090
Increases events.shared-stacksize to 2K
...
ESP8266 driver started to use global event queue to handle some AT
parsing and call Socket::sigio() events. It turned out that when
running DNS tests, or Pelion Client, the stack space (1kB) is not
enough for the purpose.
Therefore we propose that this is raised to 2kB, as the assumption
is that event loop should allow as equivalently complex code than
any other threads.
In Mbed OS, the default Thread stack size is 4kB, but we assume 2kB
to be enough for non-blocking event purposes.
2019-01-04 14:35:46 +02:00
Wilfried Chauveau
bbb9de7c87
add bootloader support to the DISCO_F469NI
2019-01-04 11:32:23 +00:00
Antti Kauppila
9c38ad7da7
Merge pull request #7 from donatieng/fixes-9210
...
BLE fixes for #9210
2019-01-04 12:21:52 +02:00
Donatien Garnier
9dae672ac0
Fixes for features/FEATURE_BLE/ble/services/EddystoneConfigService.h
2019-01-04 09:54:14 +00:00
Donatien Garnier
bc2bd89f83
Fixes for features/FEATURE_BLE/ble/services/EddystoneService.h
2019-01-04 09:50:24 +00:00
bcostm
b897719c9d
NUCLEO_H743ZI: add crash reporting for IAR
2019-01-04 10:03:36 +01:00
bcostm
1cf92dd8d4
NUCLEO_H743ZI: include rtc LL driver
2019-01-04 10:03:36 +01:00
bcostm
f3b304d3af
NUCLEO_H743ZI: enable crash capture
2019-01-04 10:03:36 +01:00
jeromecoutant
4b67820f8a
NUCLEO_H743ZI: add initial SDK
2019-01-04 10:03:36 +01:00
Martin Kojtal
9ca15a77e1
Merge pull request #9234 from artokin/nanostack-mac-tester-update
...
nanostack-mac-tester sync with v1.0.1
2019-01-04 08:57:40 +00:00
Martin Kojtal
26833c0281
Merge pull request #9233 from jamesbeyond/fm_sdk
...
FastModel: update platform header, removed unwanted smsc9220 device
2019-01-04 08:57:25 +00:00
Martin Kojtal
acd69ae7e1
Merge pull request #9229 from maciejbocianski/qspi_hal_test_k82f_fix
...
hal-qspi_test: move frequency setting before flash init
2019-01-04 08:56:54 +00:00
Martin Kojtal
47c8855f31
Merge pull request #9227 from heejungPark/master
...
[SDT64B] changed UART0 to UART2, added UART_5 on SDT64B
2019-01-04 08:56:35 +00:00
Martin Kojtal
5a2469da87
Merge pull request #9183 from SeppoTakalo/lwip_tcp_timeout
...
Allow LwIP TCP retransmissions to be configured and tune those smaller.
2019-01-04 08:44:24 +00:00
Martin Kojtal
26b8a96d44
Merge pull request #9173 from michalpasztamobica/esp8266_remove_stop_uart_hw_ctrl
...
Prevent ESP8266 stopping HW control on init
2019-01-04 08:42:51 +00:00
Martin Kojtal
d2e9136ddb
Merge pull request #9167 from TomoYamanaka/hanlder_without_RTOS
...
Modify IRQ handler processing when unusing RTOS at Cortex-A
2019-01-04 08:42:11 +00:00
Martin Kojtal
0f7381d436
Merge pull request #9058 from pan-/fix-scan-timeout
...
BLE: suppress scan timeout if we disabled scanning
2019-01-04 08:41:36 +00:00
jeromecoutant
164fee0e61
STM32L4 ADC VBAT CHANNEL
2019-01-04 09:15:32 +01:00
Cruz Monrreal II
fd5607f914
Skip files that were deleted
2019-01-03 18:49:26 -06:00
Cruz Monrreal II
af4af430a2
Simplified astyle travis test to be easier to reason about
2019-01-03 18:49:26 -06:00
TomoYamanaka
3cdc314460
Modify the definition as to whether RTOS is not present in sys.cpp.
2019-01-04 09:43:34 +09:00
Cruz Monrreal
070bf2f715
Merge pull request #9250 from bridadan/fix_python_3_rtc_host_test
...
Fix Python 3 syntax in rtc host test
2019-01-03 18:18:46 -06:00
Hasnain Virk
c07ae669ff
Randomizing backoff for Join process
...
Randomizing backoff by 200ms to 1000ms for Join Requests in a dense
network will add robustness and better chances of reception by the base
station especially in cases of catastrophic network outage and
reconnection.
2019-01-04 02:10:50 +02:00
Cruz Monrreal
f83e1d29d7
Merge pull request #9246 from jeromecoutant/PR_L0TEMP
...
STM32L0 TEMPERATURE ADC CHANNEL minor update
2019-01-03 15:32:44 -06:00
Cruz Monrreal
e66e616e51
Merge pull request #9220 from desmond-blue/fix-ble_on_phy_update
...
BLE: NRF52 returns used tx/rx phy on phy update callback
2019-01-03 15:32:18 -06:00
Cruz Monrreal
757626a951
Merge pull request #9182 from donatieng/disable_mpu_nrf52x
...
Disable MPU support on NRF52x platforms
2019-01-03 15:31:58 -06:00
Antti Kauppila
b53bedba09
Fixed Realtek test build
2019-01-03 20:05:08 +02:00
Brian Daniels
5625b6964d
Fix Python 3 syntax in rtc host test
2019-01-03 12:04:36 -06:00