bcostm
3d90822ed2
STM32F3: add Flash api
2018-01-12 15:01:43 +00:00
Maciej Bocianski
bb2028828f
mem_trace tests refactoring
2018-01-12 15:01:43 +00:00
Andrzej Puzdrowski
5982972ba5
Enable tickless for nRF52840
2018-01-12 15:01:43 +00:00
Andrzej Puzdrowski
db31ab08e4
Implementation of critical section primitives which can be called from diferent contexts.
...
Orginal nordic critical primitives must been called in pairs
from exacly the same function. As mbed hal call it in separate
methods, so they are not suitable here.
2018-01-12 15:01:43 +00:00
Andrzej Puzdrowski
22a7801c7e
current critical section implementation makes possible that interrupt signals are lost. It was observed at last for tests-api-spi ci-test-shield's test.
...
This patch introduce usage of sdk5 origin implementation in which
sd_nvic_critical_region_enter/exit is calling each time critical region
is enter/exit. This fixes the issue.
2018-01-12 15:01:43 +00:00
jeromecoutant
02b5e52b23
STM32 uart: update after code review
2018-01-12 15:01:43 +00:00
jeromecoutant
fba156a35a
STM32 LPUART : update clock source depending on expected baudrate
2018-01-12 15:01:43 +00:00
jeromecoutant
c841e4065d
STM32 UART init update
...
- serial_init, serial_free and serial_baud function moved from serial_device.c (specific to each STM32 family) to serial_api.c (common STM32 file)
- default baudrate value was hardcoded to 9600
- Value is set now to MBED_CONF_PLATFORM_STDIO_BAUD_RATE for STDIO
- Value is set now to MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE for other use
- UART init will not be stopped before calling serial_baud function
2018-01-12 15:01:43 +00:00
Mika Leppänen
3dc3201d26
Tests for wifi emac interface
2018-01-12 15:01:43 +00:00
amq
3d2894df82
Add missing device_name for targets with bootloader
2018-01-12 15:01:43 +00:00
bcostm
c71e50ea8c
STM32F1: Remove flash functions doc
2018-01-12 15:01:43 +00:00
bcostm
8589a21f44
STM32F0: Remove flash functions doc
2018-01-12 15:01:43 +00:00
bcostm
39d38eb245
STM32F0: Add Flash API support
2018-01-12 15:01:43 +00:00
bcostm
84dc7f82d5
STM32F1: Add Flash API support
2018-01-12 15:01:43 +00:00
Martin Kojtal
eca67ca7da
Merge pull request #5767 from ARMmbed/release-candidate
...
Release candidate for mbed-os-5.7.2
2018-01-03 09:13:52 +00:00
adbridge
431b2d1b86
Revert "Supplement the lack of "extended RTC" in RZ_A1H/rtc_api.c"
...
This reverts commit 1bb2ca68ea
.
2018-01-02 16:27:12 +00:00
adbridge
37641d7e88
Update Mbed version block for patch release
2018-01-02 15:22:05 +00:00
Martin Kojtal
97a61c43e3
VK RZ A1H: remove target from mbed 2 release
...
As it does not share the codebase with RZ A1H, it needs to be disabled until
bring it up to date with the latest changes to cmsis. There are changes
regarding caches, mmu and others
2018-01-02 15:22:05 +00:00
Martin Kojtal
54d12c8d74
VK RZ A1H: fix errors from the latest cmsis updates
...
Use mbed critical section
2018-01-02 15:22:05 +00:00
Martin Kojtal
7327e8e5e6
tools: cmsis and hal are build together
...
Build api used to build cmsis separately (how mbed 2 is being build). This is
currently not how cmsis is being defined. As there target dependencies in some
cases, we should include paths from targets when building cmsis
2018-01-02 15:22:04 +00:00
Martin Kojtal
89bc1a23ba
Travis: add RZ_A1H target
...
Travis: dsp only for cortex-m
2018-01-02 15:22:04 +00:00
Martin Kojtal
a83068cdf3
renesas: os tick only for rtos
...
As this is os tick implementation for rtos, it should not be compilied if rtos
not present (mbed 2)
2018-01-02 15:22:04 +00:00
andreas.larsson
404e8ed1a0
Added license header
2018-01-02 15:22:04 +00:00
andreas.larsson
d95a2535d3
Added init for ODIN EVK LEDs to be off by default
2018-01-02 15:22:04 +00:00
Seppo Takalo
bbe11de7e0
Remove destruction of WiFi interface in test runs
...
Most of our IP stacks don't allow removal of interfaces so
interface destructor can not reliably clean up. Therefore we
cannot rely its behaviours in test case.
Instead run interface->disconnect() in case interface was already
created.
2018-01-02 15:22:04 +00:00
Deepika
68da43c1c5
Access to serial device is allowed when DEVICE_SERIAL is defined
2018-01-02 15:22:04 +00:00
bcostm
177c95b0e3
STM32 USBHOST: Remove DISCO_F429ZI
...
Impossible to make USBHost working on this board.
Remove it for now until a fix is found.
2018-01-02 15:22:04 +00:00
bcostm
1fb7102cb1
STM32 USBHOST: Corrections for DISCO_F746NG
2018-01-02 15:22:04 +00:00
bcostm
ed5aee14ea
STM32 USBHOST: Corrections for DISCO_F769NI in targets.json
2018-01-02 15:22:04 +00:00
bcostm
3b795ba499
STM32 USBHOST: Corrections for DISCO_F429ZI
2018-01-02 15:22:04 +00:00
bcostm
791f669024
STM32 USBHOST: Add support of DISCO_F469NI and DISCO_F769NI
2018-01-02 15:22:04 +00:00
bcostm
7059a264bb
STM32 USBHOST: Add support of DISCO_F413ZH
2018-01-02 15:22:04 +00:00
bcostm
d9e9882fe6
STM32 USBHost: Improvements in USBHALHost_STM.h
2018-01-02 15:22:04 +00:00
bcostm
ea842b718e
STM32 USBHost: Remove USBHALHost_STM_TARGET.h files
...
These files are replaced by the USBHALHost_STM.h file common to all boards.
2018-01-02 15:22:04 +00:00
bcostm
db43173952
STM32 USBHost: rename files
...
The USBHALHost_STM_144_64pins.h has been renamed in USBHALHost_STM.h
All the configuration is done in this file now for Nucleo and Disco boards
2018-01-02 15:22:04 +00:00
Maciej Bocianski
290c59dd7e
platform: fix mem_trace trace_level guard
2018-01-02 15:22:04 +00:00
Veijo Pesonen
25614152ae
Greentea test case WIFI-CONNECT-NOCREDENTIALS- accept also parameter error if AP is not found
2018-01-02 15:22:04 +00:00
Veijo Pesonen
29b0bedd3b
Security protocol made configurable via json
2018-01-02 15:22:04 +00:00
Veijo Pesonen
0680821652
remove disconnect from test cases as it's going to be called implicitly from get_interface-function
2018-01-02 15:22:04 +00:00
Veijo Pesonen
4d154b8e20
Greentea WIFI-CONNECT-SECURE must use NSAPI_SECURITY_WPA_WPA2
2018-01-02 15:22:04 +00:00
Veijo Pesonen
42c328f770
Greentea WIFI-SCAN - make possible to disable check against assumed channel
...
It's possible that a device does not support setting the channel to be used.
In case channel is not set by the device lets disable the check.
2018-01-02 15:22:04 +00:00
Veijo Pesonen
ac4ff65c26
Greentea Wifi testcase fixes
...
Call disconnect when connect has been tested. Also instead of waiting
for parameter error in case of missing SSID give missing SSID error
code.
2018-01-02 15:22:04 +00:00
Joris Aerts
b62ee44213
Fix for #5676 make.py generates duplicate file entries in link_files.txt
2018-01-02 15:22:04 +00:00
Maciej Rogozinski
134f3b5180
Bootloader support for MK24F1 for IAR toolchain
2018-01-02 15:22:03 +00:00
Maciej Rogozinski
75bdcfd477
Bootloader support for MK24F1 for Keil toolchain
2018-01-02 15:22:03 +00:00
Maciej Rogozinski
cb91dfe24e
Added missing subscription
2018-01-02 15:22:03 +00:00
Jonatan Antoni
2ced7f4c7b
Core(A): Changed macro __DEPRECATED to CMSIS_DEPRECATED. (Issue #287 ) __DEPRECATED conflicts with a predefined macro in GCC C++ mode.
2018-01-02 15:22:03 +00:00
Jonatan Antoni
91b33a2595
Core(A): Refactored L1 Cache maintenance to be compiler agnostic. - Added L1 Cache test cases to CoreValidation. - Adopted FVP Cortex-A configs to simulate cache states.
2018-01-02 15:22:03 +00:00
Vladimir Umek
d4eb833f26
RTX5: fixed __get_PSP function for Cortex-A on IAR ( #288 )
2018-01-02 15:22:03 +00:00
TomoYamanaka
195cd93bf5
CMSIS-Core(A): Add MMU section_normal_nc macro
...
I added the macro definition for non-cache area.
2018-01-02 15:22:03 +00:00