Martin Kojtal
5165559a2c
Merge pull request #12142 from kjbracey-arm/thread_rm510
...
Thread: remove methods deprecated in 5.10
2020-02-03 15:09:34 +00:00
Martin Kojtal
0f4a9867be
Merge pull request #12332 from jamesbeyond/analogIn_fix
...
FIX: Disable Analogin D13(PA_5) on some NUCLEO targets
2020-02-03 12:44:07 +00:00
Martin Kojtal
f7c58221be
Merge pull request #12333 from tymoteuszblochmobica/udpfix
...
UDP echotests fix in case of no memory or device busy.
2020-02-03 12:35:58 +00:00
Qinghao Shi
f7d9850fe7
Disable Analogin D13(PA_5) on some NUCLEO targets
...
- pins are connected to the LED, can't be used as analogin
2020-02-03 11:39:31 +00:00
Martin Kojtal
02c5e0806f
Merge pull request #12350 from maciejbocianski/fix_fpga_i2c_test
...
implements i2c_free for STM
2020-02-03 09:56:59 +00:00
Kevin Bracey
236c336526
Merge pull request #12299 from NXPmicro/MXRT_WDOG
...
MIMXRT1050: Add Watchdog support
2020-01-31 16:25:22 +02:00
Kevin Bracey
1aa3b8f8c5
Merge pull request #12344 from michalpasztamobica/unittests_dns
...
Unittests for DNS improvements
2020-01-31 16:24:53 +02:00
Kevin Bracey
d063902ee8
Merge pull request #12336 from SeppoTakalo/disable_writebuf
...
Disable write buffering on debug builds.
2020-01-31 16:24:04 +02:00
Kevin Bracey
370a936147
Merge pull request #12330 from rajkan01/bug_fix_storage_sd
...
Fix FAT filesystem `ferror` greentea test(SD Component)
2020-01-31 16:22:53 +02:00
Maciej Bocianski
0b634e54b4
implement i2c_free for STM family
2020-01-31 14:51:54 +01:00
Maciej Bocianski
95996fb924
disable PA_8 i2c pin on NUCLEO_F411RE
...
pin PA_8 by default is connected to MCO
2020-01-31 14:48:00 +01:00
Kevin Bracey
c4a0808fe6
Merge pull request #12335 from rajkan01/cpu_usage_remove_ci
...
Remove CPU usage example from CI build
2020-01-31 15:02:09 +02:00
Kevin Bracey
14d6b5568c
Merge pull request #12327 from VeijoPesonen/doxy_rules
...
Doxygen: don't extract static members
2020-01-31 15:01:58 +02:00
Kevin Bracey
65a5d1b682
Merge pull request #12326 from kjbracey-arm/systimer_abs_fix
...
Correct SysTimer absolute time calculations
2020-01-31 15:01:36 +02:00
Kevin Bracey
d99f128679
Merge pull request #12316 from rajkan01/bug_fix_general_filesystem_test
...
Fix general filesystem greentea test
2020-01-31 15:01:09 +02:00
Kevin Bracey
268096dd79
Merge pull request #12296 from jeromecoutant/PR_FPGA_FORCE
...
FPGA_CI_TEST_SHIELD : force all peripheral to be tested
2020-01-31 15:00:20 +02:00
Kevin Bracey
ba5dd4d8c1
Merge pull request #12153 from mprse/spi_fpga_test_extend
...
Hackathon: Increase coverage of the SPI master FPGA test
2020-01-31 15:00:02 +02:00
Kevin Bracey
e01aeccc55
Merge pull request #12308 from michalpasztamobica/multihoming_tests_trace_header
...
Tests: add missing mbed_trace.h multihoming header
2020-01-31 14:59:35 +02:00
Michal Paszta
03fcc3a6f7
Unittests: DNS - use the real getaddrinfo function
...
This was recently added to NetworkInterface. Earlier a temporary function was put into the test to mimic that behavior.
2020-01-31 09:23:00 +02:00
Michal Paszta
6d71addc40
Unittests: DNS - fix path and filename
2020-01-31 09:22:45 +02:00
Tymoteusz Bloch
a185d6c277
UDP echotests hold in case of no memory or device busy status.
...
This gives possibility of freeing memory and mesh device recover from busy state.
2020-01-30 15:26:52 +01:00
Seppo Takalo
c352488412
Disable write buffering on debug builds.
...
In mbed_start_application() there was a code that was supposed to
set DISDEFWBUF to one when running a debug build. However, this code
was in the wrong place, as this function is only called from
bootloader.
Move the code to correct place so that standalone applications use it
as well.
For the reference of DISDEFWBUF bit, see
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0552a/CHDCBHEE.html
2020-01-30 16:19:28 +02:00
Kevin Bracey
44add981ff
Merge pull request #12331 from jeromecoutant/PR_OSPI
...
STM32: enable QSPI test with MX25LM51245G octo SPI
2020-01-30 15:46:52 +02:00
Kevin Bracey
858d02d68c
Merge pull request #12302 from michalpasztamobica/remove_libcpp_extern_template
...
Remove _LIBCPP_EXTERN_TEMPLATE ARMCC compilation flag
2020-01-30 15:40:40 +02:00
Kevin Bracey
ae0704e6c2
Merge pull request #12321 from pan-/ble-driver-set-random-static-address
...
Ble driver set random static address
2020-01-30 15:40:06 +02:00
Kevin Bracey
cf8a17edeb
Merge pull request #12322 from rajkan01/correct_minimal_printf_readme
...
minimal-printf: README correction
2020-01-30 15:39:14 +02:00
Rajkumar Kanagaraj
56819fbc53
Remove CPU usage example from CI build
2020-01-30 03:59:36 -08:00
Kevin Bracey
c8d7778235
Merge pull request #12324 from dustin-crossman/pr/fix-cypress-crc-reversal
...
Fix inconsistency between mbed crc and psoc6 crc implementations.
2020-01-30 13:40:25 +02:00
Kevin Bracey
e8eed6ecd5
Merge pull request #12304 from michalpasztamobica/qpi
...
QSPIF: Enable QPI mode as a second option, if available
2020-01-30 10:21:29 +02:00
Kevin Bracey
c1ce5cb20c
Merge pull request #12315 from ladislas/fix/equeue-unit-tests-on-macOS
...
Add check for __APPLE__ & __MACH__ to fix unit tests on macOS
2020-01-30 10:21:08 +02:00
Rajkumar Kanagaraj
c61cf3dc07
Incorporated the review comment
2020-01-29 09:24:21 -08:00
jeromecoutant
84b48410f0
STM32: enable QSPI test with MX25LM51245G octo SPI
2020-01-29 16:18:38 +01:00
Rajkumar Kanagaraj
0d95f7e765
Fix sd filesystem greentea test
...
- Disable the ferror() API test case as its not supported by microlib
2020-01-29 07:03:59 -08:00
Kevin Bracey
91464b2729
Merge pull request #12306 from jeromecoutant/PR_STM32L5_NUCLEO
...
STM32L5: NUCLEO-L552ZE-Q new target
2020-01-29 16:07:44 +02:00
Kevin Bracey
617ba2771e
Merge pull request #12310 from tymoteuszblochmobica/testfix
...
Greentea DNS tests workaround.
2020-01-29 16:04:08 +02:00
Veijo Pesonen
e9e3385f05
Doxygen: don't extract static members
2020-01-29 15:38:42 +02:00
Kevin Bracey
de915a034b
Correct SysTimer absolute time calculations
...
`SysTimer::set_wake_time` incorrectly assumed that the `SysTimer`s tick
count and the underlying HAL timer had the same zero base. This normally
holds, at least approximately, in RTOS builds where the HAL timer starts
from zero at the same time the SysTimer is initialised.
But in bare metal builds, the HAL timer could be started some time
before the SysTimer, giving a significant discrepancy.
Beyond that, there's no requirement for HAL timers to start from zero in
the spec.
Record the HAL timer start time to get the conversion right.
2020-01-29 15:28:20 +02:00
Vincent Coubard
cb340f8f55
BLE: Fix documentation of set_random_static_address
...
Co-Authored-By: Lingkai Dong <lingkai.dong@arm.com>
2020-01-29 09:53:12 +00:00
Przemyslaw Stekiel
d298f963cf
Add mapping between SPI defined behavior and test cases
2020-01-29 08:23:58 +01:00
Przemyslaw Stekiel
4b6c844be9
Extend FPGA-Test-Shield SPI master test
...
Increase coverage of the SPI master FPGA test:
- check supported frequencies (based on the device capabilities),
- add support for manual CS handling and test cases,
- add test cases for rx/tx buffers with different length (based on the device capabilities),
- add test case for one symbol transmission,
- add test cases for different symbol sizes (based on the device capabilities).
2020-01-29 08:23:49 +01:00
Rajkumar Kanagaraj
16fcdaa56f
minimal-printf: README correction
...
- Updated the README with "target.printf_lib"
2020-01-28 06:56:12 -08:00
Vincent Coubard
1970761880
BLE : Replace calls to Gap::setAddress with HCIDriver::set_random_static_address
2020-01-28 13:35:19 +00:00
Vincent Coubard
c66dd7fd1f
BLE: Add an HCI driver API to set the random static address.
2020-01-28 13:29:11 +00:00
Rajkumar Kanagaraj
b2890822d9
Incorporated the review comment
2020-01-27 09:21:12 -08:00
Ladislas de Toldi
1507b1c3e1
Add check for __APPLE__ & __MACH__ to fix unit tests on macOS
2020-01-27 16:09:54 +01:00
Rajkumar Kanagaraj
46a1f01b6d
Fix general filesystem greentea test
...
ARM microlib is not supported below features
- fflush(NULL) return `-1` instead `0`
- fread with size parameter "Zero".
- if file opened in append mode, file postion starts from the beginning.
2020-01-27 06:51:52 -08:00
Anna Bridge
f469f710bc
Merge pull request #12307 from rajkan01/fix_crash_report
...
Fix the missing retrieve error context function call.
2020-01-25 11:55:14 +00:00
Anna Bridge
ceaf562a11
Merge pull request #12283 from jeromecoutant/PR_STM32WB
...
STM32WB - Update CubeDriver from v1.0.0 to v1.4.0
2020-01-25 11:54:29 +00:00
Anna Bridge
f45a5a78b5
Merge pull request #12231 from devran01/upd_musca_a
...
Import latest python scripts and MCUBoot image
2020-01-25 11:53:34 +00:00
Dustin Crossman
b204dfd943
Fix inconsistency between mbed crc and psoc6 crc implementations.
2020-01-24 18:23:25 +00:00